generated from Hybes/nuxt-template-full
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start",
"lint": "prettier --write --list-different ."
},
"devDependencies": {
"@nuxt/content": "^2.7.0",
"@nuxt/devtools": "latest",
"@nuxt/image": "^1.0.0-rc.1",
"@nuxtjs/device": "^3.1.0",
"@nuxtjs/fontaine": "^0.2.5",
"@nuxtjs/plausible": "^0.2.1",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^18.16.19",
"autoprefixer": "^10.4.14",
"nuxt": "^3.6.2",
"nuxt-icon": "^0.4.2",
"nuxt-seo-kit": "^1.3.9",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0"
},
"dependencies": {
"@headlessui/vue": "^1.7.13",
"@iconify-json/clarity": "^1.1.9",
"@nuxt/ui": "^2.9.0",
"@nuxtjs/google-fonts": "^3.0.1",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/tailwindcss": "^6.6.7",
"node-fetch": "^3.3.2"
}
}