forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.53 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": "oppia",
"version": "2.8.1",
"description": "Oppia enables the creation of interactive online lessons.",
"main": "gulpfile.js",
"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/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",
"@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.6",
"@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": "^5.0.0",
"@types/mousetrap": "^1.6.2",
"@types/node": "^10.14.6",
"@types/q": "^1.5.1",
"@types/select2": "^4.0.48",
"@types/selenium-webdriver": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"ajv": "^6.10.0",
"angular": "1.6.6",
"angular-route": "1.6.6",
"babel-eslint": "^10.0.1",
"bootstrap": "3.4.1",
"browserstack-local": "^1.3.7",
"cache-loader": "^3.0.1",
"clean-webpack-plugin": "^2.0.1",
"core-js": "^2.5.3",
"css-loader": "^3.1.0",
"d3": "^5.9.2",
"dotenv": "^7.0.0",
"enhanced-resolve": "^4.1.0",
"eslint": "^6.0.0",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-html": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^1.3.3",
"gulp": "^4.0.1",
"gulp-concat": "^2.6.1",
"html-webpack-plugin": "4.0.0-beta.5",
"htmllint": "^0.8.0",
"htmllint-cli": "github:oppia/htmllint-cli#01a8b74",
"is-docker": "^2.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1",
"jquery": "^3.4.0",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "^2.0.1",
"karma-json-fixtures-preprocessor": "^0.0.6",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-webpack": "^4.0.0-rc.3",
"lodash": "^4.17.14",
"mathjs": "5.10.3",
"moment": "2.19.3",
"postcss-loader": "3.0.0",
"postcss-syntax": "^0.36.2",
"protractor": "^5.4.2",
"protractor-jasmine2-screenshot-reporter": "^0.5.0",
"raw-loader": "3.1.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.4.0",
"sourcemapped-stacktrace": "1.1.9",
"style-loader": "^0.23.1",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"thread-loader": "^2.1.2",
"ts-loader": "^5.4.4",
"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": "^13.2.2",
"zone.js": "^0.9.1"
},
"keywords": [],
"dependencies": {
"handlebars": "^4.3.1"
}
}