{
  "name": "lumen-cms",
  "version": "0.0.2",
  "description": "Module for a cms based on Nuxt and GraphQl",
  "license": "MIT",
  "contributors": [
    {
      "name": "Dominic Garms <djgarms@gmail.com>"
    }
  ],
  "main": "lib/module.js",
  "repository": "https://github.com/lumen-cms/lumen-cms",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev-fix": "nuxt test/fixture",
    "dev": "nuxt test/integration/article",
    "lint": "eslint --ignore-pattern '/lib/templates/plugins' --ext .js,.vue lib test",
    "test": "npm run lint && jest",
    "release": "standard-version && git push --follow-tags && npm publish",
    "analyze": "nuxt build test/integration/article -- --a"
  },
  "files": [
    "lib"
  ],
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true
  },
  "dependencies": {
    "@nuxtjs/apollo": "^3.0.6",
    "@nuxtjs/google-analytics": "^2.0.2",
    "@nuxtjs/sitemap": "0.1.1",
    "accept-language-parser": "^1.5.0",
    "apollo-link-error": "^1.0.9",
    "apollo-link-http": "1.5.4",
    "apollo-link-ws": "1.0.8",
    "apollo-utilities": "^1.0.11",
    "codemirror": "^5.36.0",
    "cookie": "^0.3.1",
    "css-loader": "^0.28.11",
    "graphql": "^0.13.2",
    "graphql-tag": "^2.8.0",
    "js-cookie": "^2.2.0",
    "lazysizes": "4.0.2",
    "lodash.debounce": "^4.0.8",
    "lodash.mergewith": "^4.6.1",
    "quill": "^1.3.6",
    "slugify": "^1.2.9",
    "style-loader": "^0.21.0",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.2",
    "subscriptions-transport-ws": "^0.9.7",
    "vue-i18n": "^7.6.0",
    "vue-ls": "^3.0.3",
    "vuetify": "1.0.16"
  },
  "devDependencies": {
    "babel-eslint": "8.2.3",
    "codecov": "latest",
    "eslint": "latest",
    "eslint-config-standard": "latest",
    "eslint-plugin-import": "2.11.0",
    "eslint-plugin-jest": "21.15.0",
    "eslint-plugin-node": "latest",
    "eslint-plugin-promise": "latest",
    "eslint-plugin-standard": "latest",
    "eslint-plugin-vue": "latest",
    "jest": "latest",
    "jsdom": "^11.8.0",
    "nuxt": "latest",
    "standard-version": "latest"
  }
}
