← back to Freddy

package.json

29 lines

{
  "name": "freddy-tmp",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build --turbopack",
    "start": "next start"
  },
  "dependencies": {
    "@dw/nextjs-admin-login": "file:/tmp/dw-nextjs-admin-login-0.3.0.tgz",
    "@types/pg": "^8.16.0",
    "framer-motion": "^12.34.3",
    "lucide-react": "^0.575.0",
    "next": "15.5.12",
    "pg": "^8.19.0",
    "react": "19.1.0",
    "react-dom": "19.1.0"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}