forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
207 lines (207 loc) · 6.62 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
{
"name": "oppia",
"version": "3.3.0",
"description": "Oppia enables the creation of interactive online lessons.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oppia/oppia.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oppia/oppia/issues"
},
"homepage": "https://github.com/oppia/oppia#readme",
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.10",
"@angular/cli": "~11.2.10",
"@angular/compiler-cli": "^11.2.10",
"@lhci/cli": "^0.9.0",
"@types/angular": "^1.6.54",
"@types/angular-animate": "^1.5.10",
"@types/angular-mocks": "^1.7.0",
"@types/angular-ui-bootstrap": "^1.0.0",
"@types/ckeditor": "^4.9.8",
"@types/d3": "^5.7.2",
"@types/d3-array": "^2.0.0",
"@types/d3-color": "^1.2.2",
"@types/d3-hexbin": "^0.2.3",
"@types/d3-scale": "^2.2.0",
"@types/fabric": "^4.2.0",
"@types/google-protobuf": "^3.7.4",
"@types/google.visualization": "^0.0.55",
"@types/gtag.js": "^0.0.8",
"@types/headroom.js": "^0.12.0",
"@types/jasmine": "^3.3.12",
"@types/jasminewd2": "^2.0.8",
"@types/jquery": "^3.3.29",
"@types/jqueryui": "^1.12.1",
"@types/js-yaml": "^4.0.5",
"@types/leaflet": "^1.7.0",
"@types/lodash": "^4.14.136",
"@types/mathjax": "0.0.37",
"@types/mathjs": "^9.4.2",
"@types/mousetrap": "^1.6.2",
"@types/node": "^16.11.12",
"@types/q": "^1.5.1",
"@types/select2": "^4.0.48",
"@types/selenium-webdriver": "^4.0.0",
"@types/wavesurfer.js": "^5.2.2",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@wdio/cli": "^7.16.0",
"@wdio/jasmine-framework": "^7.16.0",
"@wdio/local-runner": "^7.16.0",
"@wdio/selenium-standalone-service": "^7.7.4",
"@wdio/spec-reporter": "^7.16.0",
"acorn": "^8.0.0",
"ajv": "^7.0.0",
"angular2-template-loader": "0.6.2",
"babel-eslint": "^10.0.1",
"browserstack-local": "^1.4.2",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"conditional-type-checks": "^1.0.5",
"core-js": "^2.5.3",
"css-loader": "^5.0.0",
"dotenv": "^10.0.0",
"dtslint": "^4.0.0",
"eslint": "^8.4.1",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-oppia": "file:./scripts/linters/custom_eslint_checks",
"eslint-plugin-unused-imports": "^2.0.0",
"file-loader": "^6.0.0",
"firebase-admin": "^10.0.0",
"firebase-tools": "https://github.com/oppia/firebase-tools/releases/download/v9.6.0-PATCH/firebase-tools-9.6.0-PATCH.tgz",
"google-protobuf": "^3.13.0",
"html-dnd": "^1.2.1",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.0.3",
"htmllint": "^0.8.0",
"htmllint-cli": "git+https://github.com/oppia/htmllint-cli#01a8b74",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.5.0",
"jasmine-spec-reporter": "^7.0.0",
"jquery": "^3.4.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-coverage-istanbul-reporter": "^3.0.0",
"karma-jasmine": "^4.0.0",
"karma-json-fixtures-preprocessor": "^0.0.6",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-webpack": "^4.0.0-rc.3",
"loader-utils": "^2.0.0",
"mini-css-extract-plugin": "^1.6.2",
"mocha": "^9.0.0",
"nyc": "^15.1.0",
"postcss-html": "^1.3.0",
"protoc-gen-ts": "^0.3.4",
"puppeteer": "^13.0.0",
"reflect-metadata": "^0.1.12",
"rtlcss": "^3.5.0",
"sourcemapped-stacktrace": "^1.1.11",
"style-loader": "^2.0.0",
"stylelint": "^14.1.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"thread-loader": "^3.0.0",
"ts-loader": "^8.0.0",
"ts-node": "~8.3.0",
"typescript": "~4.1.6",
"uglify-js": "^3.5.8",
"underscore-template-loader": "^1.0.0",
"wdio-wait-for": "^2.2.6",
"webdriver-manager": "^12.1.8",
"webdriverio": "^7.17.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-merge": "^5.0.8",
"webpack-rtl-plugin": "^2.0.0",
"yargs": "^17.0.0",
"zone.js": "^0.10.3"
},
"keywords": [],
"dependencies": {
"@angular/animations": "^11.2.10",
"@angular/cdk": "^11.2.10",
"@angular/common": "^11.2.10",
"@angular/compiler": "^11.2.10",
"@angular/core": "^11.2.10",
"@angular/elements": "11.2.10",
"@angular/fire": "^6.1.0",
"@angular/forms": "^11.2.10",
"@angular/material": "^11.2.10",
"@angular/platform-browser": "^11.2.10",
"@angular/platform-browser-dynamic": "^11.2.10",
"@angular/router": "^11.2.10",
"@angular/upgrade": "^11.2.10",
"@angular/youtube-player": "^11.2.10",
"@asymmetrik/ngx-leaflet": "^8.1.0",
"@ctrl/ngx-codemirror": "^4.1.1",
"@ng-bootstrap/ng-bootstrap": "^9.1.3",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@popperjs/core": "^2.11.6",
"@types/angular-translate": "^2.16.2",
"@types/howler": "^2.2.2",
"@webcomponents/custom-elements": "^1.5.1",
"angular": "^1.8.2",
"angular-cookies": "^1.8.2",
"angular-route": "^1.8.2",
"angular-ui-validate": "^1.2.3",
"bootstrap": "^4.3.1",
"browserify-zlib": "^0.2.0",
"chai": "^4.2.0",
"codemirror": "^5.61.0",
"cropperjs": "^1.5.6",
"d3": "^5.9.2",
"d3-array": "^2.4.0",
"d3-color": "^2.0.0",
"d3-hexbin": "^0.2.2",
"d3-scale": "^3.2.1",
"dayjs": "^1.8.35",
"default-passive-events": "^2.0.0",
"dequeue": "^1.0.5",
"fabric": "^4.1.0",
"firebase": "^8.10.0",
"gif-frames": "^1.0.1",
"gifshot": "^0.4.5",
"globalthis": "^1.0.2",
"hammerjs": "^2.0.8",
"hash-wasm": "^4.4.1",
"headroom.js": "^0.12.0",
"howler": "^2.2.1",
"js-yaml": "^4.1.0",
"leaflet": "^1.4.0",
"lodash": "^4.17.14",
"mathjs": "^9.0.0",
"messageformat": "^2.3.0",
"mousetrap": "^1.6.5",
"nerdamer": "^1.1.4",
"ng-infinite-scroll": "^1.3.0",
"ngx-cookie": "^5.0.2",
"ngx-infinite-scroll": "^10.0.1",
"ngx-joyride": "2.3.1",
"ngx-mat-select-search": "^3.3.0",
"ngx-toastr": "^13.2.1",
"ngx-translate-cache": "^9.0.2",
"ngx-trim-directive": "^1.1.0",
"path-browserify": "^1.0.1",
"popper.js": "^1.16.1",
"proxy-polyfill": "^0.3.2",
"requireindex": "^1.2.0",
"rxjs": "^6.0.0",
"rxjs-marbles": "^6.0.0",
"stream-browserify": "^3.0.0",
"tslib": "^2.0.0",
"vanilla-picker": "^2.10.1",
"wavesurfer.js": "^5.2.0",
"wdio-intercept-service": "^4.2.2"
}
}