-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 995 Bytes
/
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.js,.vue .",
"allupdate": "yarn upgrade-interactive"
},
"devDependencies": {
"@antfu/eslint-config": "^0.36.0",
"@iconify-json/mdi": "^1.1.52",
"@nuxt/devtools": "^0.6.4",
"@nuxt/image-edge": "1.0.0-rc.1-28112642.b1c2038",
"@nuxt/kit": "^3.6.1",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@unlighthouse/nuxt": "^0.8.7",
"@unocss/nuxt": "^0.53.4",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.14.1",
"nuxt": "^3.6.1",
"nuxt-headlessui": "^1.1.4"
},
"dependencies": {
"@pinia/nuxt": "^0.4.11",
"@vueuse/nuxt": "^10.2.0"
}
}