-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 825 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": "space-ahead",
"type": "module",
"version": "0.15.0",
"scripts": {
"dev": "astro dev",
"start": "astro build && astro preview",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^6.0.0",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@swup/astro": "^1.8.0",
"@tailwindcss/vite": "^4.3.1",
"astro": "^7.0.3",
"preact": "^10.29.3",
"sharp": "^0.35.2",
"tailwindcss": "^4.3.1"
},
"devDependencies": {
"prettier": "^3.9.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}