forked from sequentech/common-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.46 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
{
"name": "agora-gui-common",
"version": "20.2.0",
"devDependencies": {
"@bower_components/angular-bootstrap": "angular-ui/bootstrap-bower#0.10",
"@bower_components/angular-ui-router": "angular-ui/ui-router#0.3.2",
"@bower_components/angular-ui-utils": "angular-ui/ui-utils#0.2.2",
"@bower_components/ngInfiniteScroll": "sroze/ngInfiniteScroll#1.2.0",
"@bower_components/i18next": "i18next/i18next#1.9.0",
"@bower_components/ng-i18next": "i18next/ng-i18next#0.4.2",
"@bower_components/ng-autofocus": "jljouannic/ng-autofocus#0.0.1",
"angular": "1.2.27",
"angular-animate": "1.2.27",
"angular-cookie": "~4.0.9",
"angular-cookies": "1.2.27",
"angular-drag-and-drop-lists": "2.1.0",
"angular-load": "~0.2.0",
"angular-moment": "1.3.0",
"angular-resource": "1.2.28",
"angular-sanitize": "1.2.32",
"css-element-queries": "0.3.0",
"file-saver": "*",
"grunt-autoprefixer": "^1.0.1",
"grunt-browser-output": "1.0.3",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-concat": "~0.5",
"grunt-contrib-copy": "~0.5",
"grunt-contrib-htmlmin": "~0.1",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-dom-munger": "~3.4",
"grunt-merge-json": "^0.9.7",
"jquery": "3.5.0",
"karma-chrome-launcher": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-mocha-reporter": "~0.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"less": "3.11.1",
"load-grunt-tasks": "^3.5.0",
"lodash": "4.17.15",
"nanoscroller": "^0.8.7",
"ng-autofocus": "~0.0.1",
"ng-file-upload": "3.0.7",
"papaparse": "~4.1.0",
"rng-js": "~1.0.1",
"underscore": "1.8.2",
"angular-mocks": "~1.2",
"bootstrap": "3.4.1",
"font-awesome": "~4.3",
"gifsicle": "^5.0.0",
"grunt": "^1.0.4",
"grunt-angular-templates": "^1.2.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-karma": "^3.0.2",
"grunt-ng-annotate": "^3.0.0",
"grunt-protractor-runner": "^5.0.0",
"intl-tel-input": "^12.1.0",
"karma": "^4.4.1",
"moment": "2.19.3",
"ws": "7.2.1",
"yarn": "^1.22.0"
},
"dependencies": {
},
"resolutions": {
"**/angular": "~1.2",
"**/ws": "7.2.1",
"**/lodash": "4.17.15",
"**/minimist": "1.2.5"
}
}