-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "stories",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node server.js",
"deploy": "rm -f static/build-* && node build.js && surge -d stories.familyfoundapp.com ."
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "3.0.5",
"history": "1.13.0",
"react": "0.14.2",
"react-dom": "0.14.2",
"react-redux": "4.0.0",
"react-router": "1.0.0-rc3",
"redux": "3.0.4",
"redux-devtools": "2.1.5"
},
"devDependencies": {
"babel-cli": "6.0.15",
"babel-core": "6.0.19",
"babel-eslint": "4.1.3",
"babel-loader": "6.0.1",
"babel-plugin-transform-runtime": "6.0.16",
"babel-runtime": "6.0.14",
"babel-plugin-react-transform": "1.1.1",
"babel-preset-es2015": "6.0.15",
"babel-preset-react": "6.0.15",
"babel-preset-stage-0": "6.0.15",
"eslint": "1.8.0",
"eslint-plugin-react": "3.6.3",
"express": "4.13.3",
"react-transform-catch-errors": "1.0.0",
"react-transform-hmr": "1.0.1",
"webpack": "1.12.2",
"webpack-dev-middleware": "1.2.0",
"webpack-hot-middleware": "2.4.1"
}
}