54 lines
1.3 KiB
JSON
54 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",
|
|
"ajv": "^8.18.0",
|
|
"axios": "^1.13.6",
|
|
"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"
|
|
]
|
|
}
|
|
}
|