{
  "name": "@collabcode/styleguide",
  "version": "0.0.17",
  "description": "CollabCode's styleguide",
  "main": "src/index.js",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^11.0.0",
    "@rollup/plugin-image": "^2.0.0",
    "@rollup/plugin-node-resolve": "^6.0.0",
    "cypress": "^3.8.1",
    "eslint": "^6.8.0",
    "eslint-plugin-chai-friendly": "^0.5.0",
    "eslint-plugin-cypress": "^2.8.1",
    "eslint-plugin-svelte3": "^2.7.3",
    "npm-run-all": "^4.1.5",
    "rollup": "^1.20.0",
    "rollup-plugin-livereload": "^1.0.0",
    "rollup-plugin-svelte": "^5.0.3",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-terser": "^5.1.2",
    "svelte": "^3.0.0"
  },
  "dependencies": {
    "@sveltech/routify": "^1.0.1-23",
    "sirv-cli": "^0.4.4",
    "start-server-and-test": "^1.10.6",
    "svelte-prism": "^1.0.5",
    "svelte-scrollto": "^0.1.1"
  },
  "scripts": {
    "cy:open": "cypress open",
    "cy:run": "cypress run",
    "build": "rollup -c",
    "dev": "run-p watch:routify watch:rollup",
    "watch:rollup": "rollup -c -w",
    "watch:routify": "routify",
    "start": "sirv public --single",
    "test": "start-server-and-test start http-get://localhost:5000 cy:run",
    "publish": "npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CollabCodeTech/styleguide.git"
  },
  "keywords": [
    "styleguide",
    "css",
    "svelte"
  ],
  "author": "CollabCode",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/CollabCodeTech/styleguide/issues"
  },
  "homepage": "https://github.com/CollabCodeTech/styleguide#readme"
}
