1 Star 1 Fork 0

刘洋/l-react-hooks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 979 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘洋 提交于 2021-07-12 20:27 . update
{
"name": "l-react-hooks",
"private": true,
"version": "1.0.0",
"description": "基于 `React` 编写的 `hooks`",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "cross-env NODE_ENV=dev rollup -c config/rollup.config.js -w",
"build": "cross-env NODE_ENV=prod rollup -c config/rollup.config.js"
},
"keywords": [],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"babel": "^6.23.0",
"cross-env": "^7.0.3",
"react": "^17.0.2",
"rollup": "^2.49.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.2.4",
"rollup-plugin-license": "^2.5.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/web-liuyang/l-react-hooks.git
[email protected]:web-liuyang/l-react-hooks.git
web-liuyang
l-react-hooks
l-react-hooks
master

搜索帮助