cloud-portal/package.json

39 lines
990 B
JSON
Raw Permalink Normal View History

2026-05-28 14:55:13 +01:00
{
"name": "cloud-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2026-06-02 12:21:25 +01:00
"antd": "^6.4.3",
"oidc-client-ts": "^3.5.0",
2026-05-28 14:55:13 +01:00
"react": "^19.2.6",
2026-06-02 12:21:25 +01:00
"react-dom": "^19.2.6",
"react-oidc-context": "^3.3.1",
"react-router": "^7.16.0"
2026-05-28 14:55:13 +01:00
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^24.12.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
2026-06-11 09:53:30 +01:00
"@types/react-highlight-words": "^0.20.1",
2026-05-28 14:55:13 +01:00
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
2026-06-02 12:21:25 +01:00
"eslint-config-prettier": "^10.1.8",
2026-05-28 14:55:13 +01:00
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
2026-06-22 15:48:43 +01:00
"prettier": "3.8.4",
2026-06-11 09:53:30 +01:00
"react-highlight-words": "^0.21.0",
2026-05-28 14:55:13 +01:00
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12"
}
}