{
  "name": "neko-client",
  "version": "2.0.0",
  "description": "Client for neko streaming server",
  "license": "Apache License 2.0",
  "author": "Nurdism <https://github.com/nurdism>",
  "homepage": "https://github.com/nurdism/neko/client#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nurdism/neko.git"
  },
  "bugs": {
    "url": "https://github.com/nurdism/neko/issues"
  },
  "scripts": {
    "serve": "vue-cli-service serve --mode development",
    "build": "vue-cli-service build",
    "build:lib": "vue-cli-service build --target lib --name neko-lib 'src/lib.ts'",
    "build:emoji": "ts-node --files --project tools/tsconfig.json tools/emoji.ts",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^5.14.0",
    "animejs": "^3.2.0",
    "axios": "^0.21.1",
    "date-fns": "^2.16.1",
    "emoji-datasource": "^6.0.1",
    "emojilib": "^3.0.1",
    "eventemitter3": "^4.0.7",
    "resize-observer-polyfill": "^1.5.1",
    "simple-markdown": "^0.7.2",
    "sweetalert2": "^10.15.7",
    "typed-vuex": "^0.1.21",
    "v-tooltip": "^2.0.3",
    "vue": "^2.6.12",
    "vue-class-component": "^7.2.6",
    "vue-clickaway": "^2.2.2",
    "vue-context": "^5.2.0",
    "vue-i18n": "^8.21.1",
    "vue-notification": "^1.3.20",
    "vue-property-decorator": "^9.1.2",
    "vuex": "^3.5.1"
  },
  "devDependencies": {
    "@types/animejs": "^3.1.2",
    "@types/node": "^14.14.37",
    "@types/vue": "^2.0.0",
    "@types/vue-clickaway": "^2.2.0",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "@typescript-eslint/parser": "^4.19.0",
    "@vue/cli-plugin-babel": "^4.5.6",
    "@vue/cli-plugin-eslint": "^4.5.6",
    "@vue/cli-plugin-typescript": "^4.5.6",
    "@vue/cli-plugin-vuex": "^4.5.6",
    "@vue/cli-service": "^4.5.12",
    "@vue/eslint-config-prettier": "^6.0.0",
    "@vue/eslint-config-typescript": "^7.0.0",
    "core-js": "^3.9.1",
    "eslint": "^6.8.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-vue": "^7.8.0",
    "node-sass": "^5.0.0",
    "prettier": "^2.1.2",
    "sass-loader": "^10.1.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.3",
    "vue-template-compiler": "^2.6.12"
  }
}