-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 972 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 972 Bytes
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
{
"name": "htek-dev-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build && node scripts/post-build.mjs",
"preview": "astro preview",
"astro": "astro",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@studio-freight/lenis": "^1.0.42",
"astro": "^5.17.1",
"gsap": "^3.14.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"schema-dts": "^1.1.5",
"three": "^0.182.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.182.0",
"gray-matter": "^4.0.3",
"happy-dom": "^20.8.4",
"tailwindcss": "^4.1.18",
"vitest": "^4.0.18"
}
}