Files
Greenlens/greenlns-landing/package.json
2026-07-10 11:29:04 +02:00

26 lines
553 B
JSON

{
"name": "GreenLens-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"framer-motion": "^12.34.3",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8.5.16",
"tailwindcss": "^4.3.2",
"typescript": "^5"
}
}