зеркало из https://github.com/nextcloud/spreed.git
105 строки
3.3 KiB
JSON
105 строки
3.3 KiB
JSON
{
|
|
"name": "talk",
|
|
"version": "13.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"author": "Joas Schilling <coding@schilljs.com>",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --progress --config webpack.js",
|
|
"dev": "NODE_ENV=development webpack --config webpack.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
|
|
"test:unit": "TZ=UTC vue-cli-service test:unit",
|
|
"test:coverage": "TZ=UTC vue-cli-service test:unit --coverage",
|
|
"test:watch": "TZ=UTC vue-cli-service test:unit --watchAll",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@juliushaertl/vue-richtext": "^0.3.3",
|
|
"@nextcloud/auth": "^1.3.0",
|
|
"@nextcloud/axios": "^1.7.0",
|
|
"@nextcloud/browser-storage": "^0.1.1",
|
|
"@nextcloud/capabilities": "^1.0.4",
|
|
"@nextcloud/dialogs": "^3.1.2",
|
|
"@nextcloud/event-bus": "^2.1.0",
|
|
"@nextcloud/initial-state": "^1.2.0",
|
|
"@nextcloud/l10n": "^1.4.1",
|
|
"@nextcloud/moment": "^1.1.1",
|
|
"@nextcloud/paths": "^2.1.0",
|
|
"@nextcloud/router": "^2.0.0",
|
|
"@nextcloud/vue": "^4.2.0",
|
|
"@nextcloud/vue-dashboard": "^2.0.1",
|
|
"attachmediastream": "^2.1.0",
|
|
"color.js": "^1.2.0",
|
|
"crypto-js": "^4.1.1",
|
|
"debounce": "^1.2.1",
|
|
"emoji-regex": "^10.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"extendable-media-recorder": "^6.5.9",
|
|
"extendable-media-recorder-wav-encoder": "^7.0.61",
|
|
"extendable-media-recorder-wav-encoder-worker": "^8.0.48",
|
|
"hark": "^1.2.3",
|
|
"leaflet": "^1.7.1",
|
|
"leaflet-defaulticon-compatibility": "^0.1.1",
|
|
"lodash": "^4.17.21",
|
|
"mockconsole": "0.0.1",
|
|
"nextcloud-vue-collections": "^0.9.0",
|
|
"sdp-transform": "^2.14.1",
|
|
"ua-parser-js": "^0.7.28",
|
|
"url-parse": "^1.5.3",
|
|
"util": "^0.12.4",
|
|
"vue": "^2.6.14",
|
|
"vue-at": "^2.5.0-beta.2",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-fragment": "^1.5.2",
|
|
"vue-material-design-icons": "^4.13.0",
|
|
"vue-observe-visibility": "^1.0.0",
|
|
"vue-outside-events": "^1.1.3",
|
|
"vue-prevent-unload": "^0.2.3",
|
|
"vue-resize": "^1.0.1",
|
|
"vue-router": "^3.5.2",
|
|
"vue-shortkey": "^3.1.7",
|
|
"vue2-leaflet": "^2.7.1",
|
|
"vuex": "^3.6.2",
|
|
"webdav": "^4.7.0",
|
|
"webrtc-adapter": "^8.1.0",
|
|
"webrtcsupport": "^2.2.0",
|
|
"wildemitter": "^1.2.1",
|
|
"workbox-webpack-plugin": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.0.0",
|
|
"@nextcloud/browserslist-config": "^2.2.0",
|
|
"@nextcloud/eslint-config": "^6.1.0",
|
|
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
|
|
"@nextcloud/webpack-vue-config": "^4.1.0",
|
|
"@vue/cli-plugin-unit-jest": "^4.5.14",
|
|
"@vue/cli-service": "^4.5.14",
|
|
"@vue/test-utils": "^1.2.2",
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
"jest-localstorage-mock": "^2.4.18",
|
|
"jest-mock-axios": "^4.4.1",
|
|
"jest-mock-console": "^1.2.3",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"terser-webpack-plugin": "^5.2.4",
|
|
"wasm-check": "^2.0.3",
|
|
"webpack-node-externals": "^3.0.0",
|
|
"worker-loader": "^3.0.8"
|
|
},
|
|
"browser": {
|
|
"fs": false
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=7.0.0"
|
|
},
|
|
"license": "agpl"
|
|
}
|