-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.61 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
52
53
54
55
56
57
{
"name": "iptv-checker-ui",
"private": true,
"description": "a website for iptv-checker",
"author": "知敏studio",
"homepage_url": "https://github.com/zhimin-dev/iptv-checker",
"version": "4.7.1",
"type": "module",
"scripts": {
"tauri": "tauri",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@ladjs/koa-views": "^9.0.0",
"@mui/icons-material": "^7.1.0",
"@mui/lab": "^5.0.0-alpha.118",
"@mui/material": "^7.1.0",
"@mui/styled-engine-sc": "^6.2.1",
"@mui/system": "^7.1.0",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.1",
"@tauri-apps/plugin-http": "^2.0.1",
"@tauri-apps/plugin-os": "^2.0.0",
"@videojs/http-streaming": "3.15.0",
"array-move": "^4.0.0",
"axios": "^1.3.2",
"crypto-js": "^4.2.0",
"i18next": "^23.11.5",
"koa": "^2.14.1",
"koa-router": "^12.0.0",
"koa-static": "^5.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^14.1.2",
"react-router-dom": "^7.6.0",
"react-virtualized": "^9.22.3",
"styled-components": "^6.1.13",
"tauri-xhr": "^0.1.2",
"video.js": "8.19.1",
"videojs-contrib-quality-levels": "4.1.0",
"videojs-http-source-selector": "^1.1.6"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@vitejs/plugin-react": "^4.6.0",
"internal-ip": "^9.0.0",
"vite": "^7.0.4"
}
}