-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "angular-stuff",
"version": "0.0.1",
"description": "",
"scripts": {
"dev": "webpack --watch --progress --colors --MODE=development",
"prod": "webpack --progress --colors --MODE=production"
},
"author": "AllenWu",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.5",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"connect": "^3.4.1",
"css-loader": "^0.23.1",
"eslint": "^2.5.3",
"eslint-loader": "^1.3.0",
"eslint-plugin-angular": "^1.0.0",
"eslint-plugin-babel": "^3.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"minimist": "^1.2.0",
"ng-annotate-loader": "^0.1.0",
"postcss-loader": "^0.8.2",
"raw-loader": "^0.5.1",
"serve-static": "^1.10.2",
"style-loader": "^0.13.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"angular": "^1.5.3",
"angular-animate": "^1.5.3",
"angular-ui-bootstrap": "^1.2.5",
"angular-ui-router": "^0.2.18",
"lodash": "^4.11.1"
}
}