{
  "name": "@prisma/prisma-admin",
  "version": "0.2.26",
  "private": false,
  "homepage": "./",
  "main": "dist/index.js",
  "scripts": {
    "start": "react-scripts-ts start",
    "build": "react-scripts-ts build",
    "build-lib": "rimraf ./dist && yarn tsc && yarn build && cp ./public/favicon-32x32.png ./dist && cp ./build/static/js/main.*.js ./dist/app.js",
    "test": "react-scripts-ts test --env=jsdom",
    "eject": "react-scripts-ts eject",
    "jest": "jest",
    "prepublishOnly": "yarn build-lib",
    "analyze": "source-map-explorer build/static/js/main.*",
    "tsc": "tsc",
    "postpublish": "curl -X POST http://purge.jsdelivr.net/  -H 'cache-control: no-cache' -H 'content-type: application/json' -d '{\"path\": [\"/npm/@prisma/prisma-admin/dist/app.js\"]}'"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true,
    "trailingComma": "none"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@sentry/browser": "4.6.4",
    "@tippy.js/react": "^2.1.1",
    "@types/jest": "^24.0.11",
    "@types/react-redux": "^7.0.1",
    "@types/react-select": "^2.0.15",
    "@types/yup": "^0.26.8",
    "apollo-cache-inmemory": "^1.3.9",
    "apollo-utilities": "^1.0.25",
    "codemirror": "5.40.2",
    "codemirror-graphql": "timsuchanek/codemirror-graphql#details-fix",
    "cuid": "^2.1.4",
    "deepmerge": "^2.2.1",
    "electron-is-dev": "^1.0.1",
    "graphql": "14.0.2",
    "graphql-query-compress": "^1.1.0",
    "graphql-tag": "2.10.0",
    "immer": "^1.8.0",
    "is-electron": "^2.2.0",
    "lodash-es": "4.17.11",
    "marked": "^0.5.1",
    "polished": "2.2.0",
    "prettier": "^1.16.4",
    "prisma-datamodel": "^1.26.3",
    "query-string": "6.2.0",
    "react": "^16.8.1",
    "react-dom": "^16.8.1",
    "react-ga": "^2.5.7",
    "react-hotkeys": "^2.0.0-pre4",
    "react-input-autosize": "2.2.1",
    "react-redux": "5.0.7",
    "react-scripts": "^2.1.5",
    "react-scripts-ts": "^3.1.0",
    "react-select": "^2.4.2",
    "react-split-pane": "0.1.84",
    "react-window": "^1.2.4",
    "redux-box": "1.6.1",
    "redux-saga": "0.16.2",
    "source-map-explorer": "^1.7.0",
    "styled-components": "^4.1.2",
    "ts-clipboard": "^1.0.16",
    "yup": "^0.26.10"
  },
  "devDependencies": {
    "@types/codemirror": "0.0.61",
    "@types/graphql": "14.0.1",
    "@types/jest": "23.3.3",
    "@types/lodash-es": "4.17.1",
    "@types/lru-cache": "4.1.1",
    "@types/node": "10.11.0",
    "@types/react": "16.7.6",
    "@types/react-dom": "16.0.7",
    "@types/react-helmet": "5.0.7",
    "@types/styled-components": "^4.1.4",
    "babel-core": "6.26.3",
    "babel-jest": "23.6.0",
    "babel-runtime": "6.26.0",
    "electron": "3.0.7",
    "electron-builder": "^20.29.0",
    "jest": "~23.0.1",
    "jest-cli": "~23.0.1",
    "rimraf": "^2.6.3",
    "ts-jest": "~23.0.1",
    "ts-node": "^7.0.1",
    "typescript": "^3.1.6"
  }
}
