-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
65 lines (65 loc) · 1.75 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"dependencies": {
"@uirouter/angularjs": "^1.0.4",
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-aria": "^1.6.4",
"angular-material": "^1.1.4",
"angular-messages": "^1.6.4",
"angular-sanitize": "^1.6.4",
"angular-translate": "^2.15.1",
"angular-translate-loader-static-files": "^2.15.1",
"lodash": "~4.17.4"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.0",
"babel-plugin-istanbul": "^4.0.0",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.8",
"browser-sync-spa": "^1.0.3",
"css-loader": "^0.28.4",
"del": "^3.0.0",
"eslint": "^4.0.0",
"eslint-config-angular": "^0.5.0",
"eslint-config-xo-space": "^0.16.0",
"eslint-loader": "^1.8.0",
"eslint-plugin-angular": "^3.0.0",
"eslint-plugin-babel": "^4.0.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"gulp": "gulpjs/gulp#4ed9a4a3275559c73a396eff7e1fde3824951ebb",
"gulp-filter": "^5.0.0",
"gulp-hub": "frankwallis/gulp-hub#d461b9c700df9010d0a8694e4af1fb96d9f38bf4",
"gulp-jsonminify": "^1.0.0",
"gulp-util": "^3.0.8",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"ng-annotate-loader": "^0.6.1",
"node-sass": "^4.5.3",
"postcss-loader": "2.0.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.0.0"
},
"scripts": {
"build": "gulp",
"serve": "gulp serve",
"serve:dist": "gulp serve:dist"
},
"eslintConfig": {
"globals": {
"expect": true
},
"root": true,
"env": {
"browser": true
},
"parser": "babel-eslint",
"extends": [
"xo-space/esnext"
]
}
}