UNPKG

@astarte-platform/react-bootstrap

Version:

React Bootstrap theme, fields and widgets for react-jsonschema-form, powered by react-bootstrap, this is a package from a fork of official project

98 lines (97 loc) 2.95 kB
{ "name": "@astarte-platform/react-bootstrap", "version": "5.15.0", "main": "dist/index.js", "module": "lib/index.js", "typings": "lib/index.d.ts", "description": "React Bootstrap theme, fields and widgets for react-jsonschema-form, powered by react-bootstrap, this is a package from a fork of official project", "files": [ "dist", "lib", "src" ], "repository": { "type": "git", "url": "git+https://github.com/rjsf-team/react-jsonschema-form.git" }, "scripts": { "build:ts": "tsc -b", "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/react-bootstrap.esm.js --sourcemap --packages=external --format=esm", "build:umd": "rollup dist/react-bootstrap.esm.js --format=umd --file=dist/react-bootstrap.umd.js --name=@astarte-platform/react-bootstrap", "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" ] }, "peerDependencies": { "@rjsf/core": "^5.12.x", "@rjsf/utils": "^5.12.x", "react": "^16.14.0 || >=17", "react-bootstrap": "^2.0.0" }, "engineStrict": false, "engines": { "node": ">=14" }, "devDependencies": { "@babel/core": "^7.22.17", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/preset-env": "^7.22.15", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", "@rjsf/core": "^5.15.0", "@rjsf/snapshot-tests": "^5.15.0", "@rjsf/utils": "^5.15.0", "@rjsf/validator-ajv8": "^5.15.0", "@types/jest": "^29.5.7", "@types/react": "^17.0.65", "@types/react-dom": "^17.0.20", "@types/react-test-renderer": "^17.0.3", "babel-jest": "^29.6.4", "esbuild": "^0.18.20", "eslint": "^8.48.0", "jest": "^29.6.4", "jest-environment-jsdom": "^29.6.4", "react": "^17.0.2", "react-bootstrap": "^2.9.1", "react-dom": "^17.0.2", "react-test-renderer": "^17.0.2", "rimraf": "^5.0.1", "rollup": "^3.29.0", "typescript": "^4.9.5" }, "publishConfig": { "access": "public" }, "keywords": [ "Bootstrap 5", "react-jsonschema-form", "jsonschema", "json-schema", "json", "schema", "form", "react", "bootstrap-5", "rjsf-bootstrap-5", "react-bootstrap", "rjsf-react-bootstrap" ], "contributors": [ "Heath Chiavettone <heath.chiavettone@freenome.com" ], "license": "MIT", "dependencies": { "@react-icons/all-files": "^4.1.0" } }