Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
final-form
/
Filename :
package.json
back
Copy
{ "name": "final-form", "version": "4.20.2", "description": "🏁 Framework agnostic, high performance, subscription-based form state management", "main": "dist/final-form.cjs.js", "jsnext:main": "dist/final-form.es.js", "module": "dist/final-form.es.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "nps", "test": "nps test", "precommit": "lint-staged && npm start validate", "prepare": "lint-staged && npm start validate" }, "author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/final-form" }, "repository": { "type": "git", "url": "https://github.com/final-form/final-form.git" }, "bugs": { "url": "https://github.com/final-form/final-form/issues" }, "homepage": "https://github.com/final-form/final-form#readme", "devDependencies": { "@babel/core": "^7.10.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-decorators": "^7.10.0", "@babel/plugin-proposal-export-namespace-from": "^7.8.3", "@babel/plugin-proposal-function-sent": "^7.8.3", "@babel/plugin-proposal-json-strings": "^7.10.0", "@babel/plugin-proposal-numeric-separator": "^7.8.3", "@babel/plugin-proposal-throw-expressions": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.8.3", "@babel/plugin-transform-runtime": "^7.10.0", "@babel/preset-env": "^7.10.0", "@babel/preset-flow": "^7.9.0", "@types/node": "^14.0.5", "@typescript-eslint/eslint-plugin": "^3.0.1", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.0.1", "bundlesize": "^0.18.0", "doctoc": "^1.4.0", "eslint": "^7.1.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-flowtype": "^5.1.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.20.0", "eslint-plugin-react-hooks": "^4.0.4", "flow-bin": "^0.94.0", "glow": "^1.2.2", "husky": "^4.2.5", "jest": "^26.0.1", "lint-staged": "^10.2.6", "nps": "^5.9.12", "nps-utils": "^1.7.0", "prettier": "^2.0.5", "prettier-eslint-cli": "^5.0.0", "rollup": "^2.10.9", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-flow": "^1.1.1", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.1.0", "rollup-plugin-uglify": "^6.0.4", "tslint": "^6.1.2", "typescript": "^3.9.3" }, "lint-staged": { "*.{js*,ts*,json,md,css}": [ "prettier --write", "git add" ] }, "jest": { "testEnvironment": "node", "testPathIgnorePatterns": [ ".*\\.ts" ] }, "bundlesize": [ { "path": "dist/final-form.umd.min.js", "maxSize": "5.3kB" }, { "path": "dist/final-form.es.js", "maxSize": "9.3kB" }, { "path": "dist/final-form.cjs.js", "maxSize": "9.5kB" } ], "dependencies": { "@babel/runtime": "^7.10.0" } }