You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
813 B

7 years ago
{
"name": "apella",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://gitlab.com/Ezerous/Apella.git"
},
"dependencies": {
7 years ago
"drizzle": "^1.1.5",
7 years ago
"drizzle-react": "^1.1.1",
"drizzle-react-components": "^1.1.0",
7 years ago
"eth-block-tracker-es5": "^2.3.2",
"prop-types": "^15.6.1",
7 years ago
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "^1.1.4",
7 years ago
"react-redux": "^5.0.7",
"react-router": "^3.2.1",
7 years ago
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"redux-auth-wrapper": "1.1.0",
7 years ago
"redux-saga": "0.16.0",
7 years ago
"web3":"^1.0.0-beta.34"
7 years ago
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}