-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 820 Bytes
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
{
"name": "@logtide/website",
"type": "module",
"version": "0.1.0",
"description": "LogTide website and documentation",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/sitemap": "^3.7.0",
"@iconify-json/lucide": "^1.2.83",
"@iconify-json/simple-icons": "^1.2.65",
"astro": "^5.0.0",
"astro-icon": "^1.1.5",
"autoprefixer": "^10.4.20",
"pagefind": "^1.4.0",
"sharp": "^0.33.5",
"shiki": "^1.24.0",
"tailwindcss": "^3.4.18",
"typescript": "^5.7.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
},
"engines": {
"node": ">=20.0.0"
}
}