60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "calculate_negative_points",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bunx --bun vite",
|
|
"build": "bunx --bun vite build --emptyOutDir",
|
|
"lint": "bunx --bun eslint .",
|
|
"typecheck": "bunx --bun tsc --noEmit",
|
|
"generate-api-types": "bunx --bun openapi-typescript ../docs/openapi/api.yaml --output ./src/api/generated/schema.ts",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-form": "^1.28.0",
|
|
"@tanstack/react-query": "^5.79.2",
|
|
"@tanstack/react-router": "^1.120.12",
|
|
"@types/lodash": "^4.17.17",
|
|
"axios": "^1.9.0",
|
|
"bootstrap": "^5.3.6",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"flatpickr": "^4.6.13",
|
|
"framer-motion": "^12.16.0",
|
|
"js-cookie": "^3.0.5",
|
|
"lodash": "^4.17.21",
|
|
"oidc-client-ts": "^3.2.1",
|
|
"pluralize": "^8.0.0",
|
|
"react": "^19.1.0",
|
|
"react-bootstrap-date-picker": "^5.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-flatpickr": "^4.0.10",
|
|
"react-oidc-context": "^3.3.0",
|
|
"reactstrap": "^9.2.3",
|
|
"sass": "^1.89.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.25.0",
|
|
"@rollup/plugin-image": "^3.0.3",
|
|
"@tanstack/react-router-devtools": "^1.120.12",
|
|
"@tanstack/router-plugin": "^1.120.12",
|
|
"@types/classnames": "^2.3.4",
|
|
"@types/flatpickr": "^3.1.4",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/pluralize": "^0.0.33",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-bootstrap-date-picker": "^4.0.12",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
"eslint": "^9.25.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"openapi-typescript": "^7.8.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.30.1",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|