{
  "name": "@itcenteratunihelsinki/huds-lib",
  "version": "0.0.20",
  "description": "Helsinki University Design System library",
  "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",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs && yarn pretty-quick",
    "prepare": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "watchdocs": "node watchdocs.js",
    "build.watch": "stencil build --docs --watch --serve"
  },
  "devDependencies": {
    "@stencil/core": "^1.14.0",
    "@stencil/react-output-target": "^0.0.6",
    "@stencil/sass": "^1.3.1",
    "@types/jest": "25.2.3",
    "@types/jest-axe": "^3.2.2",
    "@types/puppeteer": "3.0.0",
    "husky": "4.2.5",
    "jest": "26.0.1",
    "jest-axe": "^3.4.0",
    "jest-cli": "26.0.1",
    "prettier": "2.0.5",
    "pretty-quick": "2.0.1",
    "puppeteer": "3.1.0",
    "stylelint-config-recommended": "^3.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "@stencil/postcss": "^1.0.1",
    "@types/autoprefixer": "^9.7.2",
    "autoprefixer": "^9.8.0",
    "breakpoint-sass": "^2.7.1",
    "concurrently": "^5.2.0",
    "emotion": "^10.0.27",
    "minimist": "^1.2.0",
    "node-sass": "^4.14.1",
    "postcss-import": "^12.0.1",
    "resize-observer-polyfill": "1.0.0",
    "tailwindcss": "^1.4.6"
  },
  "browserslist": [
    "last 2 versions"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  }
}