-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.6 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": "dev-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prettier": "prettier --write .",
"type-check": "npx tsc --noEmit",
"clean": "rimraf dist",
"clean-with-modules": "rimraf node_modules && pnpm clean"
},
"dependencies": {
"@vidstack/react": "^1.11.24",
"@x2-tik-tracker/core": "^0.0.10",
"@x2-tik-tracker/hlsjs": "^0.0.7",
"@x2-tik-tracker/shaka": "^0.0.9",
"d3": "^7.9.0",
"dplayer": "^1.27.1",
"hls.js": "^1.5.11",
"mediaelement": "^7.0.5",
"mux.js": "^6.3.0",
"openplayerjs": "^2.14.4",
"plyr": "^3.7.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shaka-player": "^4.10.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/dplayer": "^1.25.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"hls.js": "^1.5.11",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.7",
"typedoc": "^0.25.13",
"typedoc-material-theme": "^1.0.3",
"typescript": "^5.6.2",
"typescript-eslint": "^7.15.0",
"vite": "^5.3.2",
"vite-plugin-libcss": "^1.1.1",
"vite-plugin-node-polyfills": "^0.22.0"
}
}