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.

44 lines
1.1 KiB

6 years ago
{
"name": "apella",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://gitlab.com/Ezerous/Apella.git"
},
"dependencies": {
6 years ago
"@drizzle-utils/get-contract-instance": "^0.1.6-alpha.0",
"@drizzle-utils/get-web3": "^0.1.6-alpha.0",
6 years ago
"connected-react-router": "^6.3.1",
6 years ago
"drizzle": "^1.3.3",
6 years ago
"history": "^4.7.2",
6 years ago
"ipfs": "~0.34.4",
"orbit-db": "github:mistakia/orbit-db#proto/read-from-disk",
6 years ago
"orbit-db-keystore": "^0.1.0",
"prop-types": "^15.7.2",
6 years ago
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-redux": "^6.0.1",
6 years ago
"react-router-dom": "^4.3.1",
6 years ago
"react-scripts": "^2.1.5",
"redux": "^4.0.1",
6 years ago
"redux-saga": "^0.16.2",
"semantic-ui-react": "^0.85.0"
6 years ago
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}