2 Star 0 Fork 0

react-component/upload

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@rc-component/upload",
"version": "1.1.0",
"description": "upload ui component for react",
"keywords": [
"react",
"react-component",
"react-upload",
"upload"
],
"homepage": "http://github.com/react-component/upload",
"bugs": {
"url": "http://github.com/react-component/upload/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:react-component/upload.git"
},
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"files": [
"lib",
"es"
],
"scripts": {
"compile": "father build",
"coverage": "rc-test --coverage",
"docs:build": "dumi build",
"docs:deploy": "npm run docs:build && gh-pages -d dist",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"now-build": "npm run docs:build",
"prepublishOnly": "npm run compile && rc-np",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"postpublish": "npm run docs:deploy",
"start": "dumi dev",
"test": "rc-test"
},
"dependencies": {
"@rc-component/util": "^1.3.0",
"clsx": "^2.1.1"
},
"devDependencies": {
"@rc-component/father-plugin": "^2.0.2",
"@rc-component/np": "^1.0.4",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^16.2.0",
"@types/jest": "^30.0.0",
"@types/node": "^25.0.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@umijs/fabric": "^4.0.1",
"axios": "^1.9.0",
"dumi": "^2.1.0",
"eslint": "^8.0.0",
"father": "^4.0.0",
"gh-pages": "^6.1.1",
"rc-test": "^7.0.13",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"regenerator-runtime": "^0.14.1",
"sinon": "^9.0.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_react-component/upload.git
git@gitee.com:mirrors_react-component/upload.git
mirrors_react-component
upload
upload
master

搜索帮助