You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/packages/design/package.json

36 lines
801 B
JSON

{
"name": "tailchat-design",
"version": "1.0.0",
"description": "Tailchat 的前端组件",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msgbyte/tailchat.git"
},
"keywords": [
"design",
"tailchat"
],
"author": "moonrailgun <moonrailgun@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/msgbyte/tailchat/issues"
},
"homepage": "https://github.com/msgbyte/tailchat#readme",
"dependencies": {
"@iconify/react": "^3.2.1",
"antd": "^4.19.5",
"meta-form": "workspace:^1.0.0"
},
"devDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
},
"peerDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
}
}