{
  "name": "pe-web-components",
  "version": "0.0.17",
  "description": "ProctorExam web components library.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/pe-web-components/pe-web-components.esm.js",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/proctorexam1/experiments/pe-web-components.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.spec": "stencil test --spec --colors",
    "test.e2e": "stencil test --e2e --colors",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "lint": "eslint \"src/**/*.{ts,tsx}\" --fix",
    "prettier": "prettier src --write",
    "prepare": "husky install",
    "storybook.run": "start-storybook -p 6006",
    "storybook": "npm-run-all --parallel build storybook.run",
    "build-storybook": "build-storybook -c ./.storybook -o ./storybook"
  },
  "dependencies": {
    "@stencil/core": "^2.13.0",
    "axios": "^0.26.1"
  },
  "devDependencies": {
    "@babel/core": "^7.17.5",
    "@stencil/eslint-plugin": "^0.4.0",
    "@stencil/sass": "^1.5.2",
    "@storybook/addon-actions": "^6.4.19",
    "@storybook/addon-essentials": "^6.4.19",
    "@storybook/addon-links": "^6.4.19",
    "@storybook/addon-notes": "^5.3.21",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/addon-viewport": "^6.1.7",
    "@storybook/html": "^6.4.19",
    "@types/jest": "^27.0.3",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "babel-loader": "^8.2.3",
    "case": "^1.6.3",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-react": "^7.28.0",
    "husky": "^7.0.4",
    "jest": "^27.4.5",
    "jest-cli": "^27.4.5",
    "npm-run-all": "^4.1.5",
    "prettier": "2.6.2",
    "puppeteer": "^10.0.0",
    "stencil-inline-svg": "^1.1.0",
    "typescript": "^4.5.5"
  }
}
