-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "janus-phone-kit",
"version": "0.1.3",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:example": "cross-env TARGET=doc vite build",
"lint": "eslint --ext .ts,.js,.vue src"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@mediapipe/selfie_segmentation": "^0.1.1675465747",
"@tensorflow-models/body-segmentation": "^1.0.2",
"@tensorflow/tfjs-backend-wasm": "^4.10.0",
"@tensorflow/tfjs-backend-webgl": "^4.10.0",
"@tensorflow/tfjs-backend-webgpu": "^4.12.0",
"@tensorflow/tfjs-converter": "^4.10.0",
"@tensorflow/tfjs-core": "^4.10.0",
"@vueuse/core": "^10.4.1",
"konva": "^9.2.0",
"loglevel": "^1.8.1",
"scatter-gl": "^0.0.13",
"uuid": "^9.0.1",
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.4",
"webrtc-adapter": "^8.2.3",
"webrtcmetrics": "^5.5.0"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-vue": "^4.3.4",
"@voicenter-team/voicenter-ui-plus": "0.2.31",
"autoprefixer": "^10.4.15",
"cross-env": "^7.0.3",
"element-plus": "^2.3.12",
"eslint": "^8.49.0",
"feather-icons": "4",
"lodash": "^4.17.21",
"postcss": "^8.4.30",
"sass": "^1.67.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.5.3",
"vue": "^3.3.4",
"vue-eslint-parser": "^9.3.1",
"vue-feather": "2"
},
"files": [
"library/janus-phone-kit.cjs.js",
"library/janus-phone-kit.umd.js",
"library/janus-phone-kit.es.js",
"src"
],
"engines": {
"node": ">=16.19.0",
"npm": "please use yarn instead of npm",
"yarn": ">=1.22.4"
},
"jsdelivr": "library/janus-phone-kit.umd.js",
"main": "library/janus-phone-kit.cjs.js",
"module": "library/janus-phone-kit.es.js",
"types": "library/index.d.ts",
"sideeffects": false,
"unpkg": "library/janus-phone-kit.umd.js"
}