-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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": "GiveWell_AMF_CEA",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app/server/bin/www",
"server": "nodemon app/server/bin/www",
"webpack-watch": "webpack --watch",
"webpack": "webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"express-winston": "^2.4.0",
"fs": "0.0.1-security",
"helmet": "^3.6.1",
"moment": "^2.18.1",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"babel-core": "^6.16.0",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"extract-text-webpack-plugin": "^2.1.2",
"material-ui": "^0.18.6",
"nodemon": "^1.11.0",
"react-numeric-input": "^2.2.0",
"react-redux": "^5.0.5",
"react-tap-event-plugin": "^2.0.1",
"react-tooltip": "^3.4.0",
"redux": "^3.7.1",
"redux-actions": "^2.2.1",
"redux-debounce": "^1.0.1",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "4.2.1",
"redux-thunk": "^2.2.0",
"webpack": "^2.6.1",
"webpack-combine-loaders": "^2.0.3"
}
}