-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "crypdonate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node api/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/orgs/SRM-Hackathon/teams/no-consensys"
},
"author": "NoConsensys",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"cors": "^2.8.4",
"css-loader": "^1.0.0",
"db-migrate": "^0.11.3",
"db-migrate-pg": "^0.4.0",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"fs-extra": "^7.0.0",
"ganache-cli": "^6.1.8",
"i": "^0.3.6",
"json-loader": "^0.5.7",
"pg": "^7.5.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"reactstrap": "^6.5.0",
"solc": "^0.4.25",
"style-loader": "^0.23.1",
"truffle-contract": "^3.0.6",
"truffle-hdwallet-provider": "0.0.6",
"web3": "^1.0.0-beta.36",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
}
}