-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"test:ts": "tsc --noEmit",
"generate-schema": "openapi-typescript 'http://localhost:3001/api-json' --output ./schema.ts"
},
"dependencies": {
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@tanstack/vue-query": "^5.55.4",
"@unovis/ts": "^1.5.0",
"@unovis/vue": "^1.5.0",
"@vueuse/components": "11.0.3",
"@vueuse/core": "^11.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.439.0",
"nuxt": "^3.13.1",
"nuxt-icons": "^3.2.1",
"openapi-fetch": "^0.12.0",
"radix-vue": "^1.9.13",
"shadcn-nuxt": "^0.11.3",
"swiper": "^11.2.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vue": "3.5.3"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.6",
"@nuxt/image": "1.8.0",
"@nuxtjs/google-fonts": "3.2.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"openapi-typescript": "^7.4.0",
"postcss": "^8.4.45",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2",
"vite-svg-loader": "5.1.0"
}
}