{
  "name": "@parameter1/base-cms-marko-web-theme-default",
  "version": "4.80.4",
  "description": "Default theme for Marko BaseCMS websites",
  "author": "Jacob Bare <jacob@parameter1.com>",
  "main": "index.js",
  "license": "MIT",
  "repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-theme-default",
  "scripts": {
    "lint:fix": "yarn lint --fix",
    "lint": "eslint --ext .js --ext .vue --max-warnings 5 ./",
    "compile": "basecms-marko-compile compile",
    "prepublish": "yarn compile --silent",
    "test": "yarn compile --no-clean && yarn lint"
  },
  "dependencies": {
    "@parameter1/base-cms-marko-web-icons": "^4.80.4",
    "@parameter1/base-cms-object-path": "^4.74.0",
    "@parameter1/base-cms-utils": "^4.74.0",
    "bootstrap": "^4.6.2",
    "graphql": "^14.7.0",
    "graphql-tag": "^2.12.6"
  },
  "peerDependencies": {
    "@parameter1/base-cms-marko-core": "^4.0.0",
    "@parameter1/base-cms-marko-web": "^4.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4fd412c5cfc8aff9bc727820ea0441ecfb1d9764"
}
