59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@fitai/admin",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@clerk/nextjs": "^6.34.5",
|
|
"@fitai/shared": "file:../../packages/shared",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@tanstack/react-query": "^5.90.7",
|
|
"@types/bcryptjs": "^3.0.0",
|
|
"@types/sqlite3": "^5.1.0",
|
|
"ag-charts-community": "^12.3.1",
|
|
"ag-charts-react": "^12.3.1",
|
|
"ag-grid-community": "^34.3.1",
|
|
"ag-grid-react": "^34.3.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"axios": "^1.13.2",
|
|
"bcryptjs": "^3.0.3",
|
|
"better-sqlite3": "^11.10.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"lucide-react": "^0.553.0",
|
|
"next": "^16.0.1",
|
|
"postcss": "^8.4.31",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-hook-form": "^7.66.0",
|
|
"recharts": "^3.3.0",
|
|
"sqlite": "^5.1.1",
|
|
"sqlite3": "^5.1.7",
|
|
"svix": "^1.81.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/node": "^24.10.0",
|
|
"@types/react": "19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-next": "^16.0.1",
|
|
"jest": "^30.2.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|