UNPKG

react-admin-kit

Version:

A react based UI components for admin system

134 lines (133 loc) 3.45 kB
{ "name": "react-admin-kit", "version": "0.5.11", "private": false, "description": "A react based UI components for admin system", "keywords": [ "rakjs", "rak", "schema", "protable", "proform", "schema form", "admin kit", "中后台组件库", "react 组件库", "快速表单", "快速表格" ], "homepage": "https://jaykou25.github.io/react-admin-kit/", "bugs": { "url": "https://github.com/jaykou25/react-admin-kit/issues" }, "repository": { "type": "git", "url": "https://github.com/jaykou25/react-admin-kit" }, "license": "MIT", "module": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "father build", "build:watch": "father dev", "deploy": "npm run docs:build && npm run docs:deploy", "dev": "GITHUB=1 dumi dev", "docs:build": "GITHUB=1 dumi build", "docs:buildVercel": "VERCEL=1 dumi build", "docs:deploy": "gh-pages -d docs-dist", "docs:deployVercel": "gh-pages -d vercel-dist -b vercel", "doctor": "father doctor", "lint": "npm run lint:es && npm run lint:css", "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"", "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"", "prepublishOnly": "npm run build", "start": "npm run dev", "test": "jest" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*.{md,json}": [ "prettier --write --no-error-on-unmatched-pattern" ], "*.{css,less}": [ "prettier --write" ], "*.{js,jsx}": [ "eslint --fix", "prettier --write" ], "*.{ts,tsx}": [ "eslint --fix", "prettier --parser=typescript --write" ] }, "resolutions": { "nwsapi": "2.2.13" }, "dependencies": { "@ant-design/pro-form": "~2.25.0", "@ant-design/pro-table": "~3.16.0", "@ant-design/pro-utils": "~2.15.0", "exceljs": "^4.3.0", "file-saver": "^2.0.5", "immer": "^9.0.15", "lodash-es": "^4.17.21", "merge-options": "^3.0.4", "moment": "^2.29.4", "react-docgen-typescript": "^2.2.2" }, "devDependencies": { "@babel/core": "^7.22.10", "@babel/preset-env": "^7.22.10", "@babel/preset-react": "^7.24.1", "@babel/preset-typescript": "^7.22.5", "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", "@types/lodash-es": "^4.17.8", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@umijs/lint": "^4.0.0", "antd": "^5", "babel-jest": "^29.6.2", "dayjs": "^1.11.11", "dumi": "^2.4.0", "eslint": "^8.23.0", "father": "^4.1.0", "gh-pages": "^6.0.0", "husky": "^8.0.1", "identity-obj-proxy": "^3.0.0", "jest": "^29.6.2", "jest-environment-jsdom": "^29.7.0", "lint-staged": "^13.0.3", "prettier": "^2.7.1", "prettier-plugin-organize-imports": "^3.0.0", "prettier-plugin-packagejson": "^2.2.18", "react": "^18.0.0", "react-dom": "^18.0.0", "stylelint": "^14.9.1" }, "peerDependencies": { "antd": ">=4.23.4", "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "publishConfig": { "access": "public" }, "authors": [ "jay.kou" ], "overrides": { "nwsapi": "2.2.13" } }