{ "name": "neko-client", "version": "0.1.0", "description": "Client for neko streaming server", "license": "Apache License 2.0", "author": "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", "lint": "vue-cli-service lint" }, "dependencies": { "@fortawesome/fontawesome-free": "^5.12.0", "eventemitter3": "^4.0.0", "vue": "^2.6.10", "vue-class-component": "^7.0.2", "vue-notification": "^1.3.20", "vue-property-decorator": "^8.3.0", "typed-vuex": "^0.1.15", "vuex": "^3.1.2" }, "devDependencies": { "@vue/cli-plugin-eslint": "^4.1.0", "@vue/cli-plugin-typescript": "^4.1.0", "@vue/cli-plugin-vuex": "^4.1.0", "@vue/cli-service": "^4.1.0", "@vue/eslint-config-prettier": "^5.0.0", "@vue/eslint-config-typescript": "^4.0.0", "eslint": "^5.16.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-vue": "^5.0.0", "node-sass": "^4.12.0", "prettier": "^1.19.1", "sass-loader": "^8.0.0", "typescript": "~3.5.3", "vue-template-compiler": "^2.6.10" } }