{
  "name": "react-web-formo",
  "version": "0.0.78",
  "description": "Build model based simple forms for React",
  "main": "build/bundles.js",
  "scripts": {
    "test": "jest",
    "clean": "build/bundles.js",
    "build-dev": "webpack --mode development",
    "build-prod": "webpack --mode production",
    "precommit": "lint-staged"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sharathchandramg/react-formo.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sharathchandramg/react-formo/issues"
  },
  "homepage": "https://github.com/sharathchandramg/react-formo#readme",
  "dependencies": {
    "ajv": "8.12.0",
    "ajv-keywords": "5.0.0",
    "filtrex": "2.0.0",
    "json-templater": "1.2.0",
    "lodash": "4.17.21",
    "mathjs": "12.4.0",
    "moment": "2.30.1",
    "react": "18.2.0",
    "react-datepicker": "2.14.1",
    "react-dom": "18.2.0",
    "react-modal": "3.16.1",
    "react-picky": "5.3.2",
    "react-scripts": "5.0.1",
    "react-test-renderer": "18.2.0"
  },
  "devDependencies": {
    "@babel/core": "7.24.0",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/plugin-transform-class-properties": "7.23.3",
    "@babel/plugin-transform-runtime": "7.24.0",
    "@babel/preset-env": "7.24.0",
    "@babel/preset-react": "7.23.3",
    "babel-jest": "29.7.0",
    "babel-loader": "9.1.3",
    "css-loader": "6.10.0",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "^1.15.8",
    "enzyme-to-json": "3.6.2",
    "jest": "29.7.0",
    "lint-staged": "15.2.2",
    "lodash-webpack-plugin": "0.11.6",
    "node-sass": "9.0.0",
    "prettier": "3.2.5",
    "sass-loader": "14.1.1",
    "style-loader": "3.3.4",
    "webpack": "5.90.3",
    "webpack-cli": "^5.1.4"
  }
}
