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.
49 lines
1.2 KiB
49 lines
1.2 KiB
{
|
|
"name": "apella",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/Ezerous/Apella.git"
|
|
},
|
|
"dependencies": {
|
|
"connected-react-router": "6.4.0",
|
|
"drizzle": "1.4.0",
|
|
"history": "4.9.0",
|
|
"ipfs": "0.35.0",
|
|
"lodash.isequal": "4.5.0",
|
|
"orbit-db": "0.21.0-rc.1",
|
|
"orbit-db-identity-provider": "0.1.0",
|
|
"prop-types": "15.7.2",
|
|
"react": "16.8.6",
|
|
"react-content-loader": "4.2.1",
|
|
"react-dom": "16.8.6",
|
|
"react-markdown": "4.0.8",
|
|
"react-redux": "7.0.3",
|
|
"react-router-dom": "5.0.0",
|
|
"react-scripts": "3.0.1",
|
|
"react-timeago": "4.4.0",
|
|
"react-user-avatar": "1.10.0",
|
|
"redux": "4.0.1",
|
|
"redux-saga": "0.16.2",
|
|
"semantic-ui-react": "0.87.1",
|
|
"uuid": "3.3.2",
|
|
"web3": "1.0.0-beta.55"
|
|
},
|
|
"devDependencies": {
|
|
"libp2p-websocket-star-rendezvous": "0.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"rendezvous": "rendezvous --port=9090 --host=127.0.0.1",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|
|
|