react-formio-helper
Version:
Helper library for apps built with react and form.io.
56 lines (55 loc) • 1.56 kB
JSON
{
"author": {
"email": "randall@form.io",
"name": "Randall Knutson"
},
"dependencies": {
"formio-utils": "^0.1.9",
"formiojs": "^1.3.3",
"lodash": "^4.15.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-formio": "^0.6.0",
"react-pagify": "^2.1.1",
"react-redux": "^4.4.5",
"react-router": "^2.6.1",
"reactabular": "^3.0.5",
"redux": "^3.5.2",
"segmentize": "^0.4.1"
},
"description": "Helper library for apps built with react and form.io.",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"deep-freeze": "0.0.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-config-formio": "^1.1.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"expect": "^1.20.2",
"jsdom": "^9.4.2",
"webpack": "^1.13.1"
},
"keywords": [
"react",
"redux",
"form.io"
],
"license": "ISC",
"main": "lib/index.js",
"name": "react-formio-helper",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "mocha --timeout 30000 --reporter spec test/.setup.js test/*-test.js",
"build": "babel ./src --out-dir ./lib --presets es2015,react,stage-2",
"watch": "babel ./src --watch --out-dir ./lib --presets es2015,react,stage-2"
},
"version": "0.0.3"
}