UNPKG

@rjsf/antd

Version:

Ant Design theme, fields and widgets for react-jsonschema-form

112 lines (111 loc) 3.45 kB
{ "name": "@rjsf/antd", "version": "5.24.12", "description": "Ant Design theme, fields and widgets for react-jsonschema-form", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "compileReplacer": "tsc -p tsconfig.replacer.json", "build:ts": "npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json", "build:cjs": "esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs", "build:esm": "esbuild ./src/index.ts --bundle --outfile=dist/antd.esm.js --sourcemap --packages=external --format=esm", "build:umd": "rollup dist/antd.esm.js --format=umd --file=dist/antd.umd.js --name=@rjsf/antd", "build": "npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd", "cs-check": "prettier -l \"{src,test}/**/*.ts?(x)\"", "cs-format": "prettier \"{src,test}/**/*.ts?(x)\" --write", "lint": "eslint src test", "precommit": "lint-staged", "test": "jest", "test:update": "jest --u" }, "lint-staged": { "{src,test}/**/*.ts?(x)": [ "eslint --fix" ] }, "files": [ "dist", "lib", "src" ], "engineStrict": false, "engines": { "node": ">=14" }, "peerDependencies": { "@ant-design/icons": "^4.0.0 || ^5.0.0", "@rjsf/core": "^5.24.x", "@rjsf/utils": "^5.24.x", "antd": "^4.24.0 || ^5.8.5", "dayjs": "^1.8.0", "react": "^16.14.0 || >=17" }, "dependencies": { "classnames": "^2.5.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "rc-picker": "2.7.6" }, "devDependencies": { "@ant-design/icons": "^4.8.1", "@babel/cli": "^7.23.9", "@babel/core": "^7.23.9", "@babel/eslint-parser": "^7.23.10", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@rjsf/core": "^5.24.12", "@rjsf/snapshot-tests": "^5.24.12", "@rjsf/utils": "^5.24.12", "@rjsf/validator-ajv8": "^5.24.12", "@rollup/plugin-replace": "^5.0.5", "@types/jest": "^29.5.12", "@types/lodash": "^4.14.202", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", "@types/react-test-renderer": "^18.0.7", "antd": "^5.0.0", "atob": "^2.1.2", "babel-jest": "^29.7.0", "dayjs": "^1.11.10", "eslint": "^8.56.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", "rimraf": "^5.0.5", "rollup": "^3.29.4", "typescript": "^4.9.5" }, "repository": { "type": "git", "url": "git+https://github.com/rjsf-team/react-jsonschema-form.git" }, "keywords": [ "antd", "ant-design", "react", "react-jsonschema-form", "jsonschema", "json-schema", "json", "rjsf-antd" ], "author": "Delyan Ruskov <d.ruskov@gmail.com>", "contributors": [ "Heath Chiavettone <heath.chiavettone@freenome.com" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/rjsf-team/react-jsonschema-form/issues" }, "homepage": "https://github.com/rjsf-team/react-jsonschema-form", "publishConfig": { "access": "public" }, "gitHead": "41d2d5553fb089b2635589c03e9809da1054f72d" }