{
  "name": "@progleasing/grit-universal",
  "version": "3.0.0",
  "description": "These are the universally accessible grit-core web components built with StencilJS",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "jsnext:main": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/grit-webcomponents/grit-webcomponents.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint",
      "pre-push": "npm run test"
    }
  },
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "start:no-open": "stencil build --dev --watch --serve --no-open",
    "start:edge": "stencil build --es5 --dev --watch --serve",
    "test": "npm run test:spec",
    "test:all": "stencil test --e2e --spec",
    "test:spec": "stencil test --spec --coverage",
    "test:e2e": "stencil test --e2e",
    "test:watch": "stencil test --spec  --coverage  --watchAll",
    "generate": "stencil generate",
    "lint": "eslint src --ext .ts,.tsx --max-warnings=0",
    "deploy:release": "npm i && npm run build --prod",
    "package:lib": "npm run build && npm pack",
    "test:ci": "stencil test --spec --browsers ChromeHeadless --coverage",
    "storybook": "npm run modify-gritzilla && start-storybook -p 6006 -c .storybook -s ./dist",
    "storybook:ssl": "npm run modify-gritzilla && start-storybook -p 6006 -c .storybook -s ./dist --https true --ssl-cert .certs/localhost.crt --ssl-key .certs/localhost.key",
    "modify-gritzilla": "node scripts/modify-gritzilla.js",
    "build-storybook": "npm run modify-gritzilla && build-storybook -s ./dist",
    "readme:NPM": "rm README.md && mv npm.README.md README.md",
    "prepublishOnly": "npm run readme:NPM"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@stencil/angular-output-target": "0.3.0",
    "@stencil/eslint-plugin": "^0.4.0",
    "@stencil/postcss": "^2.1.0",
    "@stencil/react-output-target": "^0.1.0",
    "@stencil/router": "^1.0.1",
    "@stencil/sass": "^1.3.2",
    "@storybook/addon-a11y": "^6.1.14",
    "@storybook/addon-actions": "^6.3.7",
    "@storybook/addon-backgrounds": "^6.3.6",
    "@storybook/addon-controls": "^6.3.4",
    "@storybook/addon-docs": "^6.0.21",
    "@storybook/addon-essentials": "^6.0.21",
    "@storybook/addon-links": "^6.0.21",
    "@storybook/addon-notes": "^5.3.21",
    "@storybook/addon-storysource": "^6.3.5",
    "@storybook/addon-viewport": "^6.1.14",
    "@storybook/html": "^6.0.21",
    "@storybook/preset-typescript": "^3.0.0",
    "@storybook/theming": "^6.3.7",
    "@types/jest": "26.0.14",
    "@typescript-eslint/eslint-plugin": "^4.0.0",
    "@typescript-eslint/parser": "^4.0.0",
    "autoprefixer": "^10.4.1",
    "babel-loader": "^8.1.0",
    "eslint": "^7.4.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-react": "^7.20.3",
    "fork-ts-checker-webpack-plugin": "^5.1.0",
    "husky": "^4.2.5",
    "indent-string": "^5.0.0",
    "jest": "^26.6.3",
    "jest-cli": "^26.5.3",
    "postcss": "^8.4.12",
    "puppeteer": "^10.0.0",
    "stencil-router-v2": "^0.6.0",
    "storybook-addon-designs": "^5.4.6",
    "ts-loader": "^8.0.3",
    "typescript": "^4.2.3"
  },
  "license": "MIT",
  "dependencies": {
    "@braintree/sanitize-url": "^5.0.2",
    "@progleasing/grit-universal-analytics": "^0.0.3-40",
    "@stencil/core": "^2.7.0",
    "jest-junit": "^11.1.0",
    "moment": "^2.27.0",
    "qr-code-styling": "^1.6.0-rc.1"
  }
}
