{
  "name": "django-bananas",
  "version": "5.0.0",
  "license": "MIT",
  "author": "Jonas Lundberg",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/5monkeys/django-bananas.js.git"
  },
  "description": "React admin frontend for Django.",
  "main": "index.js",
  "keywords": [
    "admin",
    "bananas",
    "django",
    "django-admin",
    "react"
  ],
  "scripts": {
    "start": "webpack-dev-server --config app/webpack.config.js",
    "watch": "jest --watchAll --verbose",
    "eslint": "eslint .",
    "eslint:fix": "eslint . --fix",
    "jest": "jest --verbose",
    "coverage": "jest --coverage",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "buildwatch": "babel src --watch --out-dir dist",
    "build": "babel --delete-dir-on-start src --out-dir dist && cp LICENSE README.md dist/ && sed \"/\\\"private\\\":\\s*true/d\" package.json > dist/package.json",
    "test": "npm run eslint && npm run coverage && npm run build"
  },
  "dependencies": {
    "@date-io/date-fns": "^2.17.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@mui/x-date-pickers": "^5.0.20",
    "classnames": "^2.5.1",
    "date-fns": "^2.23.0",
    "history": "^4.10.1",
    "js-logger": "^1.6.1",
    "lodash": "^4.17.21",
    "prop-types": "^15.8.1",
    "swagger-client": "3.36.0"
  },
  "peerDependencies": {
    "@mui/icons-material": "^5.18.0",
    "@mui/material": "^5.18.0",
    "@mui/styles": "^5.18.0",
    "final-form": "^5.0.0",
    "final-form-arrays": "^4.0.0",
    "react": "^18.2.0",
    "react-final-form": "^7.0.0",
    "react-final-form-arrays": "^4.0.0"
  },
  "devDependencies": {
    "@babel/cli": "7.23.9",
    "@babel/core": "7.23.9",
    "@babel/eslint-parser": "^7.15.0",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/plugin-syntax-jsx": "7.23.3",
    "@babel/preset-env": "7.23.9",
    "@babel/preset-react": "7.23.3",
    "@date-io/core": "1.3.8",
    "@mui/icons-material": "^5.18.0",
    "@mui/material": "^5.18.0",
    "@mui/styles": "^5.18.0",
    "@testing-library/dom": "^9.3.4",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "14.2.1",
    "@testing-library/user-event": "^14.5.2",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "29.7.0",
    "babel-loader": "9.1.3",
    "babel-plugin-transform-dynamic-import": "2.1.0",
    "eslint": "8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-jest": "27.9.0",
    "eslint-plugin-prettier": "5.1.3",
    "eslint-plugin-react": "7.33.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-simple-import-sort": "12.0.0",
    "fetch-mock": "^12.6.0",
    "file-loader": "6.2.0",
    "final-form": "^5.0.0",
    "final-form-arrays": "^4.0.0",
    "gh-pages": "^6.3.0",
    "gravatar": "1.8.2",
    "html-webpack-plugin": "5.3.2",
    "jest": "29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "3.2.5",
    "react": "^18.2.0",
    "react-dom": "18.2.0",
    "react-final-form": "^7.0.0",
    "react-final-form-arrays": "^4.0.0",
    "webpack": "^5.103.0",
    "webpack-cli": "5.1.4",
    "webpack-dev-server": "^5.2.2"
  }
}
