-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.14 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.14 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
{
"name": "open_hackathon_playbook",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro preview --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^10.0.0",
"@astrojs/partytown": "^2.1.5",
"@astrojs/react": "^5.0.0",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/starlight": "^0.38.0",
"@astrojs/starlight-tailwind": "^5.0.0",
"@nanostores/react": "^1.0.0",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.0.3",
"hono": "^4.12.7",
"marked": "^17.0.4",
"morphdom": "^2.7.8",
"nanostores": "^1.1.1",
"novel": "^1.0.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.1",
"three": "^0.182.0"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}