forked from linagora/esn-frontend-common-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.59 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
83
84
85
86
87
88
89
90
91
{
"name": "esn-frontend-common-libs",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack-dev-server --watch --progress",
"build:dev": "webpack"
},
"author": "",
"license": "AGPLv4",
"dependencies": {
"angular": "1.3.20",
"angular-animate": "1.3.20",
"angular-aria": "1.5.8",
"angular-auto-focus": "1.0.4",
"angular-chart.js": "0.5.1",
"angular-cookies": "1.3.20",
"angular-feature-flags": "1.1.0",
"angular-file-saver": "1.1.2",
"angular-gist": "0.1.3",
"angular-i18n": "1.7.9",
"angular-localforage": "1.2.2",
"angular-material": "1.1.3",
"angular-messages": "1.3.16",
"angular-moment": "1.0.0-beta.6",
"angular-motion": "0.4.4",
"angular-promise-extras": "0.1.8",
"angular-route": "1.3.20",
"angular-sanitize": "1.3.20",
"angular-scroll": "0.7.0",
"angular-strap": "2.3.6",
"angular-summernote": "0.8.1",
"angular-touch": "1.3.0",
"angular-translate": "2.15.1",
"angular-ui-router": "0.2.18",
"angular-web-notification": "1.0.19",
"animate.css": "3.1.1",
"apply-loader": "^2.0.0",
"arrive": "2.2.1",
"autosize": "3.0.13",
"blueimp-canvas-to-blob": "2.1.0",
"bootstrap": "3.3.5",
"bootstrap-switch": "3.3.2",
"clipboard": "1.5.16",
"dompurify": "1.0.9",
"email-addresses": "3.0.0",
"iframe-resizer": "3.5.5",
"jquery": "2.1.1",
"jquery.focus": "0.1.4",
"leaflet": "0.7.3",
"localforage": "1.7.4",
"lodash": "2.4.1",
"matchmedia": "0.1.1",
"matchmedia-ng": "1.0.8",
"material-shadows": "2.0.1",
"mdi": "2.0.46",
"moment": "2.15.1",
"moment-timezone": "0.5.17",
"ng-tags-input": "3.2.0",
"re-tree": "0.0.2",
"restangular": "1.3.1",
"roboto-fontface": "0.4.3",
"save-dev": "0.0.1-security",
"showdown": "1.5.0",
"summernote": "github:linagora/summernote#0.8.2-1",
"ui-router-extras": "0.1.0",
"videogular": "1.4.4",
"videogular-buffering": "1.4.4",
"videogular-controls": "1.4.4",
"videogular-overlay-play": "1.4.4",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"css-loader": "^3.6.0",
"exports-loader": "^1.0.0",
"expose-loader": "^1.0.0",
"file-loader": "^6.0.0",
"glob-all": "^3.2.1",
"html-webpack-plugin": "^4.3.0",
"less-loader": "^6.1.1",
"pug": "^3.0.0",
"pug-loader": "^2.4.0",
"style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}