mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-21 20:22:22 +02:00
67 lines
2.0 KiB
JSON
67 lines
2.0 KiB
JSON
{
|
|
"name": "open-swarm-app-template",
|
|
"version": "1.0.0",
|
|
"description": "SaaS skeleton frontend built with React",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^7.3.9",
|
|
"@mui/material": "^7.3.9",
|
|
"@pierre/diffs": "1.0.11",
|
|
"@radix-ui/react-accordion": "^1.2.20",
|
|
"@radix-ui/react-avatar": "^1.2.6",
|
|
"@radix-ui/react-collapsible": "^1.1.20",
|
|
"@radix-ui/react-dialog": "^1.1.23",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.24",
|
|
"@radix-ui/react-label": "^2.1.15",
|
|
"@radix-ui/react-popover": "^1.1.23",
|
|
"@radix-ui/react-radio-group": "^1.4.7",
|
|
"@radix-ui/react-select": "^2.3.7",
|
|
"@radix-ui/react-separator": "^1.1.15",
|
|
"@radix-ui/react-slider": "^1.4.7",
|
|
"@radix-ui/react-slot": "^1.3.3",
|
|
"@radix-ui/react-switch": "^1.3.7",
|
|
"@radix-ui/react-tabs": "^1.1.21",
|
|
"@radix-ui/react-toggle": "^1.1.18",
|
|
"@radix-ui/react-toggle-group": "^1.1.19",
|
|
"@radix-ui/react-tooltip": "^1.2.16",
|
|
"@reduxjs/toolkit": "^2.8.2",
|
|
"ansi-to-react": "6.2.6",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"framer-motion": "^12.36.0",
|
|
"leaflet": "1.9.4",
|
|
"lucide-react": "1.17.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-leaflet": "4.2.1",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.13.1",
|
|
"recharts": "2.15.4",
|
|
"shiki": "3.23.0",
|
|
"supercluster": "8.0.1",
|
|
"tailwind-merge": "3.6.0",
|
|
"tw-animate-css": "1.4.0",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.0",
|
|
"@types/leaflet": "^1.9.21",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/supercluster": "^7.1.3",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-pages": "^0.33.3",
|
|
"vite-plugin-terminal": "^1.4.0"
|
|
}
|
|
}
|