58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "pharmanager",
|
|
"private": true,
|
|
"type": "module",
|
|
"imports": {
|
|
"#/*": "./src/*"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite dev --port 3000",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"format": "biome format",
|
|
"lint": "biome lint",
|
|
"check": "biome check"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.4.0",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tanstack/react-devtools": "latest",
|
|
"@tanstack/react-router": "latest",
|
|
"@tanstack/react-router-devtools": "latest",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tanstack/router-plugin": "^1.132.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"cmdk": "^1.1.1",
|
|
"lucide-react": "^0.545.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-hook-form": "^7.76.1",
|
|
"shared-react": "*",
|
|
"tailwindcss": "^4.1.18",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.5",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tanstack/devtools-vite": "latest",
|
|
"@tanstack/router-plugin": "latest",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"jsdom": "^28.1.0",
|
|
"typescript": "^6.0.2",
|
|
"vite": "^8.0.0",
|
|
"vitest": "^4.1.5",
|
|
"@repo/shared": "*"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"lightningcss"
|
|
]
|
|
}
|
|
}
|