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.
50 lines
1.2 KiB
50 lines
1.2 KiB
{
|
|
"name": "concordia-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"postinstall": "patch-package",
|
|
"rendezvous": "star-signal --port=9090 --host=127.0.0.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@ezerous/breeze": "0.1.0",
|
|
"@ezerous/drizzle": "0.2.1",
|
|
"@reduxjs/toolkit": "1.4.0",
|
|
"concordia-contracts": "0.1.0",
|
|
"level": "6.0.1",
|
|
"prop-types": "15.7.2",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"react-redux": "7.2.1",
|
|
"react-router": "5.2.0",
|
|
"react-router-dom": "5.2.0",
|
|
"react-scripts": "3.4.3",
|
|
"redux-saga": "1.1.3",
|
|
"web3": "1.2.11"
|
|
},
|
|
"devDependencies": {
|
|
"libp2p-webrtc-star": "0.20.0",
|
|
"orbit-db-identity-provider": "0.3.1",
|
|
"patch-package": "6.2.2",
|
|
"postinstall-postinstall": "2.1.0"
|
|
}
|
|
}
|
|
|