mirror of
https://github.com/nexodus-io/nexodus.git
synced 2026-04-23 00:27:03 +08:00
9d00451253
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.8 to 3.2.10. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v3.2.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v3.2.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
714 B
JSON
32 lines
714 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"axios": "^1.6.0",
|
|
"history": "^5.1.0",
|
|
"ra-data-json-server": "^4.5.2",
|
|
"react": "^18.2.0",
|
|
"react-admin": "^4.7.6",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.34.2",
|
|
"react-router": "^6.1.0",
|
|
"react-router-dom": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-dom": "^18.0.8",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"prettier": "2.8.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.2.10"
|
|
}
|
|
}
|