-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 960 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
36
37
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"deploy": "gh-pages -d .output/public"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/i18n": "^8.0.0-rc.8",
"@nuxtjs/plausible": "^1.0.2",
"@nuxtjs/tailwindcss": "^6.10.1",
"autoprefixer": "^10.4.16",
"nuxt": "^3.13.1",
"nuxt-headlessui": "^1.1.4",
"nuxt-svgo": "^3.7.0",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"vue": "^3.3.10",
"vue-router": "^4.2.5"
},
"dependencies": {
"@heroicons/vue": "^2.1.5",
"gh-pages": "^6.1.0",
"tailwindcss-hyphens": "^0.1.0",
"vue3-carousel-nuxt": "^1.1.0"
}
}