{ "name": "rubix", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@fontsource/poppins": "^5.0.12", "framer-motion": "^11.0.15", "react": "^18.2.0", "react-countup": "^6.5.2", "react-dom": "^18.2.0", "react-intersection-observer": "^9.8.1", "react-router-dom": "^6.22.3", "swiper": "^11.0.7" }, "devDependencies": { "@types/react": "^18.2.64", "@types/react-dom": "^18.2.21", "@vitejs/plugin-react-swc": "^3.5.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "vite": "^5.1.6" } }