UNPKG

@ucheeddev/refine-antd

Version:

Custom Ant Design components for Refine framework

54 lines (53 loc) 1.48 kB
{ "name": "@ucheeddev/refine-antd", "version": "1.0.51", "description": "Custom Ant Design components for Refine framework", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup src/index.ts --format cjs,esm --dts", "prepublishOnly": "npm run build", "version": "npm run build && git add .", "postversion": "git push && git push --tags" }, "author": "ucheeddev", "license": "MIT", "keywords": [ "antd", "refine", "ui-library", "react" ], "peerDependencies": { "@ant-design/icons": "^5.5.2", "@refinedev/antd": "^5.45.1", "@refinedev/core": "^4.57.5", "@ucheeddev/refine-core": "^1.1.0", "antd": "^5.23.2", "antd-style": "^3.7.1", "lodash": "^4.17.21", "react": ">=18.0.0 <19.0.0", "react-audio-visualize": "^1.2.0", "react-dom": ">=18.0.0 <19.0.0", "classnames": "^2.5.1" }, "devDependencies": { "@types/lodash": "^4.14.171", "@types/react": "^18.3.18", "@typescript-eslint/eslint-plugin": "5.48.0", "@typescript-eslint/parser": "5.48.0", "eslint": "^8.24.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-simple-import-sort": "^10.0.0", "prettier": "^2.7.1", "tsup": "^8.3.5", "typescript": "^5.7.3" } }