{
  "name": "formol",
  "version": "5.0.1",
  "description": "An opinionated react form framework.",
  "main": "lib/formol.js",
  "module": "src/index.js",
  "repository": "https://github.com/Kozea/formol",
  "author": "Kozea dev team <dev@kozea.fr>",
  "license": "MIT",
  "scripts": {
    "build": "rimraf lib && webpack",
    "lint": "eslint src test",
    "fix": "prettier --write **/*.{js,jsx}",
    "test": "jest --coverage",
    "coverage": "cat ./coverage/lcov.info | coveralls",
    "test-debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    "prepublish": "npm run build",
    "demos": "webpack-dev-server --config webpack.config.demos.js --mode development",
    "demos-build": "rimraf demos/dist && webpack --config webpack.config.demos.js --mode production",
    "demos-deploy": "./demos/deploy.sh"
  },
  "pre-commit": "lint,test",
  "devDependencies": {
    "@babel/cli": "^7.29.7",
    "@babel/core": "^7.29.7",
    "@babel/eslint-parser": "^7.29.7",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.29.7",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@babel/preset-react": "^7.29.7",
    "@babel/register": "^7.29.7",
    "@eslint/compat": "^1.4.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-loader": "^8.4.1",
    "babel-plugin-add-react-static-displayname": "^0.0.2",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "coveralls": "^3.1.1",
    "css-loader": "^6.11.0",
    "date-fns": "^4.4.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.8",
    "eslint": "^9.39.4",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-n": "^17.24.0",
    "eslint-plugin-promise": "^7.3.0",
    "eslint-plugin-react": "^7.37.5",
    "globals": "^17.7.0",
    "html-webpack-plugin": "^5.6.7",
    "import-sort": "^6.0.0",
    "import-sort-cli": "^6.0.0",
    "import-sort-parser-babylon": "^6.0.0",
    "import-sort-style-module": "^6.0.0",
    "jest": "^25.5.4",
    "mini-css-extract-plugin": "^2.10.2",
    "pre-commit": "^1.2.2",
    "prettier": "^3.9.4",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-test-renderer": "^16.14.0",
    "sass": "^1.101.0",
    "sass-loader": "^12.6.0",
    "webpack": "^5.108.3",
    "webpack-bundle-analyzer": "^4.10.2",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.2.5"
  },
  "files": [
    "lib/",
    "src/"
  ],
  "importSort": {
    ".js, .jsx": {
      "parser": "babylon",
      "style": "module"
    }
  },
  "dependencies": {
    "@babel/runtime": "^7.29.7",
    "bemboo": "^2.0.0",
    "fast-deep-equal": "^3.1.3",
    "js-search": "^2.0.1",
    "react-datepicker": "^3.8.0",
    "react-day-picker": "^7.4.10",
    "react-dropzone": "^10.2.2",
    "react-icons": "^3.11.0",
    "react-quill": "^1.3.5",
    "react-select": "^3.2.0",
    "react-text-mask": "^5.5.0",
    "react-window": "^1.8.11",
    "zxcvbn": "^4.4.2"
  },
  "peerDependencies": {
    "date-fns": "^4.4.0",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-icons": "^3.11.0"
  },
  "resolutions": {
    "cheerio": "1.0.0-rc.3"
  },
  "engines": {
    "node": "20.x || 22.x || 24.x"
  }
}
