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.
		
		
		
		
		
			
		
			
				
					
					
						
							166 lines
						
					
					
						
							4.9 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							166 lines
						
					
					
						
							4.9 KiB
						
					
					
				
								{
							 | 
						|
								  "name": "nextcloud",
							 | 
						|
								  "version": "1.0.0",
							 | 
						|
								  "description": "Nextcloud Server",
							 | 
						|
								  "private": true,
							 | 
						|
								  "directories": {
							 | 
						|
								    "lib": "lib",
							 | 
						|
								    "test": "tests"
							 | 
						|
								  },
							 | 
						|
								  "scripts": {
							 | 
						|
								    "build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
							 | 
						|
								    "dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
							 | 
						|
								    "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
							 | 
						|
								    "lint": "eslint '**/src/**/*.{vue,js}'",
							 | 
						|
								    "lint:fix": "eslint '**/src/**/*.{vue,js}' --fix",
							 | 
						|
								    "test": "jest",
							 | 
						|
								    "test:watch": "jest --watch",
							 | 
						|
								    "test:jsunit": "karma start tests/karma.config.js --single-run"
							 | 
						|
								  },
							 | 
						|
								  "repository": {
							 | 
						|
								    "type": "git",
							 | 
						|
								    "url": "https://github.com/nextcloud/server.git"
							 | 
						|
								  },
							 | 
						|
								  "keywords": [
							 | 
						|
								    "nextcloud"
							 | 
						|
								  ],
							 | 
						|
								  "license": "AGPL-3.0-or-later",
							 | 
						|
								  "dependencies": {
							 | 
						|
								    "@chenfengyuan/vue-qrcode": "^1.0.2",
							 | 
						|
								    "@nextcloud/auth": "^1.3.0",
							 | 
						|
								    "@nextcloud/axios": "^1.9.0",
							 | 
						|
								    "@nextcloud/calendar-availability-vue": "^0.3.1",
							 | 
						|
								    "@nextcloud/capabilities": "^1.0.4",
							 | 
						|
								    "@nextcloud/dialogs": "^3.1.2",
							 | 
						|
								    "@nextcloud/event-bus": "^2.1.1",
							 | 
						|
								    "@nextcloud/files": "^2.1.0",
							 | 
						|
								    "@nextcloud/initial-state": "^1.2.1",
							 | 
						|
								    "@nextcloud/jcrop": "^0.10.0",
							 | 
						|
								    "@nextcloud/l10n": "^1.4.1",
							 | 
						|
								    "@nextcloud/logger": "^2.1.0",
							 | 
						|
								    "@nextcloud/moment": "^1.2.0",
							 | 
						|
								    "@nextcloud/password-confirmation": "^1.0.1",
							 | 
						|
								    "@nextcloud/paths": "^2.1.0",
							 | 
						|
								    "@nextcloud/router": "^2.0.0",
							 | 
						|
								    "@nextcloud/sharing": "^0.1.0",
							 | 
						|
								    "@nextcloud/vue": "^5.2.1",
							 | 
						|
								    "@nextcloud/vue-dashboard": "^2.0.1",
							 | 
						|
								    "autosize": "^5.0.1",
							 | 
						|
								    "backbone": "^1.4.1",
							 | 
						|
								    "blueimp-md5": "^2.19.0",
							 | 
						|
								    "bootstrap": "^4.6.0",
							 | 
						|
								    "buffer": "^6.0.3",
							 | 
						|
								    "camelcase": "^6.3.0",
							 | 
						|
								    "clipboard": "^2.0.10",
							 | 
						|
								    "core-js": "^3.21.1",
							 | 
						|
								    "css-vars-ponyfill": "^2.4.7",
							 | 
						|
								    "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
							 | 
						|
								    "debounce": "^1.2.1",
							 | 
						|
								    "dompurify": "^2.3.6",
							 | 
						|
								    "escape-html": "^1.0.3",
							 | 
						|
								    "handlebars": "^4.7.7",
							 | 
						|
								    "ical.js": "^1.4.0",
							 | 
						|
								    "jquery": "~3.6",
							 | 
						|
								    "jquery-migrate": "~3.4",
							 | 
						|
								    "jquery-ui": "^1.13.1",
							 | 
						|
								    "jquery-ui-dist": "^1.13.1",
							 | 
						|
								    "jstimezonedetect": "^1.0.7",
							 | 
						|
								    "lodash": "^4.17.21",
							 | 
						|
								    "marked": "^4.0.12",
							 | 
						|
								    "moment": "^2.29.1",
							 | 
						|
								    "moment-timezone": "^0.5.34",
							 | 
						|
								    "nextcloud-vue-collections": "^0.9.0",
							 | 
						|
								    "p-limit": "^4.0.0",
							 | 
						|
								    "p-queue": "^7.2.0",
							 | 
						|
								    "path": "^0.12.7",
							 | 
						|
								    "query-string": "^7.1.1",
							 | 
						|
								    "regenerator-runtime": "^0.13.9",
							 | 
						|
								    "select2": "3.5.1",
							 | 
						|
								    "snap.js": "^2.0.9",
							 | 
						|
								    "stream-browserify": "^3.0.0",
							 | 
						|
								    "strengthify": "github:nextcloud/strengthify#0.5.9",
							 | 
						|
								    "underscore": "1.12.0",
							 | 
						|
								    "url-search-params-polyfill": "^8.1.1",
							 | 
						|
								    "v-click-outside": "^3.1.2",
							 | 
						|
								    "v-tooltip": "^2.1.3",
							 | 
						|
								    "vue": "^2.6.14",
							 | 
						|
								    "vue-click-outside": "^1.1.0",
							 | 
						|
								    "vue-clipboard2": "^0.3.3",
							 | 
						|
								    "vue-infinite-loading": "^2.4.5",
							 | 
						|
								    "vue-localstorage": "^0.6.2",
							 | 
						|
								    "vue-material-design-icons": "^5.0.0",
							 | 
						|
								    "vue-multiselect": "^2.1.6",
							 | 
						|
								    "vue-router": "^3.5.3",
							 | 
						|
								    "vuedraggable": "^2.24.3",
							 | 
						|
								    "vuex": "^3.6.2",
							 | 
						|
								    "vuex-router-sync": "^5.0.0",
							 | 
						|
								    "webdav": "^4.8.0"
							 | 
						|
								  },
							 | 
						|
								  "devDependencies": {
							 | 
						|
								    "@nextcloud/babel-config": "^1.0.0",
							 | 
						|
								    "@nextcloud/browserslist-config": "^2.2.0",
							 | 
						|
								    "@nextcloud/eslint-config": "^7.0.2",
							 | 
						|
								    "@nextcloud/stylelint-config": "^2.1.2",
							 | 
						|
								    "@testing-library/jest-dom": "^5.16.3",
							 | 
						|
								    "@testing-library/user-event": "^13.5.0",
							 | 
						|
								    "@testing-library/vue": "^5.8.2",
							 | 
						|
								    "@vue/test-utils": "^1.3.0",
							 | 
						|
								    "babel-loader": "^8.2.4",
							 | 
						|
								    "babel-loader-exclude-node-modules-except": "^1.2.1",
							 | 
						|
								    "css-loader": "^6.7.1",
							 | 
						|
								    "eslint-plugin-es": "^4.1.0",
							 | 
						|
								    "eslint-webpack-plugin": "^3.1.1",
							 | 
						|
								    "exports-loader": "^3.1.0",
							 | 
						|
								    "file-loader": "^6.2.0",
							 | 
						|
								    "handlebars": "^4.7.7",
							 | 
						|
								    "handlebars-loader": "^1.7.1",
							 | 
						|
								    "jasmine-core": "~2.5.2",
							 | 
						|
								    "jasmine-sinon": "^0.4.0",
							 | 
						|
								    "jest": "^26.6.3",
							 | 
						|
								    "jsdoc": "^3.6.10",
							 | 
						|
								    "jsdom": "^19.0.0",
							 | 
						|
								    "karma": "^6.3.17",
							 | 
						|
								    "karma-chrome-launcher": "^3.1.1",
							 | 
						|
								    "karma-coverage": "2.2.0",
							 | 
						|
								    "karma-jasmine": "^1.1.2",
							 | 
						|
								    "karma-jasmine-sinon": "^1.0.4",
							 | 
						|
								    "karma-spec-reporter": "^0.0.33",
							 | 
						|
								    "karma-viewport": "^1.0.8",
							 | 
						|
								    "node-sass": "~7.0.1",
							 | 
						|
								    "puppeteer": "^13.5.1",
							 | 
						|
								    "regextras": "^0.8.0",
							 | 
						|
								    "sass": "^1.49.9",
							 | 
						|
								    "sass-loader": "^12.6.0",
							 | 
						|
								    "sinon": "<= 5.0.7",
							 | 
						|
								    "style-loader": "^3.3.1",
							 | 
						|
								    "vue-jest": "^4.0.1",
							 | 
						|
								    "vue-loader": "^15.9.8",
							 | 
						|
								    "vue-template-compiler": "^2.6.14",
							 | 
						|
								    "webpack": "^5.70.0",
							 | 
						|
								    "webpack-cli": "^4.9.2",
							 | 
						|
								    "webpack-merge": "^5.8.0"
							 | 
						|
								  },
							 | 
						|
								  "browserslist": [
							 | 
						|
								    "extends @nextcloud/browserslist-config"
							 | 
						|
								  ],
							 | 
						|
								  "engines": {
							 | 
						|
								    "node": "^14.0.0",
							 | 
						|
								    "npm": "^7.0.0"
							 | 
						|
								  },
							 | 
						|
								  "overrides": {
							 | 
						|
								    "colors": "1.4.0"
							 | 
						|
								  },
							 | 
						|
								  "jest": {
							 | 
						|
								    "moduleFileExtensions": [
							 | 
						|
								      "js",
							 | 
						|
								      "vue"
							 | 
						|
								    ],
							 | 
						|
								    "setupFilesAfterEnv": [
							 | 
						|
								      "<rootDir>/tests/jestSetup.js"
							 | 
						|
								    ],
							 | 
						|
								    "transform": {
							 | 
						|
								      "^.+\\.js$": "<rootDir>/tests/jestBabelTransformer.js",
							 | 
						|
								      "^.+\\.vue$": "vue-jest"
							 | 
						|
								    }
							 | 
						|
								  }
							 | 
						|
								}
							 |