-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
115 lines (115 loc) · 3.37 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
{
"name": "common-ui",
"version": "6.0.0",
"license": "AGPL-3.0-only",
"author": {
"name": "Sequent Tech Inc and others",
"email": "[email protected]",
"url": "https://sequentech.io"
},
"browsers": [
"ie >= 8",
"ff > 4",
"last 8 versions"
],
"devDependencies": {
"@bower_components/angular-ui-router": "angular-ui/ui-router#0.3.2",
"@bower_components/ng-autofocus": "jljouannic/ng-autofocus#0.0.1",
"@bower_components/ngInfiniteScroll": "sroze/ngInfiniteScroll#1.2.0",
"@lodder/grunt-postcss": "^3.0.0",
"ng-i18next": "1.0.7",
"i18next": "23.8.2",
"i18next-http-backend": "2.4.3",
"i18next-chained-backend": "4.6.2",
"angular": "~1.8.3",
"angular-animate": "~1.8.0",
"angular-cookie": "~4.0.9",
"angular-cookies": "~1.8.0",
"angular-drag-and-drop-lists": "2.1.0",
"angular-load": "~0.2.0",
"angular-mocks": "~1.8.0",
"angular-moment": "1.3.0",
"angular-resource": "~1.8.0",
"angular-sanitize": "~1.8.0",
"autoprefixer": "^10.2.3",
"bootstrap": "3.4.1",
"css-element-queries": "0.3.0",
"file-saver": "*",
"font-awesome": "~4.3",
"gifsicle": "^5.0.0",
"grunt": "^1.5.3",
"grunt-angular-templates": "^1.2.0",
"grunt-browser-output": "1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-concat": "~0.5",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "~0.5",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-htmlmin": "~0.1",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-dom-munger": "~3.4",
"grunt-karma": "^4.0.2",
"grunt-merge-json": "^0.9.7",
"grunt-ng-annotate": "^3.0.0",
"grunt-protractor-runner": "^5.0.0",
"intl-tel-input": "^12.1.0",
"jquery": "3.5.1",
"karma": "^6.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-firefox-launcher": "~2.1.2",
"karma-jasmine": "~4.0.1",
"karma-mocha-reporter": "~2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"less": "3.11.1",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.17.21",
"moment": "2.29.4",
"nanoscroller": "^0.8.7",
"ng-autofocus": "~0.0.1",
"ng-file-upload": "3.0.7",
"papaparse": "~5.2.0",
"postcss": "^8.4.31",
"rng-js": "~1.0.1",
"underscore": "1.12.1",
"ws": "7.4.6",
"yarn": "^1.22.19"
},
"dependencies": {
"browser-update": "^3.3.44",
"karma-ng-html2js-preprocessor": "^1.0.0"
},
"resolutions": {
"**/tough-cookie": "4.1.3",
"**/follow-redirects": "1.15.6",
"**/socket.io-parser": "4.2.3",
"**/engine.io": "6.4.2",
"**/angular": "1.8.3",
"**/async": "3.2.2",
"**/shelljs": ">=0.8.5",
"**/json-schema": ">=0.4.0",
"**/xmlhttprequest-ssl": "1.6.2",
"**/xml2js": "0.5.0",
"**/ws": "7.4.6",
"**/lodash": "^4.17.21",
"**/hosted-git-info": "3.0.8",
"**/minimist": "1.2.6",
"**/moment": "2.29.4",
"**/yargs-parser": "13.1.2",
"**/cheerio": "0.12.3",
"**/cheerio-select": "0.0.3",
"**/is-svg": "4.3.1",
"**/trim-newlines": "3.0.1",
"**/glob-parent": "5.1.2",
"**/ansi-regex": "5.0.1",
"**/nth-check": "2.0.1",
"**/semver": "5.7.2",
"**/semver-regex": "3.1.4",
"**/set-value": "4.0.1",
"**/getobject": "1.0.0"
}
}