-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.08 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "live-platform",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/control_utils": "^0.6.1675466023",
"@mediapipe/drawing_utils": "^0.3.1675466124",
"@mediapipe/selfie_segmentation": "^0.1.1675465747",
"@tensorflow-models/body-pix": "^2.2.1",
"@tensorflow-models/body-segmentation": "^1.0.2",
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow/tfjs": "^4.19.0",
"@tensorflow/tfjs-core": "^4.19.0",
"@types/spark-md5": "^3.0.4",
"@vue/runtime-core": "^3.4.21",
"@webav/av-cliper": "^0.8.0",
"animate.css": "^4.1.1",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"echarts": "^5.5.0",
"element-plus": "^2.7.0",
"emoji-regex": "^10.3.0",
"flv.js": "^1.6.2",
"hls.js": "^1.5.13",
"js-cookie": "^3.0.5",
"m3u8-parser": "^7.1.0",
"mitt": "^3.0.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qrcode": "^1.5.3",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.8.1",
"socket.io-client": "^4.7.5",
"spark-md5": "^3.0.2",
"svga": "^2.1.1",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vuex": "^4.0.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.12.11",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/tsconfig": "^0.5.1",
"jest": "^29.7.0",
"jsdom": "^24.0.0",
"npm-run-all2": "^6.1.2",
"sass": "^1.75.0",
"typescript": "~5.4.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.6",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6"
}
}