|
@@ -29,17 +29,28 @@
|
|
|
"typescript-eslint": "^8.23.0"
|
|
"typescript-eslint": "^8.23.0"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
|
+ "@fortawesome/fontawesome-free": "^7.2.0",
|
|
|
"@inertiajs/react": "^3.0.0",
|
|
"@inertiajs/react": "^3.0.0",
|
|
|
"@inertiajs/vite": "^3.0.0",
|
|
"@inertiajs/vite": "^3.0.0",
|
|
|
|
|
+ "@material/web": "^2.4.1",
|
|
|
|
|
+ "@tabler/core": "^1.4.0",
|
|
|
|
|
+ "@tabler/icons": "^3.41.1",
|
|
|
|
|
+ "@tabler/icons-webfont": "^3.41.1",
|
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
|
"@types/react": "^19.2.0",
|
|
"@types/react": "^19.2.0",
|
|
|
"@types/react-dom": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
|
"@vitejs/plugin-react": "^5.2.0",
|
|
"@vitejs/plugin-react": "^5.2.0",
|
|
|
|
|
+ "bootstrap": "^5.3.8",
|
|
|
|
|
+ "bulma": "^1.0.4",
|
|
|
"class-variance-authority": "^0.7.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
|
"clsx": "^2.1.1",
|
|
"clsx": "^2.1.1",
|
|
|
"concurrently": "^9.0.1",
|
|
"concurrently": "^9.0.1",
|
|
|
|
|
+ "dayjs": "^1.11.20",
|
|
|
|
|
+ "dompurify": "^3.4.0",
|
|
|
"globals": "^15.14.0",
|
|
"globals": "^15.14.0",
|
|
|
|
|
+ "jsdom": "^29.0.2",
|
|
|
"laravel-vite-plugin": "^3.0.0",
|
|
"laravel-vite-plugin": "^3.0.0",
|
|
|
|
|
+ "marked": "^18.0.2",
|
|
|
"react": "^19.2.0",
|
|
"react": "^19.2.0",
|
|
|
"react-dom": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
|
"tailwind-merge": "^3.0.1",
|
|
"tailwind-merge": "^3.0.1",
|