-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 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
{
"name": "code-node",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"prestart": "rimraf dist; sleep 1; NODE_ENV=production webpack --config webpack.config.client.babel.js; sleep 1; NODE_ENV=production webpack --config webpack.config.server.babel.js",
"start": "node dist/server",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "rimraf dist; sleep 1; NODE_ENV=development webpack --watch --config webpack.config.server.babel.js",
"prepare": "rimraf dist; sleep 1; NODE_ENV=production webpack --config webpack.config.client.babel.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"babel-core": "6.9.0",
"babel-loader": "6.2.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-react-html-attrs": "2.0.0",
"babel-plugin-transform-class-properties": "6.9.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"boom": "3.2.1",
"good": "7.0.1",
"good-console": "6.1.2",
"good-squeeze": "3.0.1",
"hapi": "13.4.1",
"hapi-webpack-plugin": "1.3.0",
"inert": "4.0.0",
"joi": "8.1.1",
"lodash": "4.13.1",
"parallelshell": "2.0.0",
"react": "15.1.0",
"react-dom": "15.1.0",
"react-router": "2.4.1",
"reload-server-webpack-plugin": "1.0.1",
"rimraf": "2.5.2",
"webpack": "2.1.0-beta.7"
}
}