This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.86 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
{
"name": "web-video-player",
"version": "1.3.6",
"description": "",
"main": "player.js",
"author": "",
"license": "Apache",
"scripts": {
"build": "parcel build src/player.js src/*-worker.js --no-source-maps --target browser --public-url ./ --out-dir example/script",
"serve": "node node_modules/static-server/bin/static-server.js example"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"buffer": "^5.2.1",
"eventemitter3": "^3.1.0",
"inherits": "^2.0.4",
"mobile-detect": "^1.4.3",
"object-assign": "^4.1.1",
"promise-polyfill": "^8.1.3",
"reconnecting-websocket": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-arrow-functions": "^7.10.4",
"@babel/plugin-transform-block-scoping": "^7.10.5",
"@babel/plugin-transform-classes": "^7.12.1",
"@babel/plugin-transform-destructuring": "^7.10.4",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/plugin-transform-parameters": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/plugin-transform-template-literals": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.7",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-vue": "^7.1.0",
"marked": "^1.2.5",
"parcel-plugin-clean-dist": "^0.0.6",
"static-server": "^2.2.1"
},
"parcel-plugin-change-file": {
"copy": [
"example"
]
}
}