-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 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
{
"name": "figma-xr",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"serveo": "ssh -R 80:localhost:5173 serveo.net",
"adb_connect": "bash ./scripts/adb-wifi.sh"
},
"dependencies": {
"@babylonjs/core": "^8.17.1",
"@babylonjs/gui": "^8.17.1",
"@babylonjs/inspector": "^8.17.1",
"@babylonjs/loaders": "^8.17.1",
"@babylonjs/materials": "^8.17.1",
"@figma/rest-api-spec": "^0.33.0",
"@tailwindcss/vite": "^4.1.11",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vueuse/core": "^13.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"localforage": "^1.10.0",
"lucide-vue-next": "^0.525.0",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.4.1",
"reka-ui": "^2.3.2",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.5",
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@types/node": "^24.1.0",
"@vitejs/plugin-vue": "^6.0.0",
"typescript": "^5.8.3",
"vite": "^7.0.5",
"vite-plugin-mkcert": "^1.17.8",
"vue-tsc": "^3.0.3"
},
"eslintConfig": {
"no-unused-vars": "error"
}
}