-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.99 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
{
"private": true,
"scripts": {
"watch": "webpack --config webpack.config.js --progress --colors --watch",
"serve": "webpack-dev-server --config webpack.config.js --watch --progress --colors --inline --hot",
"build": "webpack --config webpack.config.js --progress --colors; notify-send -t 100 \"Build Completed\"",
"build:production": "webpack --config webpack.config.js --progress --colors --prod; notify-send -t 100 \"Build Completed\""
},
"dependencies": {
"angular": "^1.5",
"angular-animate": "^1.5.9",
"angular-base64-upload": "^0.1.19",
"angular-formly": "^8.4.0",
"angular-formly-templates-bootstrap": "^6.4.0",
"angular-growl-v2": "^0.7.5",
"angular-http-auth": "^1.5.0",
"angular-loading-bar": "^0.9.0",
"angular-messages": "^1.5.9",
"angular-moment": "^1.0.0",
"angular-permission": "^4.1.2",
"angular-route": "^1.5.9",
"angular-sanitize": "^1.5.9",
"angular-ui-bootstrap": "^2.2.0",
"angular-ui-bootstrap-datetimepicker": "^2.0.1",
"angular-ui-mask": "^1.8.7",
"angular-ui-router": "^0.3.2",
"api-check": "^7.5.5",
"bootstrap": "^3.3",
"bootswatch": "^3.3.7",
"humanize-duration": "^3.9.1",
"jquery": "^3.1.1",
"less": "^2.7.1",
"lodash": "^4.17.2",
"moment": "^2.17.0",
"ngstorage": "^0.3.11"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-es2015": "^6",
"css-loader": "~0",
"exports-loader": "~0",
"extract-text-webpack-plugin": "~1",
"file-loader": "~0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.1",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"less-loader": "~2",
"ng-annotate-loader": "~0",
"ng-cache-loader": "~0",
"ngtemplate-loader": "~1",
"raw-loader": "^0.5.1",
"sound-notification-webpack-plugin": "^1.0.0",
"style-loader": "~0",
"url-loader": "~0",
"webpack": "~1.13"
}
}