forked from FavioJasso/camino-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "v3",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"src/**/*.{js,ts,jsx,tsx,html}\""
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@splinetool/react-spline": "^4.0.0",
"@tailwindcss/postcss": "^4.1.11",
"@vercel/analytics": "^1.5.0",
"framer-motion": "^12.23.0",
"gsap": "^3.13.0",
"lucide-react": "^0.525.0",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.60.0",
"tailwindcss": "^4.1.3",
"three": "^0.163.0"
},
"devDependencies": {
"@types/node": "24.0.10",
"@types/react": "19.1.8",
"autoprefixer": "^10.4.17",
"eslint": "^9.30.1",
"eslint-config-next": "^15.3.5",
"postcss": "^8.4.35",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "5.8.3"
}
}