Files
nextplacement/apps/admin/package.json
2025-07-02 22:10:56 +05:30

38 lines
1.1 KiB
JSON

{
"name": "admin",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "dotenv -e ../../.env -- next dev --turbopack -p 3001",
"build": "dotenv -e ../../.env -- next build",
"start": "dotenv -e ../../.env -- next start -p 3001",
"lint": "next lint",
"lint:fix": "next lint --fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@tailwindcss/postcss": "^4.0.8",
"@tanstack/react-table": "^8.21.3",
"@workspace/db": "workspace:*",
"@workspace/ui": "workspace:*",
"framer-motion": "^12.22.0",
"lucide-react": "^0.475.0",
"next": "^15.3.4",
"next-auth": "5.0.0-beta.29",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.0.8",
"zod": "^3.25.67"
},
"devDependencies": {
"@types/node": "^20.19.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@workspace/eslint-config": "workspace:^",
"@workspace/typescript-config": "workspace:*",
"dotenv-cli": "^8.0.0",
"typescript": "^5.8.3"
}
}