Files
molecular_frontend/package.json
DeOwl 3caf0153dd
Some checks failed
Build and Deploy React Package / build-and-publish (push) Failing after 1m33s
fixed pnpm downloading
2026-05-25 14:01:31 +03:00

45 lines
1.1 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"
},
"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"
}
}