forked from zhw2590582/ArtPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.79 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
{
"name": "artplayer-packages",
"version": "4.4.0",
"type": "module",
"description": "ArtPlayer.js is a modern and full featured HTML5 video player",
"scripts": {
"build:all": "npm run build all",
"bootstrap": "npx lerna bootstrap --hoist",
"lint": "npx eslint packages/*/src",
"build:sw": "node ./scripts/build-sw.js",
"test:create": "node ./scripts/createTests.js",
"dev": "npx cross-env NODE_ENV=development node ./scripts/dev.js",
"build": "npx cross-env NODE_ENV=production node ./scripts/build.js",
"test": "npx cross-env NODE_ENV=test mocha-chrome ./test/index.html --mocha '{\"ui\":\"bdd\"}'",
"postinstall": "npm run bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhw2590582/ArtPlayer.git"
},
"keywords": [
"video",
"player"
],
"author": "Harvey Zack <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhw2590582/ArtPlayer/issues"
},
"homepage": "https://artplayer.org",
"browserslist": "> 0.5%, last 2 versions, not dead",
"dependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-react": "^7.18.6",
"@parcel/config-default": "^2.6.2",
"@parcel/core": "^2.6.2",
"@parcel/optimizer-data-url": "^2.6.2",
"@parcel/reporter-cli": "^2.6.2",
"@parcel/transformer-inline-string": "^2.6.2",
"@parcel/transformer-less": "^2.6.2",
"@parcel/transformer-vue": "^2.6.2",
"artplayer": "latest",
"chai": "^4.3.6",
"cpy": "^9.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"glob": "^8.0.3",
"lerna": "^5.1.8",
"mocha": "^10.0.0",
"mocha-chrome": "^2.2.0",
"node-html-parser": "^5.3.3",
"prettier": "^2.7.1",
"prompts": "^2.4.2",
"servor": "^4.0.2",
"workbox-build": "^6.5.3"
}
}