{
  "name": "localist-viewer",
  "version": "2.1.4",
  "description": "es5 module - Uses localist api to view events",
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/philwilliammee/localist-viewer"
  },
  "main": "build/index.js",
  "dependencies": {
    "@babel/cli": "^7.13.10",
    "@babel/preset-typescript": "^7.13.0",
    "@emotion/react": "^11.4.1",
    "@emotion/styled": "^11.3.0",
    "@mui/icons-material": "^5.0.0-rc.1",
    "@mui/lab": "^5.0.0-alpha.46",
    "@mui/material": "^5.0.0-rc.1",
    "@mui/styles": "^5.0.0-rc.1",
    "@reach/dialog": "^0.13.2",
    "@types/jest": "^27.0.1",
    "@types/node": "^16.9.1",
    "@types/react": "^17.0.20",
    "@types/react-dom": "^17.0.9",
    "@types/react-paginate": "^7.1.1",
    "axios": "^0.21.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-react-app": "^10.0.0",
    "build-url": "^6.0.1",
    "calendar-link": "^2.1.1",
    "cross-env": "^7.0.3",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-import": "^2.22.1",
    "graphql": "^15.5.3",
    "graphql.macro": "^1.4.2",
    "moment": "^2.29.1",
    "node-sass": "^5.0.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-paginate": "^7.1.0",
    "react-query": "^3.18.1",
    "react-scripts": "^4.0.3",
    "react-spring": "^8.0.27",
    "react-test-renderer": "^17.0.1",
    "text-clipper": "^2.1.0"
  },
  "scripts": {
    "start": "webpack --watch",
    "build": "webpack",
    "update:all": "npx npm-check -u",
    "rollup": "rollup --config"
  },
  "author": {
    "name": "PhilWilliammee",
    "email": "philwilliammee@gmail.com"
  },
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-react": "^7.14.5",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@rollup/plugin-replace": "^2.4.2",
    "@rollup/plugin-typescript": "^8.2.1",
    "babel-loader": "^8.2.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.53.1",
    "rollup-plugin-css-only": "^3.1.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-scss": "^3.0.0",
    "sass": "^1.35.2",
    "ts-loader": "^9.2.3",
    "typescript": "^4.3.5",
    "webpack": "^5.44.0",
    "webpack-cli": "^4.7.2"
  },
  "keywords": [
    "localist",
    "events",
    "cwd",
    "cwd_events"
  ]
}
