-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 879 Bytes
/
package.json
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
{
"name": "cerebro",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.9.35",
"emailjs": "^4.0.3",
"framer-motion": "^11.5.4",
"gsap": "^3.12.5",
"lenis": "^1.1.13",
"lucide-react": "^0.439.0",
"next": "14.2.9",
"react": "^18",
"react-dom": "^18",
"react-feather": "^2.0.10",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"eslint": "^8",
"eslint-config-next": "14.2.9",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}