-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 933 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 933 Bytes
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
{
"name": "etheme",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "webpack --watch & node ./bin/www",
"build": "webpack",
"test": "jest"
},
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"css-loader": "^0.28.9",
"debug": "~2.6.9",
"express": "~4.15.5",
"morgan": "~1.9.0",
"node-sass": "^4.7.2",
"normalize.css": "^7.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-shapes": "^0.1.0",
"sass-loader": "^6.0.6",
"serve-favicon": "~2.4.5",
"solc": "^0.4.19",
"style-loader": "^0.20.1",
"uuid": "^3.2.1",
"web3": "^1.0.0-beta.29",
"webpack": "^3.10.0"
},
"devDependencies": {
"jest": "^22.1.4"
}
}