-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"homepage": "https://thusala.me",
"name": "portfolio-thusalapi",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.17.10",
"@types/three": "^0.170.0",
"autoprefixer": "^10.4.22",
"caniuse-lite": "^1.0.30001757",
"cross-spawn": "^7.0.6",
"glob": "^13.0.0",
"leva": "^0.9.36",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-calendly": "^4.4.0",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-typing-effect": "^2.0.5",
"tailwindcss": "^3.4.18",
"three": "^0.170.0"
},
"devDependencies": {
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.3.4",
"gh-pages": "^6.3.0",
"vite": "^6.4.1"
}
}