mirror of https://gitlab.com/ecentrics/concordia
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.
43 lines
1.0 KiB
43 lines
1.0 KiB
{
|
|
"name": "apella",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/Ezerous/Apella.git"
|
|
},
|
|
"dependencies": {
|
|
"@drizzle-utils/get-accounts": "0.1.4-alpha.0",
|
|
"@drizzle-utils/get-contract-instance": "^0.1.4-alpha.0",
|
|
"@drizzle-utils/get-web3": "^0.1.4-alpha.0",
|
|
"connected-react-router": "^6.3.1",
|
|
"drizzle": "^1.3.3",
|
|
"history": "^4.7.2",
|
|
"ipfs": "^0.34.4",
|
|
"orbit-db": "^0.19.9",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.1",
|
|
"react-dom": "^16.8.1",
|
|
"react-redux": "^6.0.0",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "^2.1.5",
|
|
"redux": "^4.0.1",
|
|
"redux-saga": "^0.16.2",
|
|
"semantic-ui-react": "^0.85.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
|