UNPKG

ant-plus-components

Version:

基于 Ant Design 的增强型组件库

53 lines (52 loc) 1.2 kB
{ "type": "module", "name": "ant-plus-components", "version": "0.0.7-beta.9", "description": "基于 Ant Design 的增强型组件库", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "repository": { "type": "github", "url": "git+https://github.com/letconstvar/ant-plus-components.git" }, "files": [ "dist" ], "scripts": { "build": "rollup -c", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "react", "antd", "components", "ant-design", "ant-plus", "ant-design", "ant-plus-components", "AntFormPlus", "AntTablePlus" ], "peerDependencies": { "antd": "^5.0.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@types/jest": "^29.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "antd": "^5.24.1", "jest": "^29.0.0", "rollup": "^2.79.1", "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^29.0.0", "typescript": "^4.9.0" }, "author": "zhouzhu96@gmail.com", "license": "MIT" }