You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
4.2 KiB
116 lines
4.2 KiB
{
|
|
"name": "talk",
|
|
"version": "23.0.0-dev.0",
|
|
"private": true,
|
|
"description": "",
|
|
"license": "agpl",
|
|
"author": "Joas Schilling <coding@schilljs.com>",
|
|
"browser": {
|
|
"fs": false
|
|
},
|
|
"scripts": {
|
|
"analyze": "npm run analyze:stats && npm run analyze:serve",
|
|
"analyze:report": "webpack-bundle-analyzer js/stats.json js/ --mode static --report js/stats/report.html",
|
|
"analyze:serve": "webpack-bundle-analyzer js/stats.json js/",
|
|
"analyze:stats": "npm run build -- --json js/stats.json",
|
|
"build": "node --max-old-space-size=4096 ./node_modules/webpack/bin/webpack.js --node-env production --progress",
|
|
"dev": "node --max-old-space-size=4096 ./node_modules/webpack/bin/webpack.js --node-env development --progress",
|
|
"lint": "eslint",
|
|
"lint:fix": "eslint --fix",
|
|
"serve": "node --max-old-space-size=4096 ./node_modules/webpack/bin/webpack.js serve --node-env development --progress --allowed-hosts all",
|
|
"stylelint": "stylelint \"css/*.css\" \"css/*.scss\" \"src/**/*.scss\" \"src/**/*.vue\"",
|
|
"stylelint:fix": "stylelint \"css/*.css\" \"css/*.scss\" \"src/**/*.scss\" \"src/**/*.vue\" --fix",
|
|
"test": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"typescript:check": "vue-tsc --noEmit",
|
|
"typescript:generate": "npx openapi-typescript -t",
|
|
"typescript:generate-core-types": "./src/types/generate-core-types.sh",
|
|
"watch": "node --max-old-space-size=4096 ./node_modules/webpack/bin/webpack.js --node-env development --progress --watch"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@matrix-org/olm": "^3.2.15",
|
|
"@nextcloud/auth": "^2.4.0",
|
|
"@nextcloud/axios": "^2.5.1",
|
|
"@nextcloud/browser-storage": "^0.4.0",
|
|
"@nextcloud/capabilities": "^1.2.0",
|
|
"@nextcloud/cdav-library": "^2.1.1",
|
|
"@nextcloud/dialogs": "^7.0.0-rc.2",
|
|
"@nextcloud/event-bus": "^3.3.2",
|
|
"@nextcloud/files": "^3.12.0",
|
|
"@nextcloud/initial-state": "^3.0.0",
|
|
"@nextcloud/l10n": "^3.4.0",
|
|
"@nextcloud/moment": "^1.3.5",
|
|
"@nextcloud/paths": "^2.2.1",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/sharing": "^0.3.0",
|
|
"@nextcloud/upload": "^2.0.0-rc.0",
|
|
"@nextcloud/vue": "^9.0.0-rc.8",
|
|
"@vue-leaflet/vue-leaflet": "^0.10.1",
|
|
"@vueuse/components": "^13.7.0",
|
|
"@vueuse/core": "^13.7.0",
|
|
"@vueuse/router": "^13.9.0",
|
|
"base64-js": "^1.5.1",
|
|
"blurhash": "^2.0.5",
|
|
"crypto-js": "^4.2.0",
|
|
"debounce": "^2.2.0",
|
|
"emoji-regex": "^10.5.0",
|
|
"entities": "^6.0.1",
|
|
"escape-html": "^1.0.3",
|
|
"extendable-media-recorder": "^9.2.29",
|
|
"extendable-media-recorder-wav-encoder": "^7.0.131",
|
|
"hark": "^1.2.3",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-defaulticon-compatibility": "^0.1.2",
|
|
"libphonenumber-js": "^1.12.15",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"mockconsole": "0.0.1",
|
|
"panzoom": "^9.4.3",
|
|
"pinia": "^3.0.3",
|
|
"ua-parser-js": "^2.0.4",
|
|
"util": "^0.12.5",
|
|
"uuid": "^11.1.0",
|
|
"vue": "^3.5.17",
|
|
"vue-cropperjs": "^5.0.0",
|
|
"vue-draggable-resizable": "^3.0.0",
|
|
"vue-material-design-icons": "^5.3.1",
|
|
"vue-router": "^4.5.1",
|
|
"vue-tsc": "^3.0.6",
|
|
"vue-virtual-scroller": "^2.0.0-beta.8",
|
|
"vuex": "^4.1.0",
|
|
"webdav": "^5.8.0",
|
|
"webrtc-adapter": "^9.0.3",
|
|
"webrtcsupport": "^2.2.0",
|
|
"wildemitter": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^9.0.0-rc.5",
|
|
"@nextcloud/stylelint-config": "^3.1.0",
|
|
"@nextcloud/webpack-vue-config": "^6.3.0",
|
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
|
"esbuild-loader": "^4.3.0",
|
|
"globals": "^16.2.0",
|
|
"jsdom": "^26.1.0",
|
|
"openapi-typescript": "^7.9.1",
|
|
"regenerator-runtime": "^0.14.1",
|
|
"stylelint-use-logical": "^2.1.2",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.2.4",
|
|
"wasm-check": "^2.1.2",
|
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
"worker-loader": "^3.0.8"
|
|
},
|
|
"engines": {
|
|
"node": "^22.0.0",
|
|
"npm": "^10.5.0"
|
|
}
|
|
}
|