-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
116 lines (116 loc) · 3.55 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "esn-frontend-common-libs",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "webpack-dev-server --watch --progress",
"build:dev": "webpack",
"test": "./node_modules/karma/bin/karma start test/config/karma.conf.js",
"lint": "eslint src test webpack.*.js"
},
"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-dynamic-locale": "0.1.37",
"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",
"esn-api-client": "github:linagora/esn-api-client#main",
"esn-frontend-application-grid": "github:linagora/esn-frontend-application-grid#main",
"hex-to-hsl": "1.0.2",
"iframe-resizer": "3.5.5",
"jquery": "2.1.1",
"jquery.focus": "0.1.4",
"juice": "github:linagora/juice#master",
"jwt-decode": "3.1.2",
"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.0.0",
"openpaas-auth-client": "github:linagora/openpaas-auth-client#main",
"re-tree": "0.0.2",
"restangular": "1.6.1",
"roboto-fontface": "0.4.3",
"save-dev": "0.0.1-security",
"summernote": "github:linagora/summernote#v0.8.18",
"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": {
"@linagora/eslint-config-linagora-esn": "^2.0.0",
"angular-mocks": "1.3.20",
"chai": "3.0.0",
"chai-datetime": "1.4.0",
"chai-shallow-deep-equal": "1.4.0",
"css-loader": "^3.6.0",
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "2.22.0",
"expose-loader": "^1.0.0",
"file-loader": "^6.0.0",
"glob-all": "^3.2.1",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"ignore-loader": "^0.1.2",
"karma": "4.2.0",
"karma-firefox-launcher": "1.1.0",
"karma-mocha": "1.1.1",
"karma-sinon-chai": "^2.0.2",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^4.0.2",
"less-loader": "^6.1.1",
"mocha": "6.2.0",
"pug": "^3.0.0",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"sinon": "6.1.4",
"sinon-chai": "3.2.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"
}
}