Some checks failed
Build and Deploy React Package / build-and-publish (push) Has been cancelled
50 lines
1.2 KiB
JSON
Executable File
50 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "vkrb_frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "9.1.1",
|
|
"@mantine/hooks": "9.1.1",
|
|
"@mantine/notifications": "9.1.1",
|
|
"@tabler/icons-react": "3.34.1",
|
|
"axios": "1.13.2",
|
|
"dotenv": "17.4.2",
|
|
"immer": "11.1.4",
|
|
"keycloak-js": "26.2.3",
|
|
"react": "19.2.5",
|
|
"react-dom": "19.2.5",
|
|
"react-helmet": "6.1.0",
|
|
"react-resizable-panels": "4.5.4",
|
|
"react-router": "7.9.6",
|
|
"vite-tsconfig-paths": "5.1.4",
|
|
"zustand": "5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.33.0",
|
|
"@types/node": "25.6.0",
|
|
"@types/react": "18.2.0",
|
|
"@types/react-dom": "18.2.0",
|
|
"@types/react-helmet": "6.1.11",
|
|
"@vitejs/plugin-react": "5.0.2",
|
|
"eslint": "9.33.0",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
"globals": "16.3.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "8.39.1",
|
|
"vite": "7.1.2"
|
|
}
|
|
}
|