-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.3 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": "xgplayer-mirror-plugin",
"version": "0.1.16",
"description": "xgplayer-mirror-plugin",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npx webpack build --config ./webpack.config.js",
"example:dev": "vite example/ -c ./vite.config.js",
"example:build": "vite build example/ -c ./vite.config.js",
"start": "yarn example:build & yarn example:dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bt2ee/xgplayer-mirror-plugin"
},
"keywords": [
"xgplayer",
"mp4",
"video",
"flip",
"mirror"
],
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^3.22.3",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"pnpm": "^7.0.0",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.0",
"tsup": "5.12.5",
"typescript": "4.6.3",
"vite": "2.9.5",
"vite-svg-loader": "^3.3.0",
"vitest": "0.9.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"xgplayer": "^2.31.6"
}
}