37 lines
945 B
JSON
37 lines
945 B
JSON
{
|
|
"name": "vite-project",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --base=/ui/dist/",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.13.1",
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/serialize": "^1.3.2",
|
|
"@emotion/utils": "^1.4.1",
|
|
"@mantine/core": "^7.13.2",
|
|
"@mantine/emotion": "^7.13.2",
|
|
"@mantine/hooks": "^7.13.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-transition-group": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.11.1",
|
|
"@types/react": "^18.3.10",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.2",
|
|
"eslint": "^9.11.1",
|
|
"eslint-plugin-react": "^7.37.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
"globals": "^15.9.0",
|
|
"vite": "^5.4.8"
|
|
}
|
|
}
|