-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
52
53
54
55
56
{
"name": "devtools.html",
"version": "0.0.0",
"description": "devtools.html",
"repository": {
"type": "git",
"url": "git+https://github.com/joewalker/devtools.html.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/joewalker/devtools.html/issues"
},
"scripts": {
"dev": "webpack-dev-server --devtool eval --progress --colors --port 8090",
"serve": "./node_modules/.bin/http-server -p 8080",
"start": "npm run serve | npm run dev"
},
"devDependencies": {
"babel-core": "^6.2.4",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "6.1.18",
"babel-preset-react": "6.1.18",
"babel-preset-stage-2": "6.1.18",
"chai": "^3.4.1",
"css-loader": "^0.23.0",
"cssnext": "1.8.4",
"ecstatic": "[email protected]:joewalker/node-ecstatic.git#add-fs-option",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"http-server": "^0.8.5",
"json-loader": "^0.5.4",
"jsx-loader": "^0.13.2",
"mocha": "^2.3.4",
"mocha-loader": "^0.7.1",
"properties-loader": "^0.0.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.8",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"babel-polyfill": "6.2.0",
"express": "4.13.3",
"express-http-proxy": "^0.6.0",
"morgan": "1.6.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"url": "^0.11.0",
"ws": "0.8.0"
}
}