-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.26 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
{
"name": "synbase",
"version": "1.0.0",
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"clean": "rimraf ./node_modules/.astro && rimraf ./.astro && rimraf ./dist",
"dev": "astro dev"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/node": "^11.0.0",
"@astrojs/react": "^6.0.0",
"@formkit/auto-animate": "^0.9.0",
"@iconify/tailwind4": "^1.2.3",
"@react-three/fiber": "^9.6.1",
"@tailwindcss/vite": "^4.3.1",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"astro": "^7.0.2",
"astro-favicons": "^3.1.6",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"motion": "^12.41.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.1",
"three": "^0.185.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.5.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.185.0",
"rimraf": "^6.1.3",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.8.0",
"engines": {
"node": ">=22",
"npm": ">=10"
}
}