react-admin-kit
Version:
A react based UI components for admin system
112 lines (111 loc) • 3.04 kB
JSON
{
"name": "react-admin-kit",
"version": "1.0.2",
"description": "A react based UI components for admin system",
"keywords": [
"react-admin",
"admin-dashboard",
"react-components",
"antd",
"ant-design",
"protable",
"proform",
"schema-form",
"admin-template",
"react-ui-kit",
"typescript",
"后台管理系统",
"中后台组件库",
"react组件库",
"表单生成器",
"表格组件"
],
"homepage": "https://github.com/jaykou25/react-admin-kit#readme",
"bugs": {
"url": "https://github.com/jaykou25/react-admin-kit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jaykou25/react-admin-kit.git"
},
"license": "ISC",
"author": "jay.kou@qq.com",
"sideEffects": false,
"exports": {
".": {
"types": "./es/index.d.ts",
"import": "./es/index.js",
"require": "./lib/index.js"
},
"./utils": {
"types": "./es/utils/index.d.ts",
"import": "./es/utils/index.js",
"require": "./lib/utils/index.js"
},
"./locale": {
"types": "./es/locale/index.d.ts",
"import": "./es/locale/index.js",
"require": "./lib/locale/index.js"
}
},
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"lib",
"es"
],
"scripts": {
"build": "father build",
"coverage:open": "start coverage/index.html",
"doctor": "father doctor",
"prepublishOnly": "npm run build",
"test": "set DEBUG_PRINT_LIMIT=1000&& jest --coverage=false ",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@ant-design/pro-form": "~2.31.9",
"@ant-design/pro-table": "~3.20.1",
"@ant-design/pro-utils": "~2.17.2",
"@babel/runtime": "^7.27.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"merge-options": "^3.0.4",
"omit.js": "^2.0.2",
"rc-field-form": "^2.7.0",
"styled-components": "^6.1.19"
},
"devDependencies": {
"@ant-design/icons": "^6.0.0",
"@ant-design/pro-provider": "^2.16.2",
"@babel/core": "^7.27.3",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.15.29",
"@types/react": "^18.1.0",
"@types/react-dom": "^18.1.0",
"antd": "^5.25.4",
"babel-plugin-styled-components": "^2.1.4",
"father": "^4.5.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "30.0.0-beta.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"xhr-mock": "^2.5.1"
},
"peerDependencies": {
"antd": ">=5.26.5",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"publishConfig": {
"access": "public"
}
}