-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@nuxt/eslint": "1.9.0",
"@simplewebauthn/browser": "^13.1.2",
"@simplewebauthn/server": "^13.1.2",
"@tailwindcss/vite": "^4.1.12",
"@tanstack/vue-table": "^8.21.3",
"@vueuse/core": "^13.8.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookie-es": "^2.0.0",
"embla-carousel-vue": "^8.6.0",
"eslint": "^9.34.0",
"jose": "^6.1.0",
"lucide-vue-next": "^0.542.0",
"nuxt": "^4.0.3",
"nuxt-auth-utils": "0.5.23",
"reka-ui": "^2.5.0",
"shadcn-nuxt": "2.2.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.3.7",
"vaul-vue": "^0.4.1",
"vue": "^3.5.20",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.8",
"zod": "^4.1.5"
},
"devDependencies": {
"typescript": "^5.9.2"
}
}