{
  "name": "react-garden",
  "version": "0.7.19",
  "private": false,
  "description": "React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.",
  "author": "Marty McGee <mcgee.marty@gmail.com> (https://github.com/marty-mcgee)",
  "contributors": [
    {
      "name": "Marty McGee",
      "email": "mcgee.marty@gmail.com",
      "url": "https://github.com/marty-mcgee"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marty-mcgee/react-garden.git"
  },
  "bugs": {
    "url": "https://github.com/marty-mcgee/react-garden/issues"
  },
  "homepage": "https://github.com/marty-mcgee/react-garden#readme",
  "scripts": {
    "_______________0": "____ use these: custom scripts (add/edit your own) _____",
    "mm": "next -p 7777",
    "mm:install:full": "npm install",
    "mm:install:pnpm": "pnpm i",
    "mm:install:noop": "npm install --no-optional --omit_optional",
    "mm:install:wp": "pnpm wordpress-plugin",
    "_______________1": "____ use these: to delete build files __________________",
    "scrub:pnpm": "rd /S /Q .\\node_modules & del /F .\\pnpm-lock.yaml ;",
    "scrub:next": "rd /S /Q .\\.next & del /F .\\next-env.d.ts ;",
    "_______________2": "____ use these: active commons _________________________",
    "dev": "next",
    "next": "next -p 7777",
    "next:dev": "next dev -p 7777",
    "build": "next build",
    "next:build": "next build",
    "next:start": "next start -p 7777",
    "next:lint": "next lint",
    "deploy": "next export",
    "next:export": "next export",
    "next:test": "tsc",
    "_______________3": "____ do not use these: old, from create-react-app ______",
    "old:start": "react-scripts start -p 2999",
    "old:build": "react-scripts build",
    "old:test": "react-scripts test",
    "old:eject": "react-scripts eject",
    "_______________4": "____ cleanup on aisle nine _____________________________",
    "prettier": "prettier --write **/*.{ts,tsx,js,jsx}",
    "prettier:demo": "prettier --write ./public/demo/*.{ts,tsx,js,jsx}",
    "lint": "eslint src",
    "lint:demo": "eslint ./public/demo/*.{ts,tsx,js,jsx}",
    "lint:fix": "pnpm lint -- --fix",
    "lint:next": "next lint",
    "_______________5": "____ testing, testing __________________________________",
    "test": "tsc",
    "test:jest": "jest",
    "test:tsc": "tsc",
    "test:lint": "pnpm lint && pnpm test:run",
    "_______________X": "____ ___________________________________________________"
  },
  "dependencies": {
    "@apollo/client": "^3.6.9",
    "@apollo/react-hooks": "^4.0.0",
    "@emotion/cache": "^11.10.1",
    "@emotion/react": "^11.10.4",
    "@emotion/server": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "@mui/icons-material": "5.10.2",
    "@mui/material": "5.10.2",
    "@mui/styled-engine": "5.10.2",
    "@react-three/cannon": "^6.4.0",
    "@react-three/drei": "^9.37.0",
    "@react-three/fiber": "^8.8.10",
    "@tweenjs/tween.js": "^18.6.4",
    "apollo-link-rest": "^0.9.0-rc.1",
    "classnames": "^2.3.1",
    "clsx": "^1.2.1",
    "cors": "^2.8.5",
    "dat.gui": "^0.7.9",
    "isomorphic-dompurify": "^0.23.0",
    "farmbot": "^15.3.3",
    "glsl-random": "^0.0.5",
    "glslify-loader": "^2.0.0",
    "graphql": "^16.6.0",
    "graphql-anywhere": "^4.2.7",
    "graphql-tag": "^2.12.6",
    "html-react-parser": "^3.0.4",
    "next": "^12.2.4",
    "path": "^0.12.7",
    "qs": "^6.11.0",
    "raw-loader": "^4.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "scheduler": "^0.19.0",
    "three": "^0.145.0",
    "uuid": "^8.3.2",
    "valtio": "^1.7.4",
    "web-vitals": "^2.1.4",
    "webgl-detector": "^1.1.11"
  },
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/preset-env": "^7.1.6",
    "@next/eslint-plugin-next": "^12.3.0",
    "@types/chroma-js": "^2.1.4",
    "@types/cors": "^2.8.12",
    "@types/dat.gui": "^0.7.7",
    "@types/dropzone": "^5.7.4",
    "@types/jest": "^28.1.8",
    "@types/jquery": "^3.5.14",
    "@types/node": "^18.7.13",
    "@types/nprogress": "^0.2.0",
    "@types/react": "^18.0.17",
    "@types/react-dom": "^18.0.6",
    "@types/react-flatpickr": "^3.8.7",
    "@types/react-table": "^7.7.12",
    "@types/three": "^0.143.1",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.35.1",
    "@typescript-eslint/parser": "^5.35.1",
    "cross-env": "^7.0.3",
    "eslint": "^8.22.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-next": "^12.2.5",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-typescript": "^3.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "file-loader": "^6.2.0",
    "next-transpile-modules": "^9.0.0",
    "pnpm": "^7.12.2",
    "prettier": "^2.7.1",
    "prettier-eslint-cli": "^6.0.1",
    "typescript": "^4.7.4",
    "url-loader": "^4.1.1",
    "webpack": ">=5.9.0 <6.0.0",
    "wordpress-plugin": "^0.1.8-alpha"
  },
  "optionalDependencies": {
    "@asseinfo/react-kanban": "2.2.0",
    "@auth0/auth0-react": "1.10.1",
    "@aws-amplify/auth": "^4.6.8",
    "@aws-amplify/core": "^4.7.6",
    "@aws-amplify/geo": "^1.3.18",
    "@aws-amplify/ui-react": "^3.5.7",
    "@casl/ability": "5.4.3",
    "@casl/react": "2.3.0",
    "@fullcalendar/common": "5.11.3",
    "@fullcalendar/core": "5.11.3",
    "@fullcalendar/daygrid": "5.11.3",
    "@fullcalendar/interaction": "5.11.3",
    "@fullcalendar/list": "5.11.3",
    "@fullcalendar/react": "5.11.2",
    "@fullcalendar/timegrid": "5.11.3",
    "@hookform/resolvers": "2.4.0",
    "@mui/lab": "5.0.0-alpha.80",
    "@mui/system": "5.2.8",
    "@mui/utils": "5.10.9",
    "@mui/x-data-grid": "5.10.0",
    "@popperjs/core": "2.11.2",
    "@reduxjs/toolkit": "1.8.1",
    "@testing-library/dom": "^8.17.1",
    "@testing-library/jest-dom": "5.16.2",
    "@testing-library/react": "12.1.2",
    "@testing-library/user-event": "13.5.0",
    "@udecode/zustood": "^1.1.1",
    "apexcharts": "^3.18.0",
    "apexcharts-clevision": "3.28.5",
    "aws-amplify": "^4.3.37",
    "axios": "^0.27.2",
    "axios-mock-adapter": "1.20.0",
    "chart.js": "3.9.1",
    "chartist": "0.10.1",
    "chroma-js": "2.4.2",
    "cleave.js": "1.6.0",
    "clipboard-copy": "4.0.1",
    "csstype": "^3.0.10",
    "date-fns": "2.27.0",
    "draft-js": "0.11.7",
    "dropzone": "5.9.2",
    "firebase": "9.7.0",
    "flatpickr": "4.6.13",
    "formik": "2.2.9",
    "history": "5.0.0",
    "html-react-parser": "3.0.4",
    "i18next": "21.7.1",
    "i18next-browser-languagedetector": "6.1.2",
    "i18next-http-backend": "1.3.1",
    "immer": "^9.0.15",
    "immutable": ">=4.0.0 <5.0.0",
    "jquery": "^3.6.0",
    "jsonwebtoken": "8.5.1",
    "jsvectormap": "1.5.1",
    "keen-slider": "6.6.14",
    "mdi-material-ui": "7.1.0",
    "nprogress": "0.2.0",
    "paper": "^0.12.15",
    "payment": "2.4.6",
    "prismjs": "1.25.0",
    "prop-types": ">=15.7.2 <16.0.0",
    "react-apexcharts": "1.3.9",
    "react-chartjs-2": "4.3.1",
    "react-credit-cards": "0.8.3",
    "react-datepicker": "4.5.0",
    "react-draft-wysiwyg": "1.14.7",
    "react-dropzone": "14.2.0",
    "react-flatpickr": "3.10.13",
    "react-github-btn": "1.3.0",
    "react-hook-form": "7.3.0",
    "react-hot-toast": "2.4.0",
    "react-i18next": "11.14.3",
    "react-images-viewer": "github:marty-mcgee/react-images-viewer#master",
    "react-native": "^0.70.2",
    "react-perfect-scrollbar": "1.5.8",
    "react-popper": "2.2.5",
    "react-quill": "1.3.5",
    "react-redux": "8.0.1",
    "react-table": "7.8.0",
    "react-to-pdf": "0.0.14",
    "recharts": "2.1.6",
    "regenerator-runtime": "0.13.9",
    "stylis": "^4.1.1",
    "stylis-plugin-rtl": "github:marty-mcgee/stylis-plugin-rtl#main",
    "tailwindcss": "^3.1.8",
    "wordpress-plugin": "^0.1.8-alpha",
    "yup": "0.32.11",
    "zustand": "^4.1.1"
  },
  "keywords": [
    "react",
    "react-three-fiber",
    "three",
    "threed",
    "threed.design",
    "threed-garden",
    "threedgarden",
    "threed.ai",
    "functional components",
    "functional nouns",
    "apollo client"
  ]
}
