theme/packages/ui/package.json
2024-09-21 10:35:19 +08:00

34 lines
670 B
JSON

{
"name": "@kevisual/ui",
"version": "0.0.1",
"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"
}
}