1 Star 1 Fork 1

LCUI 开发 / React

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2024-05-05 22:09 . chore(release): v0.3.0
{
"name": "@lcui/react",
"version": "0.3.0",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://gitee.com/lcui-dev/react",
"author": "Liu <lc-soft@live.cn>",
"description": "A React library for LCUI development",
"license": "MIT",
"files": [
"lib",
"types.d.ts"
],
"dependencies": {
"react": "^18.2.0"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.23",
"typescript": "^5.4.2"
}
}
TypeScript
1
https://gitee.com/lcui-dev/react.git
git@gitee.com:lcui-dev/react.git
lcui-dev
react
React
master

搜索帮助