-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
package.json
File metadata and controls
41 lines (41 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
41
{
"name": "thinkwatch-site",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"prebuild": "node scripts/generate-og.mjs && node scripts/generate-favicons.mjs",
"build": "astro build && pnpm run pagefind",
"pagefind": "pagefind --site dist --output-path dist/pagefind",
"preview": "astro preview",
"og": "node scripts/generate-og.mjs",
"favicons": "node scripts/generate-favicons.mjs",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^5.0.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@tailwindcss/vite": "^4.0.0",
"astro": "^6.1.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.0",
"three": "^0.183.2"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/three": "^0.183.1",
"pagefind": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.34.5",
"shiki": "^4.0.2",
"typescript": "^5.7.0"
}
}