-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1 KB
/
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",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.5.2",
"@selemondev/vue3-marquee": "^0.0.8",
"@vueuse/core": "^12.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.5.1",
"lucide-vue-next": "^0.468.0",
"nuxt": "^3.14.1592",
"radix-vue": "^1.9.11",
"shadcn-nuxt": "0.11.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"vue": "latest",
"vue-router": "latest",
"vue-tsc": "^2.2.0"
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"devDependencies": {
"@nuxtjs/tailwindcss": "6.12.2",
"typescript": "^5.7.2"
}
}