forked from openedx/credentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.12 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
{
"name": "edx-credentials",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/edx/credentials"
},
"scripts": {
"test-react": "jest --no-cache --coverage --config ./jest-config.json"
},
"dependencies": {
"@edx/paragon": "19.19.1",
"axios": "0.27.2",
"bi-app-sass": "1.1.0",
"bootstrap": "4.6.1",
"core-js": "3.22.3",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "3.4.1",
"file-loader": "6.2.0",
"font-awesome": "4.7.0",
"imports-loader": "3.1.1",
"js-cookie": "3.0.1",
"mini-css-extract-plugin": "2.6.0",
"node-sass": "7.0.1",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "16.14.0",
"regenerator-runtime": "0.13.9",
"sass-loader": "12.6.0",
"style-loader": "3.3.1",
"url-loader": "4.1.1",
"webpack": "5.72.0",
"webpack-bundle-tracker": "1.5.0"
},
"devDependencies": {
"@babel/core": "7.17.9",
"@babel/eslint-parser": "7.17.0",
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/plugin-transform-modules-commonjs": "7.17.9",
"@babel/plugin-transform-object-assign": "7.16.7",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@edx/eslint-config": "1.3.0",
"babel-jest": "27.5.1",
"babel-loader": "8.2.5",
"codecov": "3.8.3",
"edx-custom-a11y-rules": "2.0.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "8.14.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "1.7.0",
"geckodriver": "3.0.1",
"gulp": "4.0.2",
"gulp-eslint": "6.0.0",
"jasmine-core": "3.99.1",
"jasmine-jquery": "2.1.1",
"jest": "27.5.1",
"jquery": "3.6.0",
"karma": "6.3.19",
"karma-coverage": "2.2.0",
"karma-firefox-launcher": "2.1.2",
"karma-jasmine": "4.0.2",
"karma-jasmine-jquery-2": "0.1.1",
"karma-spec-reporter": "0.0.34",
"karma-webpack": "5.0.0",
"webpack-cli": "4.9.2"
}
}