-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.4 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "webpack-test",
"version": "1.0.0",
"description": "webpack test",
"main": "bundle.js",
"scripts": {
"start": "npm run dev",
"dev": "webpack-dashboard -- webpack-dev-server -c magenta --inline --open",
"watch": "webpack --watch",
"build": "NODE_ENV=production webpack --progress"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.2",
"angular-cookies": "^1.5.2",
"angular-i18n": "^1.5.2",
"angular-local-storage": "^0.5.0",
"angular-messages": "^1.5.2",
"angular-resource": "^1.5.2",
"angular-route": "^1.5.2",
"angular-sanitize": "^1.5.2",
"angular-spinner": "^0.8.1",
"angular-strap": "^2.3.7",
"angular-summernote": "~0.8.1",
"angular-touch": "^1.5.2",
"angular-translate": "^2.11.0",
"angular-translate-handler-log": "^2.11.0",
"angular-translate-loader-static-files": "^2.11.0",
"angular-ui-sortable": "^0.14.3",
"bootstrap-sass": "^3.3.6",
"checklist-model": "^0.10.0",
"codemirror": "^5.12.0",
"d3": "~3.4.4",
"dfjs": "0.0.1",
"font-awesome": "^4.5.0",
"highlight.js": "^9.2.0",
"immutable": "^3.7.6",
"jquery": "^3.1.0",
"jquery-ui-bundle": "^1.11.4",
"lodash": "^4.6.1",
"marked": "^0.3.5",
"moment": "^2.12.0",
"ng-clip": "^0.2.6",
"ng-file-upload": "^12.0.4",
"ng-infinite-scroll": "^1.2.1",
"nvd3": "^1.8.2",
"spin.js": "^2.3.2",
"summernote": "~0.8.2",
"ua-parser-js": "^0.7.10",
"ui-select": "^0.19.4",
"zeroclipboard": "^2.2.0"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-node5": "^1.2.0",
"clean-webpack-plugin": "^0.1.8",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.24.0",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.12.0",
"imports-loader": "^0.6.5",
"matchdep": "^1.0.1",
"ng-annotate-webpack-plugin": "^0.1.2",
"script-loader": "^0.7.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-bundle-analyzer": "^1.5.3",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.1",
"yargs": "^5.0.0"
}
}