-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
74 lines (74 loc) · 1.94 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
{
"name": "edx-ui-toolkit",
"version": "1.0.0-semantically-released",
"description": "A JavaScript toolkit for building edX user interfaces",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/openedx/edx-ui-toolkit"
},
"keywords": [
"edx",
"open edx",
"javascript"
],
"homepage": "https://github.com/openedx/edx-ui-toolkit",
"scripts": {
"test": "gulp test",
"lint": "eslint ."
},
"dependencies": {
"backbone": "1.6.0",
"backbone.paginator": "2.0.8",
"gulp-shell": "0.8.0",
"jquery": "~3.7.0",
"mini-css-extract-plugin": "^2.7.2",
"moment": "2.30.1",
"moment-timezone": "0.5.46",
"requirejs": "2.1.22",
"requirejs-text": "2.0.16",
"sass": "^1.58.3",
"sinon": "1.17.7",
"underscore": "~1.8.3",
"urijs": "1.19.11"
},
"devDependencies": {
"@edx/eslint-config": "^4.0.0",
"bi-app-sass": "1.1.0",
"bourbon": "4.3.4",
"browser-sync": "3.0.3",
"css-loader": "^6.0.0",
"del": "2.2.2",
"eslint": "^8.35.0",
"eslint-config-edx": "4.0.4",
"gulp": "^4.0.2",
"gulp-gh-pages": "0.5.4",
"gulp-rename": "2.0.0",
"gulp-util": "3.0.8",
"gulp4-run-sequence": "^1.0.1",
"jasmine": "5.3.1",
"jasmine-core": "5.3.0",
"jsdoc3-parser": "3.0.0",
"jsdox": "0.4.10",
"karma": "6.4.4",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "2.2.1",
"karma-firefox-launcher": "2.1.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"karma-jasmine-jquery-2": "^0.1.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-requirejs": "1.1.0",
"karma-sinon": "1.0.5",
"karma-spec-reporter": "0.0.36",
"puppeteer": "^14.1.2",
"require-dir": "latest",
"requirejs-plugins": "1.0.2",
"sass-loader": "^13.2.0",
"susy": "2.2.14",
"style-loader": "3.3.4",
"through2": "2.0.5",
"webpack": "^5.75.0",
"webpack-stream": "7.0.0"
}
}