-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
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": "website",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "3.4.0",
"@nuxt/fonts": "0.11.1",
"@nuxt/icon": "1.11.0",
"@nuxtjs/sitemap": "7.2.10",
"@tailwindcss/vite": "^4.1.3",
"@unhead/vue": "^2.0.5",
"@vueuse/motion": "^3.0.3",
"fast-average-color-node": "^3.1.0",
"mermaid": "^11.6.0",
"nuxt": "^3.16.2",
"nuxt-og-image": "5.1.9",
"remark-reading-time": "^2.0.1",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"unstorage": "^1.15.0",
"vue": "^3.5.13",
"vue-command-palette": "^0.2.3",
"vue-router": "^4.5.0",
"@aws-sdk/client-s3": "^3.700.0"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.2.18",
"@nuxtjs/color-mode": "^3.5.2",
"@tailwindcss/typography": "^0.5.16",
"@unlazy/nuxt": "^0.12.4",
"dotenv": "^16.4.7",
"medium-zoom": "^1.1.0",
"tsx": "^4.19.2"
},
"engines": {
"node": ">=20.0.0"
}
}