-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 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
{
"name": "angularjs-webpack-express",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "cross-env ENV=dev node server",
"build": "cross-env ENV=build node server"
},
"dependencies": {
"body-parser": "~1.16.0",
"compression": "^1.6.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"ejs": "^2.5.6",
"express": "~4.14.1",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.2"
},
"devDependencies": {
"angular": "^1.6.2",
"angular-ui-router": "^0.4.2",
"autoprefixer": "^6.7.6",
"child_process": "^1.0.2",
"clean-webpack-plugin": "^0.1.15",
"colors": "^1.1.2",
"css-loader": "^0.26.2",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.10.1",
"fs": "^0.0.1-security",
"html-loader": "^0.4.5",
"html-webpack-harddisk-plugin": "^0.1.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"oclazyload": "^1.1.0",
"path": "^0.12.7",
"postcss-loader": "^1.3.3",
"precss": "^1.4.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}