forked from dualtone-ben/cf-editor-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"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/devtools": "latest",
"@nuxt/image": "^1.7.0",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/fontaine": "^0.4.3",
"@nuxtjs/seo": "^2.0.0-rc.11",
"@nuxtjs/sitemap": "^5.3.2",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.14.9",
"autoprefixer": "^10.4.19",
"nuxt": "^3.12.3",
"nuxt-icon": "^0.6.10",
"nuxt-og-image": "^3.0.0-rc.55",
"nuxt-schema-org": "^3.3.8",
"nuxt-seo-kit": "^1.3.13",
"nuxt-simple-robots": "^4.0.0-rc.19",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"@iconify-json/clarity": "^1.1.13",
"@nuxt/ui": "^2.17.0",
"@nuxtjs/robots": "^3.0.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"moment": "^2.30.1",
"node-fetch": "^3.3.2"
}
}