Files

47 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"name": "@the-order/portal-internal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@the-order/ui": "workspace:*",
"@the-order/schemas": "workspace:*",
"@the-order/auth": "workspace:*",
"@the-order/api-client": "workspace:*",
"@tanstack/react-query": "^5.17.0",
"zustand": "^4.4.7",
"axios": "^1.6.2",
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.0",
"class-variance-authority": "^0.7.0",
"lucide-react": "^0.309.0",
"react-hook-form": "^7.49.2",
"@hookform/resolvers": "^3.3.4",
"zod": "^3.22.4",
"date-fns": "^3.0.6",
"recharts": "^2.10.3"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.3",
"eslint": "^8.57.1",
"eslint-config-next": "^14.0.4",
"tailwindcss": "^3.4.1",
"postcss": "^8.4.33",
"autoprefixer": "^10.4.16",
"tailwindcss-animate": "^1.0.7"
}
}