Files
AnthoLume/frontend/package.json
T
evan 6231befaa8
continuous-integration/drone/pr Build is failing
cleanup 2
2026-07-03 16:49:58 -04:00

52 lines
1.3 KiB
JSON

{
"name": "antholume-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"typecheck": "tsc --noEmit",
"build": "tsc && vite build",
"preview": "vite preview",
"generate:api": "orval",
"lint": "oxlint --max-warnings=0",
"lint:fix": "oxlint --fix",
"format": "prettier --check src",
"format:fix": "prettier --write src",
"test": "vitest run"
},
"dependencies": {
"@tanstack/react-query": "^5.62.16",
"clsx": "^2.1.1",
"epubjs": "^0.3.93",
"nosleep.js": "^0.12.0",
"orval": "8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.1",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.8",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^29.0.1",
"oxlint": "^1.72.0",
"oxlint-tailwindcss": "^1.3.4",
"prettier": "^3.3.3",
"tailwindcss": "^4.3.2",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"vitest": "^4.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}