UNPKG

react-ocean-forms

Version:
73 lines (72 loc) 1.86 kB
{ "name": "react-ocean-forms", "version": "2.2.2", "description": "Forms components for react based on the context api.", "main": "build/index.js", "module": "build/index.es.js", "typings": "build/index.d.ts", "private": false, "sideEffects": false, "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "start": "rollup -c -w", "build": "rollup -c", "lint": "tslint -t stylish --project ." }, "peerDependencies": { "react": "^16.8.0" }, "dependencies": {}, "devDependencies": { "@types/enzyme": "^3.1.18", "@types/enzyme-adapter-react-16": "^1.0.4", "@types/jest": "^24.0.6", "@types/react": "^16.8.3", "coveralls": "^3.0.2", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.9.1", "enzyme-to-json": "^3.3.5", "jest": "^24.1.0", "react": "^16.8.2", "react-dom": "^16.8.2", "rollup": "^1.2.2", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-filesize": "^6.2.1", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-typescript2": "^0.19.2", "ts-jest": "^24.0.0", "ts-loader": "^5.3.3", "tslint": "^5.12.1", "tslint-consistent-codestyle": "^1.15.0", "tslint-eaa-contrib": "^0.1.5", "tslint-microsoft-contrib": "^6.0.0", "tslint-react": "^3.6.0", "typescript": "^3.2.2" }, "resolutions": { "@types/react": "16.8.3", "@types/enzyme": "^3.1.18" }, "files": [ "build/" ], "repository": { "type": "git", "url": "https://github.com/environment-agency-austria/react-ocean-forms.git" }, "keywords": [ "react", "reactjs", "forms", "form", "validation", "react-form", "react-forms", "react-input", "context" ], "author": "Denis Masinovic <denis.masinovic@umweltbundesamt.at>", "license": "MIT" }