@jay.kou/rak-ssr
Version:
A react based UI components for admin system
83 lines (82 loc) • 2.11 kB
JSON
{
"name": "@jay.kou/rak-ssr",
"version": "1.0.14",
"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组件库",
"表单生成器",
"表格组件"
],
"license": "ISC",
"author": "jay.kou@qq.com",
"sideEffects": true,
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"dist",
"lib",
"es"
],
"scripts": {
"build": "father build",
"coverage:open": "start coverage/index.html",
"doctor": "father doctor",
"prepublishOnly": "npm run build",
"test": "set DEBUG_PRINT_LIMIT=10&& jest --coverage=false --noStackTrace",
"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",
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"merge-options": "^3.0.4",
"moment": "^2.29.4",
"omit.js": "^2.0.2",
"styled-components": "^6.1.19"
},
"devDependencies": {
"@ant-design/icons": "^6.0.0",
"@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",
"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"
},
"peerDependencies": {
"antd": ">=4.23.4",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"publishConfig": {
"access": "public"
}
}