{
  "name": "nested-form",
  "version": "0.4.7",
  "private": false,
  "description": "React nested form",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "start": "tsc --watch",
    "sandbox": "webpack-dev-server --config ./sandbox/webpack.config.js --content-base ./sandbox/ --port 1939 --hot --inline --open"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/classnames": "2.2.10",
    "@types/history": "4.7.5",
    "@types/json-schema": "^7.0.4",
    "@types/moment": "^2.13.0",
    "@types/node": "13.13.4",
    "@types/react": "16.9.34",
    "@types/react-dom": "16.9.7",
    "@types/react-router": "5.1.7",
    "@types/react-router-dom": "^5.1.5",
    "@types/webpack": "4.41.12",
    "@types/webpack-env": "1.15.2",
    "@typescript-eslint/eslint-plugin": "^2.12.0",
    "@typescript-eslint/parser": "^2.12.0",
    "babel-loader": "^8.1.0",
    "css-loader": "^3.5.3",
    "eslint": "^6.7.2",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-react": "^7.17.0",
    "file-loader": "^6.0.0",
    "html-loader": "^1.1.0",
    "html-webpack-plugin": "^4.3.0",
    "mini-css-extract-plugin": "^0.9.0",
    "prettier": "^2.0.5",
    "react-hot-loader": "^4.0.0",
    "style-loader": "^1.2.1",
    "ts-loader": "^7.0.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-router-dom": "^5.1.2",
    "typescript": "^3.8.3",
    "unstated": "^2.1.1",
    "url-parse": "^1.4.3",
    "utility-types": "^3.10.0",
    "url-loader": "^4.1.0",
    "webpack": "^4.20.2",
    "webpack-cleanup-plugin": "^0.5.1",
    "webpack-cli": "^3.1.1",
    "webpack-dev-server": "^3.1.0"
  },
  "peerDependencies": {
    "react": ">=16.13.1",
    "react-dom": ">=16.13.1"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "moment": "^2.22.2",
    "react-json-edit": "^0.3.1",
    "typestyle": "^2.0.1",
    "utility-types": "^3.10.0"
  }
}
