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