-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.32 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.32 KB
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
34
35
36
37
38
39
40
41
42
43
{
"name": "guildkit-website",
"version": "0.0.0",
"license": "UNLICENSED",
"author": "Jumpei Ogawa (https://phanective.org)",
"contributors": [
"Incluud (https://incluud.dev)",
"Other accessible-astro-starter contributors before 2025/07/05 (https://github.com/incluud/accessible-astro-starter/graphs/contributors)"
],
"private": true,
"type": "module",
"dependencies": {
"@astrojs/cloudflare": "^13.5.1",
"@tailwindcss/vite": "^4.1.7",
"accessible-astro-components": "^5.2.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^5.0.4",
"@astrojs/partytown": "^2.1.4",
"@iconify-json/lucide": "^1.2.44",
"@phanect/configs": "latest",
"@phanect/lint": "latest",
"@phanect/lint-astro": "latest",
"@types/node": "^24.0.3",
"astro": "^6.1.9",
"astro-compress": "^2.3.8",
"astro-eslint-parser": "^1.2.2",
"eslint": "^10.2.1",
"jiti": "latest",
"sanitize-html": "^2.17.0",
"sass": "^1.89.0",
"svgo": "^4.0.1",
"tailwindcss": "^4.1.7",
"typescript": "^6.0.3",
"wrangler": "^4.0.0"
},
"engines": {
"node": "24.x",
"pnpm": ">=10.x"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}