Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
react-final-form
/
Filename :
package.json
back
Copy
{ "name": "react-final-form", "version": "6.5.3", "description": "🏁 High performance subscription-based form state management for React", "main": "dist/react-final-form.cjs.js", "jsnext:main": "dist/react-final-form.es.js", "module": "dist/react-final-form.es.js", "typings": "typescript/index.d.ts", "files": [ "dist", "scripts", "typescript" ], "scripts": { "start": "nps", "test": "nps test", "precommit": "lint-staged && npm start validate", "build": "npm start build", "prepublish": "npm start validate" }, "author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/final-form/react-final-form.git" }, "bugs": { "url": "https://github.com/final-form/react-final-form/issues" }, "homepage": "https://github.com/final-form/react-final-form#readme", "devDependencies": { "@babel/core": "^7.12.3", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-decorators": "^7.12.1", "@babel/plugin-proposal-export-namespace-from": "^7.12.1", "@babel/plugin-proposal-function-sent": "^7.12.1", "@babel/plugin-proposal-json-strings": "^7.12.1", "@babel/plugin-proposal-numeric-separator": "^7.12.1", "@babel/plugin-proposal-throw-expressions": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-flow-strip-types": "^7.12.1", "@babel/plugin-transform-react-jsx-source": "^7.12.13", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.1", "@babel/preset-flow": "^7.12.1", "@babel/preset-react": "^7.12.1", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@types/react": "^16.9.53", "@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/parser": "^4.5.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.0", "bundlesize": "^0.18.0", "doctoc": "^1.4.0", "dtslint": "^4.0.4", "eslint": "^7.11.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "fast-deep-equal": "^3.1.3", "final-form": "^4.20.1", "flow-bin": "^0.136.0", "glow": "^1.2.2", "husky": "^4.3.0", "jest": "^26.6.0", "jest-mock-console": "^1.0.1", "lint-staged": "^10.4.2", "nps": "^5.10.0", "nps-utils": "^1.7.0", "opencollective": "^1.0.3", "prettier": "^2.1.2", "prettier-eslint-cli": "^5.0.0", "react": "^17.0.0", "react-dom": "^17.0.0", "rollup": "^2.32.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-uglify": "^6.0.4", "tar": "^6.0.5", "ts-essentials": "^7.0.1", "tslint": "^6.1.3", "typescript": "^4.0.3" }, "peerDependencies": { "final-form": "^4.20.0", "react": "^16.8.0 || ^17.0.0" }, "lint-staged": { "*.{js*,ts*,json,md,css}": [ "prettier --write", "git add" ] }, "jest": { "testEnvironment": "jsdom", "testPathIgnorePatterns": [ ".*\\.ts" ] }, "bundlesize": [ { "path": "dist/react-final-form.umd.min.js", "threshold": "2kB" }, { "path": "dist/react-final-form.es.js", "threshold": "3kB" }, { "path": "dist/react-final-form.cjs.js", "threshold": "3kB" } ], "collective": { "type": "opencollective", "url": "https://opencollective.com/final-form" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/final-form" }, "dependencies": { "@babel/runtime": "^7.12.1" } }