47 lines
1.2 KiB
JSON
47 lines
1.2 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": {
|
|
"@fitai/shared": "file:../../packages/shared",
|
|
"@hookform/resolvers": "^3.3.0",
|
|
"@tanstack/react-query": "^5.0.0",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"autoprefixer": "^10.4.0",
|
|
"axios": "^1.6.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"lucide-react": "^0.294.0",
|
|
"next": "^14.0.0",
|
|
"postcss": "^8.4.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-hook-form": "^7.47.0",
|
|
"recharts": "^2.8.0",
|
|
"tailwindcss": "^3.3.0",
|
|
"zod": "^3.22.0",
|
|
"ag-grid-community": "^32.0.0",
|
|
"ag-grid-react": "^32.0.0",
|
|
"ag-charts-community": "^9.0.0",
|
|
"ag-charts-react": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.1.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@types/node": "^20.0.0",
|
|
"@types/react": "18.3.26",
|
|
"@types/react-dom": "^18.0.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-next": "^14.0.0",
|
|
"jest": "^29.7.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|