-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 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
44
45
46
47
48
49
{
"name": "temp-astro",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "astro dev",
"video:build": "node scripts/process-videos.mjs",
"build": "node scripts/process-videos.mjs && astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/react": "^5.0.2",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/vercel": "^10.0.4",
"@nanostores/react": "^1.0.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.1.3",
"nanostores": "^1.1.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.0",
"three": "^0.183.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@shikijs/transformers": "^4.0.2",
"@types/three": "^0.183.1",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "^6.0.2",
"vite-plugin-svgr": "^4.5.0"
},
"pnpm": {
"overrides": {
"vite": "^7"
}
}
}