{
  "name": "drf-react-by-schema",
  "version": "0.28.15",
  "description": "Components and Tools for building a React App having Django Rest Framework (DRF) as server",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"There are (still) no tests in this package\"",
    "build": "tsc --build",
    "release:prepare": "npm run build",
    "release:major": "npm run release:prepare && npm version major && git push origin master --tags && git push origin master:published",
    "release:minor": "npm run release:prepare && npm version minor && git push origin master --tags && git push origin master:published",
    "release:patch": "npm run release:prepare && npm version patch && git push origin master --tags && git push origin master:published"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/eita/drf-react-by-schema/drf-react-by-schema-js.git"
  },
  "keywords": [
    "react",
    "drf",
    "django",
    "django rest framework",
    "schema based forms",
    "MUI",
    "MUI DataGrid",
    "yup"
  ],
  "author": "Coletivo EITA",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/eita/drf-react-by-schema/drf-react-by-schema-js/issues"
  },
  "homepage": "https://gitlab.com/eita/drf-react-by-schema/drf-react-by-schema-js#readme",
  "devDependencies": {
    "@babel/core": "^7.20.7",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "@eslint/compat": "^1.3.0",
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.29.0",
    "@hookform/resolvers": "^3",
    "@mui/icons-material": "^6",
    "@mui/material": "^6",
    "@mui/x-data-grid": "^7",
    "@mui/x-date-pickers": "^7",
    "@types/leaflet": "^1.9.22",
    "@types/leaflet-draw": "^1.0.13",
    "@types/node": "^18.11.15",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@typescript-eslint/eslint-plugin": "^8.34.1",
    "@typescript-eslint/parser": "^8.34.1",
    "axios": "^1",
    "dayjs": "^1",
    "eslint": "^9.29.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "leaflet": "^1.9.4",
    "leaflet-draw": "^1.0.4",
    "prettier": "^3.0.0",
    "react": "^19",
    "react-docgen-typescript": "^2.2.2",
    "react-dom": "^19",
    "react-hook-form": "^7",
    "react-leaflet": "^5.0.0",
    "react-number-format": "^5",
    "semver": "^7.5.1",
    "string-mask": "^0.3.0",
    "ts-loader": "^9.4.2",
    "typescript": "^5.7.3",
    "webpack": "^5.75.0",
    "yup": "^1"
  },
  "peerDependencies": {
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "@hookform/resolvers": "^2 || ^3 || ^5",
    "@mui/icons-material": "^6",
    "@mui/material": "^6",
    "@mui/x-data-grid": "^7",
    "@mui/x-date-pickers": "^7",
    "axios": "^1",
    "dayjs": "^1",
    "leaflet": "^1.9.0",
    "leaflet-draw": "^1.0.4",
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19",
    "react-hook-form": "^7",
    "react-leaflet": "^5.0.0",
    "react-number-format": "^5",
    "string-mask": "^0.3.0",
    "yup": "^1"
  },
  "peerDependenciesMeta": {
    "leaflet": {
      "optional": true
    },
    "react-leaflet": {
      "optional": true
    },
    "leaflet-draw": {
      "optional": true
    }
  },
  "browserslist": [
    ">1%",
    "last 1 version",
    "Firefox ESR",
    "not dead"
  ],
  "files": [
    "dist"
  ]
}
