-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
66 lines (66 loc) · 1.95 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
57
58
59
60
61
62
63
64
65
66
{
"name": "nowa-server",
"version": "1.20.0",
"description": "nowa webpack dev server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:nowa-webpack/nowa-server.git"
},
"keywords": [
"nowa",
"webpack",
"server"
],
"author": "gbk <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/nowa-webpack/nowa-server#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"chalk": "^1.1.3",
"css-loader": "^0.28.11",
"es3ify-loader": "^0.2.0",
"export-css-loader": "^1.1.1",
"express": "^4.16.3",
"express-http-proxy": "^1.2.0",
"file-loader": "^0.11.2",
"ip": "^1.1.5",
"json-loader": "^0.5.7",
"less": "^2.7.3",
"less-loader": "^2.2.3",
"parseurl": "^1.3.2",
"portscanner": "^2.1.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.6.0",
"resolve-cwd": "^2.0.0",
"send": "^0.16.2",
"style-loader": "^0.21.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.5.1",
"svg2react-loader": "^1.0.3",
"ts-loader": "^2.3.4",
"typescript": "^2",
"url-loader": "^0.6.2",
"webpack": "^1.15.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.22.1"
}
}