-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 898 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 898 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
{
"name": "business-website",
"type": "module",
"version": "0.0.44",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.2.0",
"@react-three/drei": "^9.120.0",
"@react-three/fiber": "^8.17.10",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.1",
"astro-icon": "^1.1.5",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^4.1.18",
"three": "^0.171.0"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.82",
"@iconify-json/simple-icons": "^1.2.65",
"@types/node": "^25.5.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.171.0",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1"
}
}