-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.56 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
{
"name": "primas-frontend",
"version": "1.0.0",
"description": "primas Frontend",
"author": "zhaochen",
"license": "UNLICENSED",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"stag": "webpack --config webpack.stag.js",
"build": "webpack --config webpack.prod.js"
},
"private": true,
"main": "index.html",
"devDependencies": {
"angular-filesize-filter": "^0.1.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.28.7",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.4.2",
"json-loader": "^0.5.7",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"ng-annotate": "^1.2.2",
"ng-annotate-loader": "^0.6.1",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.11",
"angular": "^1.6.6",
"angular-local-storage": "^0.7.1",
"angular-translate": "^2.16.0",
"angular-translate-loader-static-files": "^2.16.0",
"angulartics": "^1.5.0",
"angulartics-google-analytics": "^0.4.0",
"animate.css": "^3.5.2",
"jquery": "^3.2.1",
"normalize.css": "^7.0.0",
"processing-js": "^1.6.6",
"restangular": "^1.6.1"
}
}