2018-12-11 22:56:46 +03:00
|
|
|
{
|
|
|
|
"name": "nextcloud",
|
2020-03-21 12:36:25 +03:00
|
|
|
"version": "1.0.0",
|
2018-12-11 22:56:46 +03:00
|
|
|
"description": "Nextcloud Server",
|
|
|
|
"private": true,
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-11-03 17:33:46 +03:00
|
|
|
"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
|
2019-09-25 10:55:33 +03:00
|
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
|
|
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
|
2022-08-31 14:33:36 +03:00
|
|
|
"lint": "eslint 'apps/*/src/**/*.{vue,js}' 'core/src/**/*.{vue,js}'",
|
|
|
|
"lint:fix": "eslint 'apps/*/src/**/*.{vue,js}' 'core/src/**/*.{vue,js}' --fix",
|
2021-05-30 00:53:04 +03:00
|
|
|
"test": "jest",
|
2022-01-18 13:26:34 +03:00
|
|
|
"test:watch": "jest --watch",
|
2022-05-10 17:47:48 +03:00
|
|
|
"test:jsunit": "karma start tests/karma.config.js --single-run",
|
2022-05-04 10:56:33 +03:00
|
|
|
"sass": "sass --load-path core/css core/css/ apps/*/css",
|
|
|
|
"sass:watch": "sass --watch --load-path core/css core/css/ apps/*/css",
|
2022-10-20 17:03:19 +03:00
|
|
|
"sass:icons": "babel-node core/src/icons.js",
|
|
|
|
"cypress": "npm run cypress:e2e",
|
|
|
|
"cypress:e2e": "cypress run --e2e",
|
|
|
|
"cypress:gui": "cypress open --e2e"
|
2018-12-11 22:56:46 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nextcloud/server.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"nextcloud"
|
|
|
|
],
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
2020-01-19 05:18:19 +03:00
|
|
|
"@chenfengyuan/vue-qrcode": "^1.0.2",
|
2022-11-09 15:10:42 +03:00
|
|
|
"@mdi/svg": "^7.0.96",
|
2020-06-07 04:18:11 +03:00
|
|
|
"@nextcloud/auth": "^1.3.0",
|
2022-04-30 05:14:13 +03:00
|
|
|
"@nextcloud/axios": "^1.10.0",
|
2021-03-27 12:37:22 +03:00
|
|
|
"@nextcloud/browser-storage": "^0.1.1",
|
|
|
|
"@nextcloud/browserslist-config": "^2.3.0",
|
2022-11-15 16:43:57 +03:00
|
|
|
"@nextcloud/calendar-availability-vue": "^0.5.0-beta.4",
|
2021-04-10 04:21:15 +03:00
|
|
|
"@nextcloud/capabilities": "^1.0.4",
|
2022-10-28 12:43:49 +03:00
|
|
|
"@nextcloud/dialogs": "^4.0.0-beta.2",
|
2021-11-08 18:42:24 +03:00
|
|
|
"@nextcloud/event-bus": "^2.1.1",
|
2021-10-09 04:02:15 +03:00
|
|
|
"@nextcloud/files": "^2.1.0",
|
2021-11-06 15:02:49 +03:00
|
|
|
"@nextcloud/initial-state": "^1.2.1",
|
2022-11-07 22:19:54 +03:00
|
|
|
"@nextcloud/l10n": "^1.6.0",
|
2021-10-02 05:06:50 +03:00
|
|
|
"@nextcloud/logger": "^2.1.0",
|
2022-10-13 03:57:10 +03:00
|
|
|
"@nextcloud/moment": "^1.2.1",
|
2022-10-13 20:34:42 +03:00
|
|
|
"@nextcloud/password-confirmation": "^4.0.2",
|
2021-10-02 23:24:24 +03:00
|
|
|
"@nextcloud/paths": "^2.1.0",
|
2021-07-15 15:46:14 +03:00
|
|
|
"@nextcloud/router": "^2.0.0",
|
2022-01-26 17:33:36 +03:00
|
|
|
"@nextcloud/sharing": "^0.1.0",
|
2022-11-24 12:14:21 +03:00
|
|
|
"@nextcloud/vue": "^7.1.0-beta.2",
|
2021-05-27 11:16:40 +03:00
|
|
|
"@nextcloud/vue-dashboard": "^2.0.1",
|
2022-11-09 15:10:42 +03:00
|
|
|
"@skjnldsv/sanitize-svg": "^1.0.2",
|
2021-07-17 17:33:11 +03:00
|
|
|
"autosize": "^5.0.1",
|
2022-02-28 05:43:47 +03:00
|
|
|
"backbone": "^1.4.1",
|
2021-10-02 04:02:47 +03:00
|
|
|
"blueimp-md5": "^2.19.0",
|
2021-10-07 06:22:21 +03:00
|
|
|
"bootstrap": "^4.6.0",
|
2021-03-27 12:37:22 +03:00
|
|
|
"browserslist-useragent-regexp": "^3.0.2",
|
2021-12-03 19:25:57 +03:00
|
|
|
"buffer": "^6.0.3",
|
2022-01-08 06:11:07 +03:00
|
|
|
"camelcase": "^6.3.0",
|
2022-02-08 13:40:34 +03:00
|
|
|
"clipboard": "^2.0.10",
|
2022-07-27 22:12:24 +03:00
|
|
|
"core-js": "^3.24.0",
|
2019-10-26 14:55:26 +03:00
|
|
|
"davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
|
2021-03-27 05:19:33 +03:00
|
|
|
"debounce": "^1.2.1",
|
2022-02-17 12:38:44 +03:00
|
|
|
"dompurify": "^2.3.6",
|
2019-10-04 14:23:32 +03:00
|
|
|
"escape-html": "^1.0.3",
|
2022-03-16 03:07:55 +03:00
|
|
|
"focus-visible": "^5.2.0",
|
2021-03-09 21:18:12 +03:00
|
|
|
"handlebars": "^4.7.7",
|
2021-06-10 21:15:13 +03:00
|
|
|
"ical.js": "^1.4.0",
|
2021-11-27 05:05:23 +03:00
|
|
|
"jquery": "~3.6",
|
2022-03-28 15:54:12 +03:00
|
|
|
"jquery-migrate": "~3.4",
|
2022-07-28 20:29:58 +03:00
|
|
|
"jquery-ui": "^1.13.2",
|
2022-10-16 21:07:36 +03:00
|
|
|
"jquery-ui-dist": "^1.13.2",
|
2019-09-14 14:40:50 +03:00
|
|
|
"jstimezonedetect": "^1.0.7",
|
2022-07-21 23:00:59 +03:00
|
|
|
"libphonenumber-js": "^1.10.13",
|
2021-03-02 12:25:58 +03:00
|
|
|
"lodash": "^4.17.21",
|
2022-04-28 00:08:30 +03:00
|
|
|
"marked": "^4.0.14",
|
2022-09-26 15:58:39 +03:00
|
|
|
"moment": "^2.29.4",
|
2022-10-18 02:58:55 +03:00
|
|
|
"moment-timezone": "^0.5.38",
|
2022-11-04 19:00:07 +03:00
|
|
|
"nextcloud-vue-collections": "^0.10.0",
|
2022-10-20 17:03:19 +03:00
|
|
|
"node-vibrant": "^3.1.6",
|
2021-09-23 02:18:29 +03:00
|
|
|
"p-limit": "^4.0.0",
|
2022-08-22 21:15:00 +03:00
|
|
|
"p-queue": "^7.3.0",
|
2021-12-02 16:50:49 +03:00
|
|
|
"path": "^0.12.7",
|
2022-02-07 11:40:18 +03:00
|
|
|
"query-string": "^7.1.1",
|
2021-07-23 14:40:33 +03:00
|
|
|
"regenerator-runtime": "^0.13.9",
|
2019-09-27 09:11:44 +03:00
|
|
|
"select2": "3.5.1",
|
2018-12-11 22:56:46 +03:00
|
|
|
"snap.js": "^2.0.9",
|
2021-12-02 16:50:49 +03:00
|
|
|
"stream-browserify": "^3.0.0",
|
2021-12-06 10:25:57 +03:00
|
|
|
"strengthify": "github:nextcloud/strengthify#0.5.9",
|
2022-07-26 15:29:49 +03:00
|
|
|
"underscore": "1.13.4",
|
2021-03-27 05:24:16 +03:00
|
|
|
"url-search-params-polyfill": "^8.1.1",
|
2022-08-09 21:45:36 +03:00
|
|
|
"v-click-outside": "^3.2.0",
|
2021-05-29 13:00:22 +03:00
|
|
|
"v-tooltip": "^2.1.3",
|
2022-10-15 04:02:15 +03:00
|
|
|
"vue": "^2.7.13",
|
2020-04-24 17:39:34 +03:00
|
|
|
"vue-click-outside": "^1.1.0",
|
2021-09-18 04:02:38 +03:00
|
|
|
"vue-clipboard2": "^0.3.3",
|
2022-07-30 03:32:16 +03:00
|
|
|
"vue-cropperjs": "^4.2.0",
|
2020-03-07 16:30:41 +03:00
|
|
|
"vue-infinite-loading": "^2.4.5",
|
2019-02-20 11:06:56 +03:00
|
|
|
"vue-localstorage": "^0.6.2",
|
2022-02-14 15:26:00 +03:00
|
|
|
"vue-material-design-icons": "^5.0.0",
|
2019-04-28 04:13:01 +03:00
|
|
|
"vue-multiselect": "^2.1.6",
|
2021-10-30 05:07:36 +03:00
|
|
|
"vue-router": "^3.5.3",
|
2020-10-31 17:37:39 +03:00
|
|
|
"vuedraggable": "^2.24.3",
|
2021-02-03 00:17:14 +03:00
|
|
|
"vuex": "^3.6.2",
|
2020-10-04 16:33:17 +03:00
|
|
|
"vuex-router-sync": "^5.0.0",
|
2022-10-17 18:29:42 +03:00
|
|
|
"webdav": "^4.11.0"
|
2018-12-11 22:56:46 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-31 23:42:18 +03:00
|
|
|
"@babel/node": "^7.20.0",
|
2022-10-20 17:03:19 +03:00
|
|
|
"@cypress/browserify-preprocessor": "^3.0.2",
|
2021-07-22 14:06:17 +03:00
|
|
|
"@nextcloud/babel-config": "^1.0.0",
|
2022-10-20 17:03:19 +03:00
|
|
|
"@nextcloud/cypress": "^1.0.0-beta.1",
|
2022-07-03 21:34:24 +03:00
|
|
|
"@nextcloud/eslint-config": "^8.0.0",
|
2022-01-15 05:25:10 +03:00
|
|
|
"@nextcloud/stylelint-config": "^2.1.2",
|
2022-04-08 15:29:28 +03:00
|
|
|
"@testing-library/jest-dom": "^5.16.4",
|
2022-08-09 21:46:48 +03:00
|
|
|
"@testing-library/user-event": "^14.4.3",
|
2022-05-14 04:02:21 +03:00
|
|
|
"@testing-library/vue": "^5.8.3",
|
2022-10-20 17:03:19 +03:00
|
|
|
"@types/dockerode": "^3.3.14",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
|
|
|
"@typescript-eslint/parser": "^5.44.0",
|
2021-12-03 17:43:16 +03:00
|
|
|
"@vue/test-utils": "^1.3.0",
|
2022-10-20 17:03:19 +03:00
|
|
|
"@vue/tsconfig": "^0.1.3",
|
2022-09-26 16:24:15 +03:00
|
|
|
"@vue/vue2-jest": "^29.1.1",
|
|
|
|
"babel-jest": "^29.0.3",
|
2022-04-23 04:02:44 +03:00
|
|
|
"babel-loader": "^8.2.5",
|
2021-07-17 04:06:59 +03:00
|
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
2022-03-12 05:06:00 +03:00
|
|
|
"css-loader": "^6.7.1",
|
2022-10-20 17:03:19 +03:00
|
|
|
"cypress": "^11.2.0",
|
|
|
|
"cypress-wait-until": "^1.7.2",
|
|
|
|
"dockerode": "^3.3.4",
|
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
2021-12-03 19:25:57 +03:00
|
|
|
"eslint-plugin-es": "^4.1.0",
|
2022-10-18 01:30:59 +03:00
|
|
|
"exports-loader": "^4.0.0",
|
2020-10-31 07:59:26 +03:00
|
|
|
"file-loader": "^6.2.0",
|
2022-01-18 13:26:34 +03:00
|
|
|
"handlebars": "^4.7.7",
|
2022-11-05 06:23:51 +03:00
|
|
|
"handlebars-loader": "^1.7.2",
|
2022-01-18 13:26:34 +03:00
|
|
|
"jasmine-core": "~2.5.2",
|
|
|
|
"jasmine-sinon": "^0.4.0",
|
2022-09-26 16:24:15 +03:00
|
|
|
"jest": "^29.0.3",
|
2022-10-19 10:56:10 +03:00
|
|
|
"jest-environment-jsdom": "^29.2.1",
|
2022-02-05 05:03:54 +03:00
|
|
|
"jsdoc": "^3.6.10",
|
2022-02-14 16:05:15 +03:00
|
|
|
"jsdom": "^19.0.0",
|
2022-08-13 04:02:31 +03:00
|
|
|
"karma": "^6.4.0",
|
2022-03-14 14:22:02 +03:00
|
|
|
"karma-chrome-launcher": "^3.1.1",
|
2022-02-12 05:04:21 +03:00
|
|
|
"karma-coverage": "2.2.0",
|
2022-01-18 13:26:34 +03:00
|
|
|
"karma-jasmine": "^1.1.2",
|
|
|
|
"karma-jasmine-sinon": "^1.0.4",
|
2022-04-14 23:57:51 +03:00
|
|
|
"karma-spec-reporter": "^0.0.34",
|
2022-04-08 20:32:57 +03:00
|
|
|
"karma-viewport": "^1.0.9",
|
2022-08-11 15:33:34 +03:00
|
|
|
"puppeteer": "^15.5.0",
|
2022-02-14 16:05:15 +03:00
|
|
|
"regextras": "^0.8.0",
|
2022-05-21 05:10:10 +03:00
|
|
|
"sass": "^1.52.1",
|
2022-02-17 02:10:21 +03:00
|
|
|
"sass-loader": "^12.6.0",
|
2022-02-14 16:05:15 +03:00
|
|
|
"sinon": "<= 5.0.7",
|
|
|
|
"style-loader": "^3.3.1",
|
2022-10-20 17:03:19 +03:00
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
"tslib": "^2.4.1",
|
|
|
|
"typescript": "^4.9.3",
|
2022-02-14 16:05:15 +03:00
|
|
|
"vue-loader": "^15.9.8",
|
2022-10-15 04:02:15 +03:00
|
|
|
"vue-template-compiler": "^2.7.13",
|
2022-10-20 17:03:19 +03:00
|
|
|
"wait-on": "^6.0.1",
|
2022-11-24 15:55:31 +03:00
|
|
|
"webpack": "^5.75.0",
|
2022-02-14 16:05:15 +03:00
|
|
|
"webpack-cli": "^4.9.2",
|
|
|
|
"webpack-merge": "^5.8.0"
|
2019-06-18 11:13:01 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
2019-10-22 17:00:58 +03:00
|
|
|
"extends @nextcloud/browserslist-config"
|
2019-05-23 18:03:04 +03:00
|
|
|
],
|
2021-12-06 10:25:57 +03:00
|
|
|
"engines": {
|
2022-08-07 10:51:26 +03:00
|
|
|
"node": "^16.0.0",
|
|
|
|
"npm": "^7.0.0 || ^8.0.0"
|
2021-12-06 10:25:57 +03:00
|
|
|
},
|
2022-01-18 13:26:34 +03:00
|
|
|
"overrides": {
|
|
|
|
"colors": "1.4.0"
|
2019-05-23 18:03:04 +03:00
|
|
|
}
|
2022-02-14 16:05:15 +03:00
|
|
|
}
|