{ "name": "@kevisual/ui", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "build": "tsc" }, "files": [ "dist", "src", "components" ], "keywords": [], "author": "abearxiong", "devDependencies": { "@emotion/serialize": "^1.3.1", "@types/react": "^18.3.8", "immer": "^10.1.1", "nanoid": "^5.0.7", "rollup": "^4.22.2", "typescript": "^5.6.2", "zustand": "5.0.0-rc.2" }, "dependencies": { "dayjs": "^1.11.13", "lodash-es": "^4.17.21", "style-to-object": "^1.0.8" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" } }