-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
{
"name": "express-universal-react",
"version": "0.1.0",
"scripts": {
"build": "node build/tools/build",
"server": "node build/tools/server",
"build-tools": "babel -d build/tools tools -s",
"start": "npm run server development"
},
"license": "MIT",
"repository": "https://github.com/elasim/express-universal-react.git",
"dependencies": {
"express": "^4.13.4",
"react": "^15.1.0",
"react-dom": "^15.1.0"
},
"devDependencies": {
"assets-webpack-plugin": "^3.4.0",
"babel-cli": "^6.10.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"browser-sync": "^2.13.0",
"command-line-args": "^3.0.0",
"command-line-usage": "^3.0.1",
"eslint": "^2.12.0",
"eslint-plugin-react": "^5.1.1",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"lodash": "^4.13.1",
"react-hot-loader": "^1.3.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
}
}