-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 820 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
{
"name": "bg-edit---cd-concept-tool",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.1",
"@tresjs/core": "^5.5.0",
"graphql": "^16.13.0",
"graphql-request": "^7.4.0",
"lucide-vue-next": "^0.576.0",
"pinia": "^3.0.4",
"tailwindcss": "^4.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.182.0",
"vidstack": "^1.12.13",
"vue": "^3.5.29",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/three": "^0.183.1",
"@vitejs/plugin-vue": "^6.0.4",
"tailwind-scrollbar": "^4.0.2",
"typescript": "~5.8.2",
"vite": "^6.4.1",
"vite-svg-loader": "^5.1.0"
}
}