зеркало из https://github.com/nextcloud/spreed.git
117 строки
3.9 KiB
JSON
117 строки
3.9 KiB
JSON
{
|
|
"name": "talk",
|
|
"version": "21.0.0-dev.0",
|
|
"private": true,
|
|
"description": "",
|
|
"author": "Joas Schilling <coding@schilljs.com>",
|
|
"scripts": {
|
|
"build": "webpack --node-env production --progress",
|
|
"dev": "webpack --node-env development --progress",
|
|
"watch": "webpack --node-env development --progress --watch",
|
|
"serve": "webpack serve --node-env development --progress --allowed-hosts all",
|
|
"typescript:check": "tsc --noEmit",
|
|
"typescript:generate": "npx openapi-typescript -t",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"lint": "eslint --ext .js,.ts,.vue src",
|
|
"lint:fix": "eslint --ext .js,.ts,.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",
|
|
"analyze": "npm run analyze:stats && npm run analyze:serve",
|
|
"analyze:stats": "npm run build -- --json js/stats.json",
|
|
"analyze:serve": "webpack-bundle-analyzer js/stats.json js/",
|
|
"analyze:report": "webpack-bundle-analyzer js/stats.json js/ --mode static --report js/stats/report.html"
|
|
},
|
|
"dependencies": {
|
|
"@linusborg/vue-simple-portal": "^0.1.5",
|
|
"@nextcloud/auth": "^2.4.0",
|
|
"@nextcloud/axios": "^2.5.1",
|
|
"@nextcloud/browser-storage": "^0.4.0",
|
|
"@nextcloud/capabilities": "^1.2.0",
|
|
"@nextcloud/dialogs": "^6.0.1",
|
|
"@nextcloud/event-bus": "^3.3.1",
|
|
"@nextcloud/files": "^3.10.0",
|
|
"@nextcloud/initial-state": "^2.2.0",
|
|
"@nextcloud/l10n": "^3.0.0",
|
|
"@nextcloud/moment": "^1.3.1",
|
|
"@nextcloud/paths": "^2.2.1",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/sharing": "^0.2.3",
|
|
"@nextcloud/upload": "^1.7.0",
|
|
"@nextcloud/vue": "^8.21.0",
|
|
"@vueuse/components": "^11.3.0",
|
|
"@vueuse/core": "^11.2.0",
|
|
"blurhash": "^2.0.5",
|
|
"crypto-js": "^4.2.0",
|
|
"debounce": "^2.2.0",
|
|
"emoji-regex": "^10.4.0",
|
|
"escape-html": "^1.0.3",
|
|
"extendable-media-recorder": "^9.2.17",
|
|
"extendable-media-recorder-wav-encoder": "^7.0.121",
|
|
"hark": "^1.2.3",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-defaulticon-compatibility": "^0.1.2",
|
|
"libphonenumber-js": "^1.11.15",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"mockconsole": "0.0.1",
|
|
"pinia": "^2.2.8",
|
|
"ua-parser-js": "^2.0.0",
|
|
"util": "^0.12.5",
|
|
"vue": "^2.7.16",
|
|
"vue-cropperjs": "^4.2.0",
|
|
"vue-draggable-resizable": "^2.3.0",
|
|
"vue-frag": "^1.4.3",
|
|
"vue-material-design-icons": "^5.3.1",
|
|
"vue-router": "^3.6.5",
|
|
"vue-virtual-scroller": "^1.1.2",
|
|
"vue2-leaflet": "^2.7.1",
|
|
"vuex": "^3.6.2",
|
|
"webdav": "^5.7.1",
|
|
"webrtc-adapter": "^9.0.1",
|
|
"webrtcsupport": "^2.2.0",
|
|
"wildemitter": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/preset-env": "^7.26.0",
|
|
"@jest/globals": "^29.7.0",
|
|
"@nextcloud/babel-config": "^1.2.0",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^8.4.1",
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
|
"@nextcloud/webpack-vue-config": "^6.2.0",
|
|
"@types/jest": "^29.5.14",
|
|
"@vue/test-utils": "^1.3.6",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"@vue/vue2-jest": "^29.2.6",
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
|
"esbuild-loader": "^4.2.2",
|
|
"flush-promises": "^1.0.2",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-localstorage-mock": "^2.4.26",
|
|
"jest-mock-console": "^2.0.0",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"openapi-typescript": "^7.4.3",
|
|
"regenerator-runtime": "^0.14.1",
|
|
"ts-jest": "^29.2.5",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"wasm-check": "^2.1.2",
|
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
"worker-loader": "^3.0.8"
|
|
},
|
|
"browser": {
|
|
"fs": false
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"license": "agpl"
|
|
}
|