-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.1 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
{
"name": "angularShape",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "NODE_ENV=development node_modules/.bin/webpack-dev-server --inline --hot",
"stage": "NODE_ENV=staging node_modules/.bin/webpack-dev-server -d -p",
"build": "NODE_ENV=production node_modules/.bin/webpack -p && nodemon"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"express": "~4.13.1",
"hbs": "~3.1.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"angular": "^1.5.5",
"angular-ui-router": "^0.2.18",
"babel": "^6.5.2",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"jquery": "^2.2.3",
"ng-annotate": "^1.2.1",
"ng-annotate-loader": "^0.1.0",
"node-sass": "^3.4.2",
"raw-loader": "^0.5.1",
"sass-loader": "^3.2.0",
"strip-loader": "^0.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}