forked from openedx/edx-ora2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.04 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
{
"name": "edx-ora2",
"version": "6.11.1",
"repository": "https://github.com/openedx/edx-ora2.git",
"dependencies": {
"@edx/frontend-build": "8.0.6",
"@openedx/paragon": "^21.5.7",
"backbone": "^1.2.3",
"backgrid": "~0.3.8",
"dotenv-webpack": "^7.0.3",
"edx-ui-toolkit": "^1.5.4",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.25.1",
"requirejs": "^2.3.6",
"underscore": "^1.13.2"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@testing-library/react": "^12.1.2",
"dotenv-expand": "^5.1.0",
"dotenvi": "^0.9.1",
"eslint-config-google": "^0.14.0",
"fetch-mock": "^9.11.0",
"jasmine": "4.6.0",
"jasmine-core": "4.6.0",
"jshint": "^2.13.1",
"karma": "^6.3.9",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.1.0",
"karma-jasmine": "4.0.0",
"karma-jasmine-html-reporter": "~0.2",
"karma-jasmine-jquery": "git+https://github.com/nkoder/karma-jasmine-jquery.git#be1566e6a069c867812b3845a46c9c6ca73b1e9f",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^4.0.2",
"phantomjs-prebuilt": "^2.1.14",
"postcss-loader": "4.2.0",
"sinon": "^7.5.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^4.0.2"
},
"scripts": {
"build": "fedx-scripts webpack",
"clean-build": "fedx-scripts webpack --clean",
"dev": "fedx-scripts webpack --config webpack.dev.config.js",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "./node_modules/karma/bin/karma start --reporters spec,coverage",
"lint": "fedx-scripts eslint --ext .jsx,.js openassessment/xblock/static/js/src/",
"lint-fix": "fedx-scripts eslint --ext .jsx,.js openassessment/xblock/static/js/src/ --fix"
},
"overrides": {
"@edx/frontend-build": {
"webpack-cli": "4.10.0"
}
}
}