-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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
{
"name": "angular-webpack",
"version": "1.0.0",
"main": "index.js",
"author": "lmj",
"license": "MIT",
"scripts": {
"start:ie8": "webpack --config webpack.ie8.config.js --display-error-details",
"start:dev": "webpack-dev-server --open",
"build": "cross-env NODE_ENV=production webpack --config webpack.production.config.js"
},
"dependencies": {
"angular": "1.2.32",
"angular-bootstrap": "^0.12.2",
"angular-cache": "^4.6.0",
"angular-ui-router": "^0.4.3",
"angularjs-ie8-build": "^1.3.20",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"es6-promise": "^4.1.1",
"oclazyload": "^1.1.0",
"require-ensure": "^1.0.2"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-loose": "^8.0.0",
"clean-webpack-plugin": "^0.1.17",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"es3ify-loader": "^0.2.0",
"es3ify-webpack-plugin": "^0.0.1",
"extract-loader": "^1.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"postcss-loader": "^2.0.8",
"raw-loader": "^0.5.1",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.6.1"
}
}