-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 708 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 708 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
{
"name": "swach-website-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.34.3",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^8.1.4",
"@vercel/analytics": "^1.5.0",
"astro": "^5.8.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.12.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
},
"engines": {
"node": ">= 20"
},
"packageManager": "pnpm@10.11.0"
}