-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.17 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": "ec",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "babel-node --presets 'es2015,react' bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/flyg101/eC.git"
},
"dependencies": {
"axios": "^0.15.3",
"babel-cli": "^6.18.0",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.5.2",
"express": "~4.14.0",
"firebase": "^3.6.4",
"moment": "^2.17.1",
"morgan": "~1.7.0",
"node-env-file": "^0.1.8",
"numeral": "^2.0.4",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.2",
"react-fontawesome": "^1.5.0",
"react-overlays": "^0.6.10",
"react-redux": "^5.0.2",
"react-router": "^3.0.0",
"react-router-bootstrap": "^0.23.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"superagent": "^3.3.2",
"wallet-address-validator": "^0.1.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"nodemon": "^1.11.0",
"webpack": "^1.14.0"
}
}