-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 743 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
{
"name": "wynns-save-point",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist",
"build:astro": "astro build",
"check": "astro check",
"preview": "astro preview",
"astro": "astro",
"worker:dev": "wrangler dev",
"deploy": "wrangler deploy"
},
"dependencies": {
"@astrojs/mdx": "^6.0.0",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.4.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"pagefind": "^1.5.2",
"typescript": "^6.0.3",
"wrangler": "^4.95.0"
}
}