-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 998 Bytes
/
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
{
"name": "whoknows",
"version": "1.0.0",
"description": "who knows right now",
"main": "index.js",
"scripts": {
"start": "babel-node server.js",
"build-js": "webpack --config webpack.config.js",
"build-js-watch": "webpack --config --watch webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sarah Ransohoff",
"license": "ISC",
"dependencies": {
"babel": "^6.0.15",
"babel-cli": "^6.1.2",
"babel-preset-react": "^6.1.2",
"express": "^4.13.3",
"history": "^1.16.0",
"lodash": "^3.10.1",
"react": "15.1.0",
"react-addons-update": "^15.1.0",
"react-dom": "^0.14.2",
"react-html-document": "2.2.0",
"react-redux": "^4.0.0",
"react-router": "^1.0.3",
"redux": "3.0.4",
"redux-form": "5.0.0"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.2",
"redux-devtools": "^2.1.5",
"webpack": "^1.12.2"
}
}