{
  "name": "linna",
  "version": "6.4.19",
  "description": "Shared utility code and Vue component library.",
  "main": "index.js",
  "private": false,
  "files": [
    "components",
    "config",
    "directives",
    "log",
    "mixins",
    "services",
    "social",
    "styles",
    "vendor"
  ],
  "scripts": {
    "moabit:edge": "rm package-lock.json && rm -rf node_modules/moabit/ && npm i moabit",
    "dev": "npm run storybook",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook -o dist",
    "patch": "npm version patch -m \"New patch version\" && npm publish && git push -u origin HEAD --tags",
    "minor": "npm version minor -m \"New minor version\" && npm publish && git push -u origin HEAD --tags",
    "major": "npm version major -m \"New major version\" && npm publish && git push -u origin HEAD --tags",
    "lint": "npm run lint:js",
    "lint:js": "eslint --ext .js components config directives log mixins services social spec vendor",
    "lint:js:fix": "npm run lint:js -- --fix",
    "test": "npm run test:silent",
    "test:default": "jest --config jest.config.js",
    "test:silent": "npm run test:default -- --silent",
    "test:coverage": "npm run test:default -- --coverage",
    "test:watch": "npm run test:watch:silent",
    "test:watch:silent": "npm run test:default -- --watch --silent",
    "test:watch:verbose": "npm run test:default -- --watch",
    "link:self": "npm link",
    "unlink:self": "npm unlink",
    "netlify": "npm run test && npm run build-storybook"
  },
  "author": {
    "name": "Jerry Jäppinen",
    "url": "https://github.com/jerryjappinen"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jerryjappinen/linna.git"
  },
  "license": "",
  "dependencies": {
    "linna-util": "^5.0.17",
    "lodash": "^4.17.21",
    "markdown-it": "^12.3.2",
    "md5": "^2.3.0",
    "vue-slider-component": "^3.2.24"
  },
  "devDependencies": {
    "@babel/core": "^7.4.4",
    "@storybook/addon-actions": "^5.0.11",
    "@storybook/addon-links": "^5.0.11",
    "@storybook/addons": "^5.0.11",
    "@storybook/vue": "^5.0.11",
    "@vue/eslint-config-standard": "^4.0.0",
    "@vue/test-utils": "^1.0.3",
    "axios": "^0.19.2",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.1.0",
    "babel-loader": "^8.0.5",
    "babel-preset-vue": "^2.0.2",
    "base-64": "^0.1.0",
    "css-loader": "^2.1.1",
    "date-fns": "^2.8.1",
    "eslint": "^5.16.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-jest": "^22.5.1",
    "eslint-plugin-vue": "^5.2.2",
    "fast-safe-stringify": "^2.0.7",
    "highlight.js": "^10.1.2",
    "jest": "^26.4.0",
    "lozad": "^1.15.0",
    "moabit": "^2.6.2",
    "node-sass": "^4.12.0",
    "raf": "^3.4.1",
    "raw-loader": "^2.0.0",
    "remove-markdown": "^0.3.0",
    "rss-parser": "^3.9.0",
    "sass-loader": "^7.1.0",
    "sass-resources-loader": "^2.0.3",
    "vue": "^2.6.11",
    "vue-code-highlight": "^0.7.4",
    "vue-directive-long-press": "^1.1.0",
    "vue-highlightjs": "^1.3.3",
    "vue-images-loaded": "^1.1.2",
    "vue-jest": "^3.0.6",
    "vue-loader": "^15.9.3",
    "vue-svg-loader": "^0.16.0",
    "vue-template-compiler": "^2.6.11",
    "vuex": "^3.5.1"
  }
}
