8 Star 1 Fork 1

ipr-fe/knk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
artd 提交于 2023-10-07 10:55 . chore: up version
{
"name": "knk",
"version": "0.1.11",
"description": "react components based on react",
"main": "./lib/index",
"module": "./es/index",
"files": [
"es",
"lib"
],
"scripts": {
"start": "dumi dev",
"build": "dumi build",
"predeploy": "dumi build",
"deploy": "gh-pages -d docs-dist",
"compile": "father build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ipr-fe/knk.git"
},
"bugs": {
"url": "https://gitee.com/ipr-fe/knk.git/issues"
},
"homepage": "https://ipr-fe.gitee.io/knk",
"keywords": [
"knk",
"react",
"ui",
"components",
"react-components"
],
"author": "knk",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.11.2",
"ahooks": "^3.7.1",
"axios": "^0.21.1",
"fetch-jsonp": "^1.1.3",
"immutability-helper": "^3.1.1",
"isomorphic-fetch": "^2.2.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dnd": "^9.5.1",
"react-dnd-html5-backend": "^16.0.1",
"react-draggable": "4.4.5",
"react-images": "^1.2.0-beta.7",
"react-pdf": "^2.1.1",
"xmorse": "^1.0.0"
},
"devDependencies": {
"@types/enzyme": "^3.10.5",
"antd": "^3.1.1",
"axios-mock-adapter": "^1.7.1",
"babel-plugin-import": "^1.12.2",
"core-js": "2",
"css-loader": "^2.0.1",
"dumi": "^1.1.4",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"father": "^2.29.6",
"gh-pages": "^1.0.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mockjs": "^1.1.0",
"moment": "^2.22.1",
"prop-types": "^15.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ipr-fe/knk.git
git@gitee.com:ipr-fe/knk.git
ipr-fe
knk
knk
feat-hook

搜索帮助