forked from ableplayer/ableplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 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
51
{
"name": "ableplayer",
"version": "4.8.0",
"description": "Accessible HTML5 media player",
"homepage": "https://ableplayer.github.io/ableplayer",
"bugs": "https://github.com/ableplayer/ableplayer/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ableplayer/ableplayer.git"
},
"type": "module",
"main": "build/ableplayer.esm.js",
"scripts": {
"build": "grunt",
"test": "grunt jest",
"lint": "eslint",
"watch": "rollup -c --watch"
},
"dependencies": {
"dompurify": "^3.2.6",
"dotenv": "^10.0.0",
"jquery": "^3.5.0",
"js-cookie": "^3.0.0",
"xml-js": "1.6.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^1.0.0",
"eslint": "^10.0.2",
"globals": "^17.3.0",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-eslint": "^26.0.0",
"grunt-run": "^0.8.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-puppeteer": "^10.1.0",
"jsdoc": "^4.0.4",
"jsdom": "^25.0.1",
"puppeteer": "^23.2.2",
"rollup": "^4.59.0",
"typescript": "^5.9.3"
}
}