forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.48 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
{
"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": {
"@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.2",
"@types/d3": "^3.5.40",
"@types/google.visualization": "0.0.46",
"@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/mathjax": "0.0.35",
"@types/mathjs": "^5.0.0",
"@types/mousetrap": "^1.6.1",
"@types/node": "^10.14.6",
"@types/q": "^1.5.1",
"@types/select2": "^4.0.48",
"@types/selenium-webdriver": "^2.53.43",
"@typescript-eslint/parser": "^1.7.0",
"ajv": "^6.10.0",
"babel-eslint": "^10.0.1",
"browserstack-local": "^1.3.7",
"cache-loader": "^3.0.1",
"clean-webpack-plugin": "^2.0.1",
"dotenv": "^7.0.0",
"enhanced-resolve": "^4.1.0",
"eslint": "^5.16.0",
"eslint-plugin-angular": "^4.0.0",
"eslint-plugin-html": "^5.0.3",
"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": "0.0.7",
"jasmine-core": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"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",
"postcss-syntax": "^0.36.2",
"protractor": "^5.4.2",
"protractor-screenshot-reporter": "0.0.5",
"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": "^12.1.4",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"yargs": "^13.2.2"
},
"keywords": []
}