-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
40
41
42
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "v1",
"@nuxt/content": "^2.13.1",
"@nuxt/image": "^1.7.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/sitemap": "^6.0.0-beta.1",
"@tailwindcss/forms": "^0.5.7",
"moment": "^2.30.1",
"nuxt": "^3.11.2",
"nuxt-rollbar": "^0.2.2",
"tailwindcss": "^3.4.6",
"typewriter-vue": "^0.5.19",
"vue": "^3.4.27",
"vue-github-button": "^3.1.3",
"vue-router": "^4.3.2"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"nuxt-headlessui": "^1.2.0",
"postcss": "^8.4.38"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"engines": {
"node": "20.x"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}