UNPKG

@tegrus/formio-react

Version:

React renderer for form.io forms.

87 lines (86 loc) 2.42 kB
{ "name": "@tegrus/formio-react", "version": "5.4.20", "description": "React renderer for form.io forms.", "main": "lib/index.js", "publishConfig": { "access": "public" }, "scripts": { "test": "karma start --single-run", "build": "babel ./src --ignore=*.spec.js --out-dir ./lib --presets es2015,react,stage-2", "lint": "eslint src", "watch": "babel ./src --watch --ignore=*.spec.js --out-dir ./lib --presets es2015,react,stage-2", "prepublish": "npm run lint && npm run build" }, "repository": { "type": "git", "url": "https://gitlab.com/tegrus/packages/react-formio.git" }, "keywords": [ "React", "component", "Formio", "Forms", "react-component" ], "author": "Randall Knutson <randall@form.io>", "license": "MIT", "bugs": { "url": "https://github.com/formio/react-formio/issues" }, "homepage": "https://github.com/formio/react-formio#readme", "dependencies": { "babel-polyfill": "^6.26.0", "core-js": "^3.19.3", "eventemitter2": "^6.4.5", "lodash": "^4.17.21", "prop-types": "^15.7.2" }, "devDependencies": { "@babel/core": "^7.16.0", "@tegrus/formiojs": "^4.22.3", "ajv-pack": "^0.3.1", "babel-cli": "^6.24.1", "babel-core": "^6.26.3", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.3", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "babel-preset-stage-2": "^6.13.0", "babel-register": "^6.26.0", "chai": "^4.3.4", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "escope": "^3.6.0", "eslint": "^7.29.0", "eslint-config-airbnb": "^19.0.2", "eslint-config-formio": "^1.1.0", "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-react": "^7.27.1", "jsdom": "^19.0.0", "karma": "^6.3.9", "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-webpack": "^5.0.0", "mocha": "^9.1.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-test-renderer": "^17.0.2", "react-transform-catch-errors": "^1.0.0", "sinon": "^12.0.1", "webpack": "^5.65.0" }, "files": [ "lib" ], "peerDependencies": { "@tegrus/formiojs": "4.21.3", "react": "^17.0.2", "react-dom": "^17.0.2" } }