{ "name": "@kevisual/components", "version": "0.0.1", "description": "center components", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "src" ], "keywords": [], "author": "abearxiong ", "license": "MIT", "type": "module", "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/material": "^7.3.5", "re-resizable": "^6.11.2", "react": "19.2.0", "react-dom": "19.2.0", "react-draggable": "^4.5.0", "react-hook-form": "^7.66.1", "react-i18next": "^16.3.5" }, "exports": { ".": "./src/index.tsx", "./*": "./src/*" }, "devDependencies": { "clsx": "^2.1.1", "tailwind-merge": "^3.4.0" }, "publishConfig": { "access": "public" } }