2018-12-11 19:56:46 +00:00
|
|
|
{
|
|
|
|
"name": "nextcloud",
|
2020-03-21 09:36:25 +00:00
|
|
|
"version": "1.0.0",
|
2018-12-11 19:56:46 +00:00
|
|
|
"description": "Nextcloud Server",
|
2024-06-12 19:37:42 +00:00
|
|
|
"author": "Nextcloud GmbH and Nextcloud contributors",
|
2018-12-11 19:56:46 +00:00
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-12-28 14:29:54 +00:00
|
|
|
"build": "webpack --node-env production --progress",
|
2024-06-12 19:20:30 +00:00
|
|
|
"postbuild": "build/npm-post-build.sh",
|
2022-12-28 14:29:54 +00:00
|
|
|
"dev": "webpack --node-env development --progress",
|
|
|
|
"watch": "webpack --node-env development --progress --watch",
|
2024-06-24 22:00:31 +00:00
|
|
|
"lint": "eslint $(for appdir in $(ls apps); do if ! $(git check-ignore -q $appdir); then printf \"apps/$appdir \"; fi; done) core --no-error-on-unmatched-pattern",
|
|
|
|
"lint:fix": "eslint $(for appdir in $(ls apps); do if ! $(git check-ignore -q $appdir); then printf \"apps/$appdir \"; fi; done) core --no-error-on-unmatched-pattern --fix",
|
2024-08-27 19:56:15 +00:00
|
|
|
"stylelint": "stylelint '{apps,core}/**/*.{scss,vue}'",
|
|
|
|
"stylelint:fix": "stylelint --fix '{apps,core}/**/*.{scss,vue}'",
|
2024-08-24 14:51:18 +00:00
|
|
|
"test": "vitest run",
|
|
|
|
"test:watch": "vitest watch",
|
|
|
|
"test:coverage": "vitest run --coverage",
|
2024-08-31 14:28:05 +00:00
|
|
|
"test:update-snapshots": "vitest run --update",
|
2022-05-10 14:47:48 +00:00
|
|
|
"test:jsunit": "karma start tests/karma.config.js --single-run",
|
2024-03-25 11:58:46 +00:00
|
|
|
"sass": "sass --style compressed --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)",
|
|
|
|
"sass:watch": "sass --watch --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)",
|
2022-10-20 14:03:19 +00:00
|
|
|
"sass:icons": "babel-node core/src/icons.js",
|
2023-01-04 10:55:43 +00:00
|
|
|
"cypress": "npm run cypress:component && npm run cypress:e2e",
|
2022-12-28 14:29:54 +00:00
|
|
|
"cypress:component": "cypress run --component",
|
2023-01-04 10:55:43 +00:00
|
|
|
"cypress:e2e": "cypress run --e2e",
|
2023-09-22 14:48:21 +00:00
|
|
|
"cypress:gui": "cypress open",
|
|
|
|
"cypress:version": "cypress version"
|
2018-12-11 19:56:46 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nextcloud/server.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"nextcloud"
|
|
|
|
],
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
2020-01-19 02:18:19 +00:00
|
|
|
"@chenfengyuan/vue-qrcode": "^1.0.2",
|
2024-02-03 02:22:57 +00:00
|
|
|
"@mdi/js": "^7.4.47",
|
2024-02-22 12:55:16 +00:00
|
|
|
"@mdi/svg": "^7.4.47",
|
2024-08-13 15:54:47 +00:00
|
|
|
"@nextcloud/auth": "^2.4.0",
|
2024-09-21 03:07:25 +00:00
|
|
|
"@nextcloud/axios": "^2.5.1",
|
2024-05-02 20:14:17 +00:00
|
|
|
"@nextcloud/browser-storage": "^0.4.0",
|
2024-06-08 14:02:30 +00:00
|
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
2025-01-06 08:59:44 +00:00
|
|
|
"@nextcloud/calendar-availability-vue": "^2.2.6",
|
2024-07-10 18:00:18 +00:00
|
|
|
"@nextcloud/capabilities": "^1.2.0",
|
2025-01-22 08:13:41 +00:00
|
|
|
"@nextcloud/dialogs": "^6.1.1",
|
2024-05-28 08:37:11 +00:00
|
|
|
"@nextcloud/event-bus": "^3.3.1",
|
2024-12-12 09:44:02 +00:00
|
|
|
"@nextcloud/files": "^3.10.1",
|
2024-07-10 18:00:18 +00:00
|
|
|
"@nextcloud/initial-state": "^2.2.0",
|
2024-07-06 15:14:25 +00:00
|
|
|
"@nextcloud/l10n": "^3.1.0",
|
2024-06-08 15:04:40 +00:00
|
|
|
"@nextcloud/logger": "^3.0.2",
|
2024-02-23 13:12:00 +00:00
|
|
|
"@nextcloud/moment": "^1.3.1",
|
2025-01-11 02:25:31 +00:00
|
|
|
"@nextcloud/password-confirmation": "^5.3.1",
|
2024-08-03 06:36:09 +00:00
|
|
|
"@nextcloud/paths": "^2.2.1",
|
2024-09-05 09:28:17 +00:00
|
|
|
"@nextcloud/router": "^3.0.1",
|
2024-11-18 16:34:55 +00:00
|
|
|
"@nextcloud/sharing": "^0.2.4",
|
2024-11-13 10:53:56 +00:00
|
|
|
"@nextcloud/upload": "^1.7.0",
|
2025-01-07 15:27:46 +00:00
|
|
|
"@nextcloud/vue": "^8.22.0",
|
2024-11-30 05:23:27 +00:00
|
|
|
"@simplewebauthn/browser": "^12.0.0",
|
2024-09-18 18:29:21 +00:00
|
|
|
"@vueuse/components": "^11.1.0",
|
2024-08-24 01:29:15 +00:00
|
|
|
"@vueuse/core": "^11.0.1",
|
2024-09-28 01:30:35 +00:00
|
|
|
"@vueuse/integrations": "^11.1.0",
|
2022-02-28 02:43:47 +00:00
|
|
|
"backbone": "^1.4.1",
|
2021-10-02 01:02:47 +00:00
|
|
|
"blueimp-md5": "^2.19.0",
|
2024-08-29 12:27:59 +00:00
|
|
|
"blurhash": "^2.0.5",
|
2024-02-21 17:09:55 +00:00
|
|
|
"browserslist-useragent-regexp": "^4.1.1",
|
2023-09-19 10:24:16 +00:00
|
|
|
"camelcase": "^8.0.0",
|
2023-04-04 09:42:41 +00:00
|
|
|
"cancelable-promise": "^4.3.1",
|
2022-12-06 16:26:44 +00:00
|
|
|
"clipboard": "^2.0.11",
|
2024-11-15 10:07:37 +00:00
|
|
|
"color": "^4.2.3",
|
2025-01-18 13:10:50 +00:00
|
|
|
"core-js": "^3.40.0",
|
2024-03-16 02:29:57 +00:00
|
|
|
"davclient.js": "github:owncloud/davclient.js.git#0.2.2",
|
2024-06-21 13:06:25 +00:00
|
|
|
"debounce": "^2.1.0",
|
2024-10-05 01:23:03 +00:00
|
|
|
"dompurify": "^3.1.7",
|
2019-10-04 11:23:32 +00:00
|
|
|
"escape-html": "^1.0.3",
|
2024-09-21 03:06:44 +00:00
|
|
|
"focus-trap": "^7.6.0",
|
2021-03-09 18:18:12 +00:00
|
|
|
"handlebars": "^4.7.7",
|
2024-08-14 09:33:21 +00:00
|
|
|
"is-svg": "^5.1.0",
|
2023-09-21 23:45:35 +00:00
|
|
|
"jquery": "~3.7",
|
2024-11-02 08:59:33 +00:00
|
|
|
"jquery-ui": "^1.14.1",
|
2024-06-15 01:22:52 +00:00
|
|
|
"jquery-ui-dist": "^1.13.3",
|
2025-01-19 09:22:49 +00:00
|
|
|
"libphonenumber-js": "^1.11.18",
|
2021-03-02 09:25:58 +00:00
|
|
|
"lodash": "^4.17.21",
|
2024-11-13 11:10:09 +00:00
|
|
|
"marked": "^15.0.0",
|
2024-01-31 13:59:16 +00:00
|
|
|
"moment": "^2.30.1",
|
2024-12-07 02:18:23 +00:00
|
|
|
"moment-timezone": "^0.5.46",
|
2024-08-31 01:20:06 +00:00
|
|
|
"nextcloud-vue-collections": "^0.13.0",
|
2024-07-24 23:32:36 +00:00
|
|
|
"p-limit": "^6.1.0",
|
2023-10-28 01:33:50 +00:00
|
|
|
"p-queue": "^7.4.1",
|
2021-12-02 13:50:49 +00:00
|
|
|
"path": "^0.12.7",
|
2024-12-10 17:30:42 +00:00
|
|
|
"pinia": "^2.3.0",
|
2024-07-27 08:17:28 +00:00
|
|
|
"query-string": "^9.1.0",
|
2024-02-21 17:09:33 +00:00
|
|
|
"regenerator-runtime": "^0.14.1",
|
2019-09-27 06:11:44 +00:00
|
|
|
"select2": "3.5.1",
|
2018-12-11 19:56:46 +00:00
|
|
|
"snap.js": "^2.0.9",
|
2021-12-06 07:25:57 +00:00
|
|
|
"strengthify": "github:nextcloud/strengthify#0.5.9",
|
2024-07-20 01:23:54 +00:00
|
|
|
"throttle-debounce": "^5.0.2",
|
2024-09-07 02:51:16 +00:00
|
|
|
"underscore": "1.13.7",
|
2021-03-27 02:24:16 +00:00
|
|
|
"url-search-params-polyfill": "^8.1.1",
|
2022-08-09 18:45:36 +00:00
|
|
|
"v-click-outside": "^3.2.0",
|
2021-05-29 10:00:22 +00:00
|
|
|
"v-tooltip": "^2.1.3",
|
2024-01-19 18:08:04 +00:00
|
|
|
"vue": "^2.7.16",
|
2020-04-24 14:39:34 +00:00
|
|
|
"vue-click-outside": "^1.1.0",
|
2022-07-30 00:32:16 +00:00
|
|
|
"vue-cropperjs": "^4.2.0",
|
2023-04-12 16:43:09 +00:00
|
|
|
"vue-frag": "^1.4.2",
|
2020-03-07 13:30:41 +00:00
|
|
|
"vue-infinite-loading": "^2.4.5",
|
2019-02-20 08:06:56 +00:00
|
|
|
"vue-localstorage": "^0.6.2",
|
2024-11-17 00:49:21 +00:00
|
|
|
"vue-material-design-icons": "^5.3.1",
|
2023-03-22 12:31:33 +00:00
|
|
|
"vue-router": "^3.6.5",
|
2020-10-31 14:37:39 +00:00
|
|
|
"vuedraggable": "^2.24.3",
|
2021-02-02 21:17:14 +00:00
|
|
|
"vuex": "^3.6.2",
|
2020-10-04 13:33:17 +00:00
|
|
|
"vuex-router-sync": "^5.0.0",
|
2024-08-03 01:30:11 +00:00
|
|
|
"webdav": "^5.7.0"
|
2018-12-11 19:56:46 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-01-23 09:24:44 +00:00
|
|
|
"@babel/node": "^7.26.0",
|
2024-11-16 04:42:19 +00:00
|
|
|
"@babel/plugin-transform-private-methods": "^7.25.9",
|
2024-12-07 02:18:04 +00:00
|
|
|
"@babel/preset-typescript": "^7.26.0",
|
2024-06-24 22:00:31 +00:00
|
|
|
"@cypress/vue2": "^2.1.1",
|
|
|
|
"@cypress/webpack-preprocessor": "^6.0.2",
|
|
|
|
"@nextcloud/babel-config": "^1.2.0",
|
2024-12-14 02:14:28 +00:00
|
|
|
"@nextcloud/cypress": "^1.0.0-beta.12",
|
2024-06-24 22:00:31 +00:00
|
|
|
"@nextcloud/eslint-config": "^8.4.1",
|
2024-07-06 16:27:44 +00:00
|
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
2024-06-24 22:00:31 +00:00
|
|
|
"@nextcloud/typings": "^1.9.1",
|
2024-10-14 16:23:57 +00:00
|
|
|
"@nextcloud/webpack-vue-config": "^6.2.0",
|
2024-12-21 03:05:26 +00:00
|
|
|
"@pinia/testing": "^0.1.7",
|
2024-12-07 02:18:43 +00:00
|
|
|
"@simplewebauthn/types": "^12.0.0",
|
2024-06-26 22:00:53 +00:00
|
|
|
"@testing-library/cypress": "^10.0.2",
|
2024-08-24 14:51:18 +00:00
|
|
|
"@testing-library/jest-dom": "^6.5.0",
|
2022-08-09 18:46:48 +00:00
|
|
|
"@testing-library/user-event": "^14.4.3",
|
2022-05-14 01:02:21 +00:00
|
|
|
"@testing-library/vue": "^5.8.3",
|
2024-12-14 02:15:04 +00:00
|
|
|
"@types/dockerode": "^3.3.32",
|
2024-01-20 02:27:48 +00:00
|
|
|
"@types/wait-on": "^5.3.4",
|
2024-08-24 14:51:18 +00:00
|
|
|
"@vitejs/plugin-vue2": "^2.3.1",
|
2024-12-10 17:29:41 +00:00
|
|
|
"@vitest/coverage-v8": "^2.1.8",
|
2023-04-21 09:04:08 +00:00
|
|
|
"@vue/test-utils": "^1.3.5",
|
2024-02-10 02:37:13 +00:00
|
|
|
"@vue/tsconfig": "^0.5.1",
|
2024-11-16 04:41:46 +00:00
|
|
|
"@zip.js/zip.js": "^2.7.53",
|
2024-09-18 18:28:56 +00:00
|
|
|
"babel-loader": "^9.2.1",
|
2021-07-17 01:06:59 +00:00
|
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
2024-06-10 22:23:59 +00:00
|
|
|
"babel-plugin-module-resolver": "^5.0.2",
|
2023-10-05 12:55:22 +00:00
|
|
|
"colord": "^2.9.3",
|
2024-10-14 16:23:57 +00:00
|
|
|
"css-loader": "^7.1.2",
|
2024-09-28 01:31:19 +00:00
|
|
|
"cypress": "^13.15.0",
|
2023-10-05 12:55:22 +00:00
|
|
|
"cypress-axe": "^1.5.0",
|
2024-07-25 23:42:31 +00:00
|
|
|
"cypress-delete-downloads-folder": "^0.0.6",
|
2024-09-07 09:12:31 +00:00
|
|
|
"cypress-if": "^1.12.6",
|
2024-06-08 14:01:29 +00:00
|
|
|
"cypress-split": "^1.24.0",
|
2024-07-20 01:22:59 +00:00
|
|
|
"cypress-wait-until": "^3.0.2",
|
2024-02-20 10:14:16 +00:00
|
|
|
"dockerode": "^4.0.2",
|
2025-01-18 02:08:40 +00:00
|
|
|
"eslint-plugin-cypress": "^3.6.0",
|
2021-12-03 16:25:57 +00:00
|
|
|
"eslint-plugin-es": "^4.1.0",
|
2024-02-24 02:08:41 +00:00
|
|
|
"exports-loader": "^5.0.0",
|
2020-10-31 04:59:26 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2022-12-09 06:46:30 +00:00
|
|
|
"handlebars-loader": "^1.7.3",
|
2022-01-18 10:26:34 +00:00
|
|
|
"jasmine-core": "~2.5.2",
|
|
|
|
"jasmine-sinon": "^0.4.0",
|
2023-04-06 15:09:13 +00:00
|
|
|
"jsdoc": "^4.0.2",
|
2024-03-16 02:30:20 +00:00
|
|
|
"karma": "^6.4.3",
|
2022-03-14 11:22:02 +00:00
|
|
|
"karma-chrome-launcher": "^3.1.1",
|
2022-02-12 02:04:21 +00:00
|
|
|
"karma-coverage": "2.2.0",
|
2022-01-18 10:26:34 +00:00
|
|
|
"karma-jasmine": "^1.1.2",
|
|
|
|
"karma-jasmine-sinon": "^1.0.4",
|
2023-04-22 01:59:15 +00:00
|
|
|
"karma-spec-reporter": "^0.0.36",
|
2022-04-08 17:32:57 +00:00
|
|
|
"karma-viewport": "^1.0.9",
|
2024-12-21 03:06:36 +00:00
|
|
|
"mime": "^4.0.6",
|
2025-01-25 18:11:09 +00:00
|
|
|
"puppeteer": "^24.1.1",
|
2023-10-05 12:55:22 +00:00
|
|
|
"raw-loader": "^4.0.2",
|
2022-02-14 13:05:15 +00:00
|
|
|
"regextras": "^0.8.0",
|
2024-11-16 04:40:37 +00:00
|
|
|
"sass": "^1.81.0",
|
2024-10-14 16:23:57 +00:00
|
|
|
"sass-loader": "^16.0.2",
|
2022-02-14 13:05:15 +00:00
|
|
|
"sinon": "<= 5.0.7",
|
2024-10-14 16:23:57 +00:00
|
|
|
"style-loader": "^4.0.0",
|
2024-09-07 02:52:12 +00:00
|
|
|
"stylelint": "^16.9.0",
|
2024-08-27 19:56:15 +00:00
|
|
|
"stylelint-use-logical": "^2.1.2",
|
2024-07-27 02:10:24 +00:00
|
|
|
"tar": "^7.4.3",
|
2023-10-14 03:09:38 +00:00
|
|
|
"ts-loader": "^9.5.0",
|
2022-10-20 14:03:19 +00:00
|
|
|
"ts-node": "^10.9.1",
|
2024-12-07 02:17:41 +00:00
|
|
|
"tslib": "^2.8.1",
|
2024-09-28 01:32:30 +00:00
|
|
|
"typescript": "^5.6.2",
|
2024-08-24 14:51:18 +00:00
|
|
|
"vitest": "^2.0.5",
|
2022-02-14 13:05:15 +00:00
|
|
|
"vue-loader": "^15.9.8",
|
2024-01-19 18:08:04 +00:00
|
|
|
"vue-template-compiler": "^2.7.16",
|
2024-09-18 18:31:03 +00:00
|
|
|
"wait-on": "^8.0.1",
|
2024-08-29 20:24:38 +00:00
|
|
|
"webpack": "^5.94.0",
|
2023-05-06 01:58:27 +00:00
|
|
|
"webpack-cli": "^5.0.2",
|
2024-08-03 08:05:16 +00:00
|
|
|
"webpack-merge": "^6.0.1",
|
2024-11-16 05:33:20 +00:00
|
|
|
"workbox-webpack-plugin": "^7.3.0"
|
2019-06-18 08:13:01 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
2019-10-22 14:00:58 +00:00
|
|
|
"extends @nextcloud/browserslist-config"
|
2019-05-23 15:03:04 +00:00
|
|
|
],
|
2021-12-06 07:25:57 +00:00
|
|
|
"engines": {
|
2023-06-21 10:47:16 +00:00
|
|
|
"node": "^20.0.0",
|
2024-01-16 13:20:19 +00:00
|
|
|
"npm": "^10.0.0"
|
2021-12-06 07:25:57 +00:00
|
|
|
},
|
2022-01-18 10:26:34 +00:00
|
|
|
"overrides": {
|
|
|
|
"colors": "1.4.0"
|
2019-05-23 15:03:04 +00:00
|
|
|
}
|
2024-11-18 16:34:55 +00:00
|
|
|
}
|