-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
47 lines (47 loc) · 1.35 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
{
"name": "edx-credentials",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/openedx/credentials"
},
"scripts": {
"lint": "eslint --ext .js --ext .jsx ./credentials/static"
},
"dependencies": {
"@openedx/paragon": "^22.0.0",
"bi-app-sass": "1.1.0",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "2.9.2",
"sass": "1.81.0",
"sass-loader": "16.0.3",
"url-loader": "4.1.1",
"webpack": "5.96.1",
"webpack-bundle-tracker": "3.1.1"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-modules-commonjs": "7.25.9",
"@babel/plugin-transform-object-assign": "7.25.9",
"@babel/preset-env": "7.26.0",
"@edx/eslint-config": "4.3.0",
"babel-loader": "9.2.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"jasmine-core": "5.4.0",
"jasmine-jquery": "2.1.1",
"karma": "6.4.4",
"karma-coverage": "2.2.1",
"karma-firefox-launcher": "2.1.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-jquery-2": "0.1.1",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "5.0.1",
"webpack-cli": "5.1.4"
}
}