{
  "name": "@ionic-internal/sites-shared",
  "version": "1.1.1",
  "description": "Stencil Component Starter",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/ionic-site-shared/ionic-site-shared.js",
  "files": [
    "dist/",
    "loader/",
    "www/assets"
  ],
  "scripts": {
    "tokens": "tsc -p scripts/tsconfig.json && node scripts/token-transform.js && tsc --declaration src/core/tokens/tokens.ts",
    "build": "npm run tokens && stencil build --docs",
    "start": "npm run tokens && stencil build --dev --watch --serve",
    "test.old": "stencil test --spec --e2e",
    "test": "",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "shipit": "npm run build && np"
  },
  "prettier": "@ionic/prettier-config",
  "dependencies": {
    "prismic-helpers": "^1.0.3",
    "prismic-richtext": "^1.0.3",
    "stencil-router-v2": "^0.5.0"
  },
  "devDependencies": {
    "@ionic/prettier-config": "^1.0.0",
    "@stencil/core": "^1.12.2",
    "@stencil/sass": "^1.3.1",
    "@types/fs-extra": "^9.0.1",
    "@types/jest": "24.9.1",
    "@types/js-yaml": "^3.12.5",
    "@types/puppeteer": "2.0.1",
    "fs-extra": "^9.0.1",
    "jest": "24.9.0",
    "jest-cli": "24.9.0",
    "js-yaml": "^3.14.0",
    "np": "^6.2.3",
    "prismic-dom": "^2.2.3",
    "prismic-javascript": "^2.7.1",
    "puppeteer": "2.1.1"
  },
  "np": {
    "anyBranch": true
  },
  "license": "MIT"
}
