![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "biome check --apply-unsafe --no-errors-on-unmatched --files-ignore-unknown=true ./",
|
|
"preview": "vite preview",
|
|
"generate-client": "openapi --input ./openapi.json --useOptions --useUnionTypes --output ./src/client --client axios --exportSchemas true"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "2.1.1",
|
|
"@chakra-ui/react": "2.8.2",
|
|
"@emotion/react": "11.11.3",
|
|
"@emotion/styled": "11.11.0",
|
|
"@tanstack/react-router": "1.19.1",
|
|
"axios": "1.6.2",
|
|
"form-data": "4.0.0",
|
|
"framer-motion": "10.16.16",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "7.49.3",
|
|
"react-icons": "5.0.1",
|
|
"react-query": "3.39.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.6.1",
|
|
"@tanstack/router-devtools": "1.19.1",
|
|
"@tanstack/router-vite-plugin": "1.19.0",
|
|
"@types/node": "20.10.5",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"openapi-typescript-codegen": "0.25.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.13"
|
|
}
|
|
}
|