-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 953 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 953 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
36
37
38
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/supabase": "^1.4.6",
"@nuxtjs/tailwindcss": "^6.13.1",
"@vueuse/core": "^12.5.0",
"cypress": "^14.2.1",
"fabric": "^6.5.4",
"fabric-eraser-brush": "^1.0.1",
"lucide-vue-next": "^0.474.0",
"motion": "^12.3.0",
"motion-v": "^0.9.0",
"nanoid": "^5.0.9",
"nuxt": "^3.15.4",
"radix-vue": "^1.9.13",
"shadcn-nuxt": "^0.11.3",
"socket.io-client": "^4.8.1",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@inspira-ui/plugins": "^0.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7"
}
}