1 Star 0 Fork 0

LCUI 开发 / React 图标库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
liu 提交于 2024-05-05 22:19 . chore(release): v1.0.1
{
"name": "@lcui/react-icons",
"version": "1.0.1",
"description": "An icon library for LCUI applications based on @fluentui/react-icons",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"convert": "node scripts/convert.js fonts",
"build": "npm run convert && tsc"
},
"repository": {
"type": "git",
"url": "https://gitee.com/lcui-dev/fluent-ui-system-icons.git"
},
"author": "Liu <lc-soft@live.cn>",
"license": "MIT",
"devDependencies": {
"typescript": "^5.2.2"
},
"dependencies": {
"@lcui/react": "^0.3.0",
"react": "^18.2.0"
}
}
TypeScript
1
https://gitee.com/lcui-dev/fluent-ui-system-icons.git
git@gitee.com:lcui-dev/fluent-ui-system-icons.git
lcui-dev
fluent-ui-system-icons
React 图标库
master

搜索帮助