forked from openedx/edx-ora2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.45 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
{
"name": "edx-ora2",
"version": "2.11.4",
"repository": "https://github.com/edx/edx-ora2.git",
"dependencies": {
"@edx/frontend-build": "^5.2.0",
"@edx/paragon": "^12.0.0",
"axios": "^0.19.2",
"backbone": "~1.2.3",
"backgrid": "~0.3.8",
"dotenv-webpack": "^2.0.0",
"edx-ui-toolkit": "1.5.3",
"moment": "^2.29.1",
"moment-timezone": "^0.5.28",
"requirejs": "~2.3.2",
"underscore": "^1.11.0"
},
"devDependencies": {
"dotenv-expand": "^5.1.0",
"dotenvi": "^0.9.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"jasmine": "^2.3.0",
"jshint": "^2.12.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^1.1.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.3",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^4.0.2",
"phantomjs-prebuilt": "^2.1.14",
"sinon": "^7.5.0",
"webpack": "^4.44.2"
},
"scripts": {
"build": "fedx-scripts webpack -p",
"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"
}
}