-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.5 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.5 KB
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
{
"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": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@openedx/paragon": "^23.3.1",
"bi-app-sass": "1.1.0",
"css-loader": "7.1.4",
"css-minimizer-webpack-plugin": "7.0.4",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "2.10.1",
"sass": "1.98.0",
"sass-loader": "16.0.7",
"url-loader": "4.1.1",
"webpack": "5.105.4",
"webpack-bundle-tracker": "3.2.3"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/eslint-parser": "7.28.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-modules-commonjs": "7.28.6",
"@babel/plugin-transform-object-assign": "7.27.1",
"@babel/preset-env": "7.29.0",
"@edx/eslint-config": "4.4.0",
"babel-loader": "10.1.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"jasmine-core": "6.1.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": "6.0.1"
}
}