UNPKG

react-form-package

Version:

A declarative form component with inbuilt validation and state management

89 lines (88 loc) 2.49 kB
{ "name": "react-form-package", "version": "1.16.0", "description": "A declarative form component with inbuilt validation and state management", "main": "./lib/index.js", "license": "MIT", "private": false, "author": "Lukas Aichbauer <l.aichbauer@gmail.com> (https://lukasaichbauer.com/)", "scripts": { "docz:dev": "docz dev", "docz:build": "docz build", "lint": "eslint src --fix", "pretest": "npm run lint", "test": "jest --coverage --env=jsdom", "prepush": "npm run test", "build": "rm -rf lib; babel src --out-dir lib", "prepare": "npm run build" }, "keywords": [ "react", "form", "react-form-package" ], "repository": { "type": "git", "url": "git+https://github.com/aichbauer/react-form-package.git" }, "bugs": { "url": "https://github.com/aichbauer/react-form-package/issues" }, "homepage": "https://aichbauer.github.io/react-form-package", "jest": { "globals": { "__DEV__": true }, "collectCoverageFrom": [ "src/**/*.js" ], "testEnvironment": "node", "testPathIgnorePatterns": [ "/node_modules/" ] }, "peerDependencies": { "react": "^16.4.2", "react-dom": "^16.4.2" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", "@babel/preset-env": "^7.8.4", "@babel/preset-react": "^7.8.3", "autocapitalize": "^1.0.2", "babel-core": "^6.26.3", "babel-eslint": "^10.0.3", "babel-jest": "^25.1.0", "docz": "^2.2.0", "docz-plugin-css": "^0.11.0", "downshift": "^5.0.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.0.1", "eslint-plugin-import": "^2.20.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.18.3", "gatsby-plugin-sass": "^2.1.28", "husky": "^4.2.3", "jest": "^25.1.0", "node-sass": "^4.13.1", "react": "^16.12.0", "react-dom": "^16.12.0", "react-test-renderer": "^16.12.0", "regenerator-runtime": "^0.13.3", "styled-base-components": "^4.0.0", "styled-button-component": "^4.0.0", "styled-components": "^5.0.1", "styled-form-component": "^4.0.0", "styled-grid-system-component": "^4.0.0", "styled-popover-component": "^4.0.0" }, "dependencies": { "input-is": "^2.0.0", "prop-types": "^15.6.2", "warning-message": "^1.1.0" } }