{ "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", "@reduxjs/toolkit": "^2.8.2", "framer-motion": "^12.36.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^9.2.0", "react-router-dom": "^7.13.1" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.3.4", "typescript": "^5.0.0", "vite": "^6.3.5", "vite-plugin-pages": "^0.33.3", "vite-plugin-terminal": "^1.4.0" } }