-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1007 Bytes
/
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
{
"name": "ng1-lazy-webpack",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base build",
"deploy": "webpack --config webpack.production.config.js"
},
"author": "huangtubiao",
"license": "ISC",
"devDependencies": {
"angular": "^1.4.8",
"babel-core": "^5.1.9",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"bootstrap": "^3.3.6",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.0",
"jquery": "^2.2.4",
"ng-annotate-webpack-plugin": "^0.1.2",
"node-sass": "^3.4.2",
"raw-loader": "^0.5.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"underscore": "^1.8.3",
"url-loader": "^0.5.7",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"angular-ui-router": "0.2.15",
"oclazyload": "^1.0.9"
}
}