{ "name": "talk", "description": "", "version": "8.0.0", "author": "Joas Schilling ", "license": "agpl", "private": true, "scripts": { "dev": "NODE_ENV=development webpack --config webpack.dev.js", "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js", "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js", "lint": "eslint --ext .js,.vue src", "lint:fix": "eslint --ext .js,.vue src --fix", "stylelint": "stylelint -f verbose --config .stylelintrc src", "stylelint:fix": "stylelint --config .stylelintrc src --fix" }, "dependencies": { "@nextcloud/auth": "^1.1.0", "@nextcloud/axios": "^1.1.0", "@nextcloud/dialogs": "^1.0.0", "@nextcloud/initial-state": "^1.0.0", "@nextcloud/l10n": "^1.0.0", "@nextcloud/moment": "^1.0.0", "@nextcloud/router": "^1.0.0", "@nextcloud/vue": "^1.2.5", "attachmediastream": "^2.1.0", "crypto-js": "^3.1.9-1", "debounce": "^1.2.0", "emoji-regex": "^8.0.0", "escape-html": "^1.0.3", "hark": "^1.2.3", "mockconsole": "0.0.1", "nextcloud-vue-collections": "^0.7.1", "util": "^0.12.1", "vue": "^2.6.11", "vue-at": "^2.5.0-beta.2", "vue-clipboard2": "^0.3.1", "vue-fragment": "^1.5.1", "vue-observe-visibility": "^0.4.6", "vue-prevent-unload": "^0.2.3", "vue-router": "^3.1.3", "vue-scroll": "^2.1.13", "vuex": "^3.1.2", "webrtc-adapter": "^7.3.0", "webrtcsupport": "^2.2.0", "wildemitter": "^1.2.1" }, "browserslist": [ "extends @nextcloud/browserslist-config" ], "engines": { "node": ">=10.0.0" }, "devDependencies": { "@babel/core": "^7.7.7", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.7.7", "@babel/runtime": "^7.7.7", "@nextcloud/browserslist-config": "^1.0.0", "@vue/test-utils": "^1.0.0-beta.30", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "babel-plugin-add-module-exports": "^1.0.2", "css-loader": "^3.4.1", "eslint": "^5.16.0", "eslint-config-nextcloud": "^0.1.1", "eslint-config-standard": "^12.0.0", "eslint-import-resolver-webpack": "^0.12.0", "eslint-loader": "^3.0.3", "eslint-plugin-import": "^2.19.1", "eslint-plugin-nextcloud": "^0.3.0", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eslint-plugin-vue": "^5.2.3", "node-sass": "^4.13.0", "sass-loader": "^7.3.1", "stylelint": "^8.4.0", "stylelint-config-recommended-scss": "^3.3.0", "stylelint-scss": "^3.13.0", "stylelint-webpack-plugin": "^0.10.5", "vue-loader": "^15.8.3", "vue-template-compiler": "^2.6.11", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "webpack-merge": "^4.2.2", "webpack-node-externals": "^1.7.2" } }