-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.47 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
74
75
{
"name": "@oat-sa/tao-item-runner",
"version": "1.0.0",
"displayName": "TAO Item Runner",
"description": "TAO Item Runner modules",
"files": [
"dist",
"src"
],
"scripts": {
"test": "npx qunit-testrunner",
"test:keepAlive": "npx qunit-testrunner --keepalive --port 5100",
"test:cov": "npm run build:cov && npx qunit-testrunner --cov",
"coverage": "nyc report",
"coverage:clover": "nyc report --reporter clover",
"coverage:html": "nyc report --reporter=lcov && open-cli coverage/lcov-report/index.html",
"build": "rollup --config ./build/rollup.config.js",
"build:watch": "rollup --config ./build/rollup.config.js --watch",
"build:cov": "rollup --config ./build/rollup.config.js --environment COVERAGE",
"lint": "eslint src test",
"lint:report": "eslint --output-file eslint_report.json --format json src test",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oat-sa/tao-item-runner-fe.git"
},
"keywords": [
"tao",
"item",
"runner",
"fe",
"frontend"
],
"publishConfig": {
"access": "public"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/oat-sa/tao-item-runner-fe/issues"
},
"homepage": "https://github.com/oat-sa/tao-item-runner-fe#readme",
"devDependencies": {
"@oat-sa/eslint-config-tao": "^2.0.0",
"@oat-sa/prettier-config": "^0.1.1",
"@oat-sa/rollup-plugin-wildcard-external": "^1.0.0",
"@oat-sa/tao-core-libs": "^1.0.0",
"@oat-sa/tao-core-sdk": "^3.0.0",
"@oat-sa/tao-qunit-testrunner": "^2.0.0",
"@rollup/plugin-alias": "^3.1.2",
"async": "0.2.10",
"dompurify": "^2.4.0",
"eslint": "^8.39.0",
"glob": "^8.1.0",
"handlebars": "1.3.0",
"interactjs": "1.3.4",
"jquery": "1.9.1",
"lodash": "^4.17.21",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"nyc": "^15.1.0",
"open-cli": "^7.2.0",
"popper.js": "1.16.1",
"prettier": "^2.8.8",
"promise-limit": "^2.7.0",
"qunit": "^2.19.4",
"raphael": "2.3.0",
"require-css": "^0.1.10",
"rollup": "^2.47.0",
"rollup-plugin-istanbul": "^3.0.0",
"select2": "3.5.1",
"tooltip.js": "1.3.3"
},
"prettier": "@oat-sa/prettier-config"
}