| { | |
| "name": "cachy-website", | |
| "version": "1.0.0", | |
| "private": true, | |
| "description": "Official marketing website for Cachy — Send it. Forget about it.", | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "framer-motion": "^11.11.17", | |
| "lucide-react": "^0.454.0", | |
| "next": "^14.2.35", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20.16.11", | |
| "@types/react": "^18.3.11", | |
| "@types/react-dom": "^18.3.0", | |
| "autoprefixer": "^10.4.20", | |
| "postcss": "^8.4.47", | |
| "tailwindcss": "^3.4.14", | |
| "typescript": "^5.6.3" | |
| } | |
| } | |