{
  "name": "graphene-cms",
  "version": "0.0.11",
  "description": "Graphene CMS",
  "main": "api/dist/index.js",
  "types": "api/dist",
  "collection": "ui/dist/collection/collection-manifest.json",
  "collection:main": "ui/dist/collection/index.js",
  "unpkg": "ui/dist/graphene-admin/graphene-admin.js",
  "license": "MIT",
  "homepage": "https://github.com/IZEDx/graphene#readme",
  "bugs": {
    "url": "https://github.com/IZEDx/graphene/issues"
  },
  "author": {
    "name": "Niklas Kühtmann",
    "email": "nk@ized.io",
    "url": "https://github.com/IZEDx/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/IZEDx/graphene.git"
  },
  "scripts": {
    "build": "npm run build:api & npm run build:ui",
    "build:api": "cd ./api && npm run build",
    "build:ui": "cd ./ui && npm run build",
    "dev": "npm run dev:ui & npm run dev:api",
    "dev:api": "cd ./api && npm run dev",
    "dev:ui": "cd ./ui && npm run dev",
    "start": "nodemon --watch api/dev bin/graphene-cms.js"
  },
  "files": [
    "api/package.json",
    "api/dist",
    "ui/package.json",
    "ui/LICENSE",
    "ui/dist",
    "ui/docs",
    "ui/loader",
    "ui/www"
  ],
  "dependencies": {
    "apollo-server-express": "^2.9.16",
    "bcryptjs": "^2.4.3",
    "chalk": "^3.0.0",
    "change-case": "^4.1.1",
    "compression": "^1.7.4",
    "cookie-parser": "^1.4.4",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "express-jwt": "^5.3.1",
    "graphql": "^14.6.0",
    "graphql-depth-limit": "^1.1.0",
    "graphql-import": "^1.0.0-beta.2",
    "graphql-import-node": "0.0.4",
    "graphql-request": "^1.8.2",
    "jsonwebtoken": "^8.5.1",
    "object-hash": "^2.0.1",
    "reflect-metadata": "^0.1.13",
    "ssha": "^1.0.1",
    "tracer": "^1.0.2",
    "type-graphql": "^0.17.6",
    "typedi": "^0.8.0",
    "typeorm": "^0.2.22"
  },
  "devDependencies": {
    "@graphql-codegen/visitor-plugin-common": "^1.12.2",
    "@stencil/core": "^1.17.3",
    "@stencil/router": "^1.0.1",
    "@stencil/sass": "^1.1.1",
    "@types/bcryptjs": "^2.4.2",
    "@types/compression": "^1.0.1",
    "@types/cookie-parser": "^1.4.2",
    "@types/cors": "^2.8.6",
    "@types/express": "^4.17.2",
    "@types/express-jwt": "^0.0.42",
    "@types/graphql": "^14.0.7",
    "@types/graphql-depth-limit": "^1.1.2",
    "@types/jsonwebtoken": "^8.3.7",
    "@types/node": "^14.6.0",
    "@types/nodemon": "^1.19.0",
    "@types/object-hash": "^1.3.1",
    "@types/sqlite3": "^3.1.6",
    "@types/tinymce": "^4.5.23",
    "bulma": "^0.8.0",
    "bulma-dashboard": "^0.3.1",
    "bulma-pageloader": "^0.3.0",
    "bulma-switch": "^2.0.0",
    "bulma-toast": "^1.5.4",
    "nodemon": "^2.0.2",
    "parcel": "^1.12.4",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "stencil-quantum": "^1.0.0-alpha.15",
    "tinymce": "^5.2.0",
    "typescript": "latest"
  },
  "peerDependencies": {
    "mssql": "^6.1.0",
    "mysql": "^2.18.1",
    "pg": "^7.18.2",
    "sql.js": "^1.1.0",
    "sqlite3": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "mssql": {
      "optional": true
    },
    "mysql": {
      "optional": true
    },
    "pg": {
      "optional": true
    },
    "sql.js": {
      "optional": true
    },
    "sqlite3": {
      "optional": true
    }
  },
  "resolutions": {
    "class-validator": "0.11.0"
  }
}
