UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

65 lines (64 loc) 1.55 kB
{ "name": "@gzued/antd-compiled", "version": "4.24.14.7", "description": "Pre-bundled Ant Design 4.x and related dependencies for @gzued packages", "main": "compiled/antd/index.js", "module": "compiled/antd/index.js", "types": "compiled/antd/index.d.ts", "files": [ "compiled", "README.md" ], "scripts": { "prebuild": "node ./scripts/prebundle.js", "build": "node ./scripts/build.js", "build:deps": "father prebundle", "clean": "rimraf compiled dist", "postpublish": "npm run clean", "publish:auto": "node ./scripts/publish.js" }, "keywords": [ "antd", "ant-design", "react", "ui", "components", "bundled", "pre-bundled" ], "author": "GZUED Team", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "father": "^4.4.5", "rimraf": "^5.0.0", "typescript": "^5.0.0", "antd": "^4.24.14", "@ant-design/icons": "^4.8.0", "dayjs": "^1.11.10", "classnames": "^2.3.1" }, "bundledDependencies": [ "antd", "@ant-design/icons", "dayjs", "classnames" ], "repository": { "type": "git", "url": "https://github.com/gzued/antd-compiled.git" }, "bugs": { "url": "https://github.com/gzued/antd-compiled/issues" }, "homepage": "https://github.com/gzued/antd-compiled#readme" }