{ "name": "@sc07-canvas/client", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "vite build", "dev": "vite serve", "preview": "vite preview", "lint": "eslint ." }, "type": "module", "keywords": [], "author": "", "license": "ISC", "eslintConfig": { "extends": "react-app" }, "dependencies": { "@fortawesome/free-solid-svg-icons": "^6.7.2", "@icons-pack/react-simple-icons": "^10.2.0", "@nextui-org/react": "^2.2.9", "@sc07-canvas/lib": "^1.0.0", "@theme-toggles/react": "^4.1.0", "eventemitter3": "^5.0.1", "framer-motion": "^11.3.2", "lodash.throttle": "^4.1.1", "prop-types": "^15.8.1", "react-zoom-pan-pinch": "^3.4.1", "socket.io-client": "^4.8.1" }, "devDependencies": { "@types/grecaptcha": "^3.0.9", "@types/lodash.throttle": "^4.1.9", "@types/socket.io-client": "^3.0.0", "eslint-plugin-react": "^7.33.2", "postcss": "^8.4.35", "sass": "^1.83.0" } }