fitaiProto/apps/admin/package.json
echo 9d2bfda0ca crud
admin crud ops implemented partialy
2025-11-09 18:11:40 +01:00

51 lines
1.3 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": "^5.2.2",
"@tailwindcss/postcss": "^4.1.17",
"@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.21",
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"lucide-react": "^0.553.0",
"next": "^16.0.1",
"postcss": "^8.5.6",
"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",
"tailwindcss": "^4.1.17",
"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"
}
}