-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 595 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 595 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
{
"name": "void",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro-i18n-check --base en && astro build",
"preview": "astro preview",
"astro": "astro",
"check-sync": "astro-i18n-check --base en"
},
"dependencies": {
"@ariaskit/astro-i18n": "^0.0.8",
"@astrojs/sitemap": "^3.7.0",
"@lucide/astro": "^0.563.0",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"clsx": "^2.1.1",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/node": "^25.2.0"
}
}