зеркало из https://github.com/nextcloud/spreed.git
108 строки
3.4 KiB
JSON
108 строки
3.4 KiB
JSON
{
|
|
"name": "talk",
|
|
"version": "11.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"author": "Joas Schilling <coding@schilljs.com>",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:watch": "vue-cli-service test:unit --watchAll",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"dev": "NODE_ENV=development webpack --config webpack.dev.js",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
|
|
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js"
|
|
},
|
|
"dependencies": {
|
|
"@juliushaertl/vue-richtext": "^0.3.3",
|
|
"@nextcloud/auth": "^1.3.0",
|
|
"@nextcloud/axios": "^1.4.0",
|
|
"@nextcloud/browser-storage": "^0.1.1",
|
|
"@nextcloud/dialogs": "^3.0.0",
|
|
"@nextcloud/event-bus": "^1.2.0",
|
|
"@nextcloud/initial-state": "^1.2.0",
|
|
"@nextcloud/l10n": "^1.4.1",
|
|
"@nextcloud/moment": "^1.1.1",
|
|
"@nextcloud/router": "^1.2.0",
|
|
"@nextcloud/vue": "^2.7.0",
|
|
"@nextcloud/vue-dashboard": "^1.0.1",
|
|
"attachmediastream": "^2.1.0",
|
|
"crypto-js": "^4.0.0",
|
|
"debounce": "^1.2.0",
|
|
"emoji-regex": "^9.2.0",
|
|
"escape-html": "^1.0.3",
|
|
"hark": "^1.2.3",
|
|
"lodash": "^4.17.20",
|
|
"mockconsole": "0.0.1",
|
|
"nextcloud-vue-collections": "^0.8.1",
|
|
"sdp-transform": "^2.14.0",
|
|
"ua-parser-js": "^0.7.22",
|
|
"url-parse": "^1.4.7",
|
|
"util": "^0.12.3",
|
|
"vue": "^2.6.12",
|
|
"vue-at": "^2.5.0-beta.2",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-fragment": "^1.5.1",
|
|
"vue-material-design-icons": "^4.10.0",
|
|
"vue-observe-visibility": "^0.4.6",
|
|
"vue-prevent-unload": "^0.2.3",
|
|
"vue-resize": "^0.5.0",
|
|
"vue-router": "^3.4.7",
|
|
"vue-shortkey": "^3.1.7",
|
|
"vuex": "^3.5.1",
|
|
"webdav": "^3.6.1",
|
|
"webrtc-adapter": "^7.7.0",
|
|
"webrtcsupport": "^2.2.0",
|
|
"wildemitter": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/runtime": "^7.12.1",
|
|
"@nextcloud/browserslist-config": "^1.0.0",
|
|
"@nextcloud/eslint-config": "^1.2.0",
|
|
"@nextcloud/eslint-plugin": "^1.5.0",
|
|
"@vue/cli-plugin-unit-jest": "^4.5.8",
|
|
"@vue/cli-service": "^4.5.8",
|
|
"@vue/test-utils": "^1.1.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-loader-exclude-node-modules-except": "^1.0.3",
|
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
"css-loader": "^3.6.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-import-resolver-webpack": "^0.13.0",
|
|
"eslint-loader": "^3.0.4",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.2",
|
|
"eslint-plugin-vue": "^5.2.3",
|
|
"node-sass": "^4.14.1",
|
|
"sass-loader": "^10.0.4",
|
|
"style-loader": "^2.0.0",
|
|
"stylelint": "^13.7.2",
|
|
"stylelint-config-recommended-scss": "^4.2.0",
|
|
"stylelint-scss": "^3.18.0",
|
|
"stylelint-webpack-plugin": "^2.1.1",
|
|
"url-loader": "^4.1.1",
|
|
"vue-loader": "^15.9.3",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^4.1.0",
|
|
"webpack-merge": "^5.2.0",
|
|
"webpack-node-externals": "^2.5.2"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"license": "agpl"
|
|
}
|