forked from frontendmu/conference-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.43 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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"packageManager": "[email protected]+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@headlessui/vue": "^1.7.19",
"@vee-validate/zod": "^4.12.8",
"@vueuse/core": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.378.0",
"nuxt": "^3.10.3",
"radix-vue": "^1.9.3",
"tailwind-merge": "^2.5.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"vee-validate": "^4.12.8",
"vue": "^3.4.19",
"vue-router": "^4.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@nuxt/content": "^2.12.1",
"@nuxt/eslint": "^0.5.0",
"@nuxt/image": "^1.4.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.18",
"dayjs": "^1.11.12",
"dayjs-nuxt": "^2.1.9",
"eslint": "9.5.0",
"postcss": "^8.4.35",
"postcss-nesting": "^12.1.1",
"shadcn-nuxt": "^0.10.4",
"tailwindcss": "^3.4.1",
"vue-tsc": "^1.0.13"
}
}