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.
		
		
		
		
		
			
		
			
				
					
					
						
							109 lines
						
					
					
						
							3.4 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							109 lines
						
					
					
						
							3.4 KiB
						
					
					
				
								{
							 | 
						|
									"name": "talk",
							 | 
						|
									"version": "17.0.0-beta.1",
							 | 
						|
									"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",
							 | 
						|
										"test": "jest",
							 | 
						|
										"test:watch": "jest --watch",
							 | 
						|
										"test:coverage": "jest --coverage",
							 | 
						|
										"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": {
							 | 
						|
										"@linusborg/vue-simple-portal": "^0.1.5",
							 | 
						|
										"@nextcloud/auth": "^2.0.0",
							 | 
						|
										"@nextcloud/axios": "^2.3.0",
							 | 
						|
										"@nextcloud/browser-storage": "^0.2.0",
							 | 
						|
										"@nextcloud/capabilities": "^1.0.4",
							 | 
						|
										"@nextcloud/dialogs": "^4.0.1",
							 | 
						|
										"@nextcloud/event-bus": "^3.0.1",
							 | 
						|
										"@nextcloud/files": "^3.0.0-beta.9",
							 | 
						|
										"@nextcloud/initial-state": "^2.0.0",
							 | 
						|
										"@nextcloud/l10n": "^2.1.0",
							 | 
						|
										"@nextcloud/moment": "^1.2.1",
							 | 
						|
										"@nextcloud/paths": "^2.1.0",
							 | 
						|
										"@nextcloud/router": "^2.1.1",
							 | 
						|
										"@nextcloud/vue": "^7.11.2",
							 | 
						|
										"attachmediastream": "^2.1.0",
							 | 
						|
										"color.js": "^1.2.0",
							 | 
						|
										"crypto-js": "^4.1.1",
							 | 
						|
										"debounce": "^1.2.1",
							 | 
						|
										"emoji-mart-vue-fast": "^12.0.3",
							 | 
						|
										"emoji-regex": "^10.2.1",
							 | 
						|
										"escape-html": "^1.0.3",
							 | 
						|
										"extendable-media-recorder": "^7.1.14",
							 | 
						|
										"extendable-media-recorder-wav-encoder": "^7.0.87",
							 | 
						|
										"extendable-media-recorder-wav-encoder-worker": "^8.0.76",
							 | 
						|
										"hark": "^1.2.3",
							 | 
						|
										"leaflet": "^1.9.3",
							 | 
						|
										"leaflet-defaulticon-compatibility": "^0.1.1",
							 | 
						|
										"lodash": "^4.17.21",
							 | 
						|
										"mockconsole": "0.0.1",
							 | 
						|
										"nextcloud-vue-collections": "^0.11.1",
							 | 
						|
										"ua-parser-js": "^1.0.35",
							 | 
						|
										"url-parse": "^1.5.10",
							 | 
						|
										"util": "^0.12.5",
							 | 
						|
										"vue": "^2.7.14",
							 | 
						|
										"vue-cropperjs": "^4.2.0",
							 | 
						|
										"vue-frag": "^1.4.3",
							 | 
						|
										"vue-material-design-icons": "^5.2.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.6.5",
							 | 
						|
										"vue-shortkey": "^3.1.7",
							 | 
						|
										"vue2-leaflet": "^2.7.1",
							 | 
						|
										"vuex": "^3.6.2",
							 | 
						|
										"webdav": "^4.11.2",
							 | 
						|
										"webrtc-adapter": "^8.2.2",
							 | 
						|
										"webrtcsupport": "^2.2.0",
							 | 
						|
										"wildemitter": "^1.2.1",
							 | 
						|
										"workbox-webpack-plugin": "^6.5.4"
							 | 
						|
									},
							 | 
						|
									"devDependencies": {
							 | 
						|
										"@babel/core": "^7.21.8",
							 | 
						|
										"@babel/preset-env": "^7.21.5",
							 | 
						|
										"@nextcloud/babel-config": "^1.0.0",
							 | 
						|
										"@nextcloud/browserslist-config": "^2.3.0",
							 | 
						|
										"@nextcloud/eslint-config": "^8.2.1",
							 | 
						|
										"@nextcloud/stylelint-config": "^2.3.0",
							 | 
						|
										"@nextcloud/webpack-vue-config": "^5.5.1",
							 | 
						|
										"@vue/test-utils": "^1.3.5",
							 | 
						|
										"@vue/vue2-jest": "^29.2.4",
							 | 
						|
										"babel-loader-exclude-node-modules-except": "^1.2.1",
							 | 
						|
										"babel-plugin-add-module-exports": "^1.0.4",
							 | 
						|
										"flush-promises": "^1.0.2",
							 | 
						|
										"jest": "^29.5.0",
							 | 
						|
										"jest-environment-jsdom": "^29.5.0",
							 | 
						|
										"jest-localstorage-mock": "^2.4.26",
							 | 
						|
										"jest-mock-axios": "^4.7.1",
							 | 
						|
										"jest-mock-console": "^2.0.0",
							 | 
						|
										"jest-transform-stub": "^2.0.0",
							 | 
						|
										"regenerator-runtime": "^0.13.11",
							 | 
						|
										"terser-webpack-plugin": "^5.3.7",
							 | 
						|
										"vue-template-compiler": "^2.7.14",
							 | 
						|
										"wasm-check": "^2.1.2",
							 | 
						|
										"webpack-node-externals": "^3.0.0",
							 | 
						|
										"worker-loader": "^3.0.8"
							 | 
						|
									},
							 | 
						|
									"browser": {
							 | 
						|
										"fs": false
							 | 
						|
									},
							 | 
						|
									"browserslist": [
							 | 
						|
										"extends @nextcloud/browserslist-config"
							 | 
						|
									],
							 | 
						|
									"engines": {
							 | 
						|
										"node": "^16.0.0",
							 | 
						|
										"npm": "^7.0.0 || ^8.0.0"
							 | 
						|
									},
							 | 
						|
									"license": "agpl"
							 | 
						|
								}
							 |