HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/propbase/propbase_website/node_modules/final-form/package.json
{
  "name": "final-form",
  "version": "4.20.10",
  "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.15.5",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-flow": "^7.14.5",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.3",
    "@rollup/plugin-terser": "^0.4.3",
    "@types/node": "^16.10.1",
    "@typescript-eslint/eslint-plugin": "^4.31.2",
    "@typescript-eslint/parser": "^4.31.2",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^27.2.1",
    "bundlesize": "^0.18.1",
    "doctoc": "^2.0.1",
    "eslint": "^7.32.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.26.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "^7.0.2",
    "jest": "^27.2.1",
    "lint-staged": "^11.1.2",
    "nps": "^5.10.0",
    "nps-utils": "^1.7.0",
    "prettier": "^2.4.1",
    "prettier-eslint-cli": "^5.0.1",
    "rollup": "^3.28.0",
    "rollup-plugin-flow": "^1.1.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-replace": "^2.2.0",
    "tslint": "^6.1.3",
    "typescript": "^4.4.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.8kB"
    },
    {
      "path": "dist/final-form.es.js",
      "maxSize": "10.4kB"
    },
    {
      "path": "dist/final-form.cjs.js",
      "maxSize": "10.6kB"
    }
  ],
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.0"
  }
}