-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "vue3-nuxt-filter-demo",
"description": "Filter demo built with Nuxt 3, TypeScript, Tailwind CSS, and Pinia",
"author": {
"name": "Mert Polat"
},
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"resolutions": {
"@nuxt/kit": "3.2.3"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@nuxt/devtools": "^0.2.5",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/google-fonts": "^2.0.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/line-clamp": "0.4.2",
"@tailwindcss/typography": "0.5.9",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-plugin-vue": "^9.9.0",
"nuxt": "3.2.2",
"nuxt-icon": "^0.1.8",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
},
"dependencies": {
"@headlessui/vue": "^1.7.12",
"@nuxtjs/robots": "^3.0.0",
"@pinia/nuxt": "^0.4.7",
"ofetch": "^1.0.1",
"pinia": "^2.0.33"
}
}