Files

34 lines
867 B
JSON
Raw Permalink Normal View History

{
"name": "swarm-command-center",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "playwright test",
"test:ui": "playwright test --ui"
},
"dependencies": {
"clsx": "^2.1.1",
"lucide-react": "^0.487.0",
"motion": "^12.23.24",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.13.1",
"tailwind-merge": "^3.2.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@tailwindcss/vite": "^4.1.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.7.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.8.3",
"vite": "^6.3.5"
}
}