{ "name": "react-component-form", "version": "1.2.0", "description": "Manage React Forms with ease.", "author": "Divlo ", "license": "MIT", "files": [ "dist" ], "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", "engines": { "node": ">=10" }, "repository": { "type": "git", "url": "git+https://github.com/Divlo/react-component-form.git" }, "keywords": [ "react-form", "react-component-form" ], "bugs": { "url": "https://github.com/Divlo/react-component-form/issues" }, "homepage": "https://github.com/Divlo/react-component-form#readme", "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint ./**/*.{js,jsx,ts,tsx}", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/build" }, "peerDependencies": { "react": "^16.0.0" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.1.7", "@types/jest": "^26.0.14", "@types/node": "^14.11.8", "@types/react": "^16.9.52", "@types/react-dom": "^16.9.8", "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "^4.0.1", "babel-eslint": "^10.1.0", "cross-env": "^7.0.2", "eslint": "^6.6.0", "eslint-config-prettier": "^6.12.0", "eslint-config-standard": "^14.1.1", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.21.3", "eslint-plugin-standard": "^4.0.1", "gh-pages": "^3.1.0", "husky": "^4.3.0", "microbundle-crl": "^0.13.11", "npm-run-all": "^4.1.5", "prettier": "^2.1.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "^3.4.3", "typescript": "^4.0.3" } }