-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 880 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/http": "^0.6.4",
"@nuxtjs/color-mode": "^3.5.2",
"@vueuse/core": "^12.5.0",
"lucide-vue-next": "^0.475.0",
"motion-v": "^0.10.0-beta.1",
"nuxt": "^3.15.4",
"nuxt-lucide-icons": "^1.0.5",
"radix-vue": "^1.9.13",
"shadcn-nuxt": "^0.11.3",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@inspira-ui/plugins": "^0.0.1",
"@nuxtjs/tailwindcss": "^6.13.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"sass-embedded": "^1.83.4",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3"
}
}