-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.36 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
48
49
50
51
{
"name": "Express-Box",
"version": "0.0.2",
"description": "Make API-Endpoints for Ethereum BlockChain",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start",
"test": "truffle test test/*"
},
"author": "Arvind & Pranav",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.22.0",
"css-loader": "^0.26.1",
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"truffle-contract": "^1.1.11",
"web3": "^0.20.7"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"big-number": "^2.0.0",
"body-parser": "^1.18.2",
"dotenv": "^6.2.0",
"eth-dagger": "0.0.4",
"express": "^4.16.2",
"grommet": "^2.3.1",
"jquery": "^3.3.1",
"next": "^7.0.2",
"next-routes": "^1.4.2",
"nodemon": "^1.14.12",
"onetime": "^3.0.0",
"python-shell": "^1.0.7",
"react": "^16.7.0",
"react-charts": "^2.0.0-alpha.12",
"react-dom": "^16.7.0",
"react-geolocated": "^2.4.1",
"semantic-ui-react": "^0.84.0",
"styled-components": "^4.1.3",
"truffle-hdwallet-provider": "^1.0.3"
}
}