-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 844 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 844 Bytes
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
{
"name": "frappe-meet-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format .",
"format:write": "biome format --write ."
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@mediapipe/selfie_segmentation": "0.1.1671057942",
"@timephy/rnnoise-wasm": "^1.0.0",
"emoji-mart": "^5.6.0",
"frappe-ui": "^0.1.271",
"mediasoup-client": "^3.18.8",
"reka-ui": "^2.6.0",
"socket.io-client": "^4.7.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@vitejs/plugin-vue": "^6.0.5",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.4.15",
"vite": "^8.0.2"
}
}