-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
43
44
45
46
{
"name": "george-nance",
"private": true,
"type": "module",
"engines": {
"node": ">=22.3.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/content": "^3.2.2",
"@nuxt/devtools": "^1.7.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "3.1.1",
"@nuxtjs/seo": "^2.0.0-rc.7",
"autoprefixer": "^10.4.17",
"nuxt": "^3.15.4",
"nuxt-gtag": "^2.0.1",
"nuxt-og-image": "^4.0.3",
"postcss": "^8.4.35",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.9",
"yarn-upgrade-all": "^0.7.2"
},
"dependencies": {
"@headlessui/vue": "^1.7.19",
"@iconify-json/lucide": "1.1.145",
"@nuxt/image": "1.1.0",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/vite": "^4.0.9",
"@vueuse/motion": "^2.1.0",
"@vueuse/nuxt": "^10.8.0",
"nuxt-icon": "0.6.7",
"remark-reading-time": "^2.0.1",
"swiper": "^11.0.6",
"vue-use-fixed-header": "^2.0.0"
}
}