forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.56 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": "oppia",
"version": "2.8.1",
"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": {
"@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0",
"@types/angular": "^1.6.54",
"@types/angular-animate": "^1.5.10",
"@types/angular-mocks": "^1.7.0",
"@types/ckeditor": "^4.9.8",
"@types/d3": "^5.7.2",
"@types/google.visualization": "0.0.48",
"@types/jasmine": "^3.3.12",
"@types/jasminewd2": "^2.0.8",
"@types/jquery": "^3.3.29",
"@types/jqueryui": "^1.12.1",
"@types/leaflet": "^1.4.0",
"@types/lodash": "^4.14.136",
"@types/mathjax": "0.0.35",
"@types/mathjs": "^6.0.2",
"@types/mousetrap": "^1.6.2",
"@types/node": "^12.7.11",
"@types/q": "^1.5.1",
"@types/select2": "^4.0.48",
"@types/selenium-webdriver": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"ajv": "^6.10.0",
"babel-eslint": "^10.0.1",
"browserstack-local": "^1.4.2",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^2.5.3",
"css-loader": "^3.1.0",
"d3": "^5.9.2",
"dotenv": "^8.1.0",
"enhanced-resolve": "^4.1.0",
"eslint": "^6.7.2",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-html": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^4.1.2",
"html-dnd": "^1.2.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.3",
"htmllint": "^0.8.0",
"htmllint-cli": "github:oppia/htmllint-cli#01a8b74",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.5.0",
"jasmine-spec-reporter": "^5.0.1",
"jquery": "^3.4.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "^3.1.1",
"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",
"postcss-loader": "3.0.0",
"postcss-syntax": "^0.36.2",
"protractor": "^5.4.2",
"protractor-jasmine2-screenshot-reporter": "^0.5.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.4.0",
"sourcemapped-stacktrace": "1.1.11",
"style-loader": "^1.1.3",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0",
"thread-loader": "^2.1.2",
"ts-loader": "^6.2.0",
"typescript": "^3.4.5",
"uglify-js": "^3.5.8",
"underscore-template-loader": "^1.0.0",
"webdriver-manager": "13.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-merge": "^4.2.1",
"yargs": "^15.3.1",
"zone.js": "^0.9.1"
},
"keywords": [],
"dependencies": {
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/router": "^8.0.0",
"@angular/upgrade": "^8.0.0",
"angular": "1.7.9",
"angular-cookies": "1.7.9",
"angular-route": "1.7.9",
"bootstrap": "3.4.1",
"cropperjs": "^1.5.6",
"gif-frames": "^1.0.1",
"gifshot": "^0.4.5",
"lodash": "^4.17.14",
"mathjs": "5.10.3",
"moment": "2.24.0"
}
}