@arun-s-aot/formio-react
Version:
React renderer for formsflow form.io forms.
80 lines (79 loc) • 2.18 kB
JSON
{
"name": "@arun-s-aot/formio-react",
"version": "1.1.6",
"description": "React renderer for formsflow form.io forms.",
"main": "lib/index.js",
"scripts": {
"test": "karma start --single-run",
"build": "babel ./src --ignore=*.spec.js --out-dir ./lib",
"build-types": "npx tsc",
"lint": "eslint src",
"format": "prettier . --write",
"watch": "babel ./src --watch --ignore=*.spec.js --out-dir ./lib --presets es2015,react,stage-2",
"prepublish": "yarn format && yarn lint && yarn build && yarn build-types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arun-s-aot/formio-react.git"
},
"keywords": [
"React",
"component",
"Formio",
"Forms",
"react-component"
],
"author": "Arun S",
"license": "MIT",
"bugs": {
"url": "https://github.com/arun-s-aot/formio-react/issues"
},
"homepage": "https://github.com/arun-s-aot/formio-react#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"core-js": "^3.35.1",
"eventemitter2": "^6.4.5",
"lodash": "^4.17.21",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@arun-s-aot/formiojs": "^1.1.2",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"chai": "^4.3.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"escope": "^4.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-react": "^7.33.2",
"jsdom": "^22.1.0",
"karma": "^6.3.18",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"prettier": "3.2.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-test-renderer": "^18.2.0",
"react-transform-catch-errors": "^1.0.0",
"sinon": "^15.2.0",
"typescript": "^5.5.4",
"webpack": "^5.88.2"
},
"files": [
"lib"
],
"peerDependencies": {
"@arun-s-aot/formiojs": "^1.1.2",
"react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.1.0",
"react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.1.0"
}
}