66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"name": "sistema-agendamento-medico",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"export:guia": "node scripts/export-guia.mjs",
|
|
"diagnose:login": "node --experimental-fetch scripts/diagnose-login.ts",
|
|
"deploy:netlify": "netlify deploy --prod --dir=dist",
|
|
"deploy:netlify:build": "pnpm build && netlify deploy --prod --dir=dist",
|
|
"gen:api-types": "openapi-typescript docs/api/openapi.partial.json --output src/types/api.d.ts",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:e2e-menu": "vitest run src/__tests__/accessibilityMenu.e2e.test.ts",
|
|
"check:api-drift": "node scripts/check-api-drift.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@lumi.new/sdk": "^0.1.5",
|
|
"axios": "^1.12.2",
|
|
"date-fns": "^2.30.0",
|
|
"lucide-react": "^0.540.0",
|
|
"node-fetch": "^2.7.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-router-dom": "^6.26.0",
|
|
"react-toastify": "^11.0.5",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@axe-core/react": "^4.8.3",
|
|
"@eslint/js": "^9.9.1",
|
|
"@netlify/functions": "^4.2.7",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/node": "^24.6.1",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"@vitest/coverage-v8": "^2.1.4",
|
|
"autoprefixer": "^10.4.21",
|
|
"axe-core": "^4.10.0",
|
|
"eslint": "^9.9.1",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
"eslint-plugin-react-refresh": "^0.4.11",
|
|
"finalhandler": "^1.2.0",
|
|
"globals": "^15.9.0",
|
|
"happy-dom": "^19.0.2",
|
|
"jsdom": "^25.0.0",
|
|
"openapi-typescript": "^7.5.2",
|
|
"postcss": "^8.5.6",
|
|
"puppeteer": "^22.15.0",
|
|
"serve-static": "^1.15.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.5.3",
|
|
"typescript-eslint": "^8.3.0",
|
|
"vite": "5.4.10",
|
|
"vitest": "^2.1.4"
|
|
}
|
|
}
|