-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 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
{
"name": "ma-landing",
"version": "1.0.0",
"description": "Static landing pages for Mentor Agile - Fast builds, CDN-ready",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@react-three/postprocessing": "^3.0.4",
"autoprefixer": "^10.4.21",
"framer-motion": "^12.23.24",
"gsap": "^3.13.0",
"lenis": "^1.3.11",
"lucide-react": "^0.546.0",
"next": "^16.1.6",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^3.4.17",
"three": "^0.180.0"
},
"devDependencies": {
"@types/node": "24.3.1",
"@types/react": "19.1.12",
"typescript": "5.9.2"
}
}