-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
{
"name": "webpack-test",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development nodemon --watch src/server --watch src/server.js index.js",
"build": "rm ./static/dist/* && webpack --stats --config ./webpack/prod.config.js",
"build-uberspace": "rm ./static/dist/* && webpack --stats --config ./webpack/prod.config.js",
"prod": "NODE_ENV=production PORT=61425 node index"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer-loader": "^1.2.0",
"babel": "^5.4.7",
"babel-loader": "^5.1.3",
"blueimp-md5": "^1.1.1",
"body-parser": "^1.12.4",
"classnames": "^2.1.3",
"cookie-parser": "^1.3.5",
"css-loader": "^0.14.1",
"d3": "^3.5.5",
"express": "^4.12.4",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"flux": "^2.0.3",
"jsonp": "^0.2.0",
"leaflet": "^0.7.3",
"lodash": "^3.9.1",
"morgan": "^1.5.3",
"node-jsx": "^0.13.3",
"q": "^1.4.1",
"react": "^0.13.3",
"react-hot-loader": "^1.2.7",
"react-router": "0.13.3",
"request": "^2.56.0",
"sass-loader": "^1.0.2",
"serve-favicon": "^2.3.0",
"simplify-js": "^1.2.1",
"style-loader": "^0.12.3",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.9.0",
"webpack-stats-plugin": "^0.1.1"
},
"devDependencies": {}
}