{
  "name": "@wgnhs/elements",
  "version": "0.2.8",
  "description": "Generic Layout Web Components for WGNHS apps",
  "repository": {
    "type": "git",
    "url": "https://github.com/wgnhs/wgnhs-elements.git"
  },
  "author": {
    "name": "Wisconsin Geological and Natural History Survey",
    "email": "devops@wgnhs.wisc.edu",
    "url": "https://wgnhs.wisc.edu"
  },
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "run-s build:clean build:prepare build:start",
    "build:clean": "rimraf dist",
    "build:prepare": "mkdirp dist",
    "build:start": "run-p build:rollup build:copy-resources",
    "build:rollup": "rollup -c",
    "build:copy-resources": "cpy \"*.html\" css/ dist/ --parents",
    "develop": "run-s build:copy-resources develop:watch",
    "develop:watch": "run-p develop:watch-build develop:watch-copy develop:serve",
    "develop:watch-build": "rollup -c -w",
    "develop:watch-copy": "onchange \"*.html\" \"css/*\" -- npx cpy {{changed}} dist/ --parents",
    "develop:serve": "live-server --port=8081 --no-css-inject --mount=/wgnhs-elements/:dist/ --open=/wgnhs-elements/ --wait=1000 dist/",
    "start": "run-s develop",
    "pages": "run-s build pages:ghpages",
    "pages:ghpages": "gh-pages -d dist",
    "release": "run-s release:install build release:config release:version",
    "release:install": "npm ci",
    "release:config": "npm config set access public",
    "release:version": "npm version patch",
    "postversion": "run-s postversion:push-tags postversion:publish pages:ghpages",
    "postversion:publish": "npm publish",
    "postversion:push-tags": "git push && git push --tags"
  },
  "devDependencies": {
    "cpy-cli": "^2.0.0",
    "gh-pages": "^2.0.1",
    "live-server": "^1.2.1",
    "mkdirp": "^0.5.1",
    "npm-run-all": "^4.1.5",
    "onchange": "^6.0.0",
    "rimraf": "^2.6.3",
    "rollup": "^1.12.3",
    "rollup-plugin-filesize": "^6.1.0",
    "rollup-plugin-minify-es": "^1.1.1",
    "rollup-plugin-minify-html-literals": "^1.2.2",
    "rollup-plugin-node-resolve": "^5.0.1",
    "rollup-plugin-string": "^3.0.0",
    "rollup-plugin-url-resolve": "^0.1.1"
  },
  "dependencies": {
    "@uirouter/core": "^6.0.8",
    "lit-element": "^2.1.0"
  }
}
