package.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. {
  2. "name": "nextcloud",
  3. "version": "1.0.0",
  4. "description": "Nextcloud Server",
  5. "author": "Nextcloud GmbH and Nextcloud contributors",
  6. "private": true,
  7. "directories": {
  8. "lib": "lib",
  9. "test": "tests"
  10. },
  11. "scripts": {
  12. "build": "webpack --node-env production --progress",
  13. "postbuild": "build/npm-post-build.sh",
  14. "dev": "webpack --node-env development --progress",
  15. "watch": "webpack --node-env development --progress --watch",
  16. "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",
  17. "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",
  18. "stylelint": "stylelint '{apps,core}/**/*.{scss,vue}'",
  19. "stylelint:fix": "stylelint --fix '{apps,core}/**/*.{scss,vue}'",
  20. "test": "vitest run",
  21. "test:watch": "vitest watch",
  22. "test:coverage": "vitest run --coverage",
  23. "test:update-snapshots": "vitest run --update",
  24. "test:jsunit": "karma start tests/karma.config.js --single-run",
  25. "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)",
  26. "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)",
  27. "sass:icons": "babel-node core/src/icons.js",
  28. "cypress": "npm run cypress:component && npm run cypress:e2e",
  29. "cypress:component": "cypress run --component",
  30. "cypress:e2e": "cypress run --e2e",
  31. "cypress:gui": "cypress open",
  32. "cypress:version": "cypress version"
  33. },
  34. "repository": {
  35. "type": "git",
  36. "url": "https://github.com/nextcloud/server.git"
  37. },
  38. "keywords": [
  39. "nextcloud"
  40. ],
  41. "license": "AGPL-3.0-or-later",
  42. "dependencies": {
  43. "@chenfengyuan/vue-qrcode": "^1.0.2",
  44. "@mdi/js": "^7.4.47",
  45. "@mdi/svg": "^7.4.47",
  46. "@nextcloud/auth": "^2.4.0",
  47. "@nextcloud/axios": "^2.5.0",
  48. "@nextcloud/browser-storage": "^0.4.0",
  49. "@nextcloud/browserslist-config": "^3.0.1",
  50. "@nextcloud/calendar-availability-vue": "^2.2.2",
  51. "@nextcloud/capabilities": "^1.2.0",
  52. "@nextcloud/dialogs": "^6.0.0",
  53. "@nextcloud/event-bus": "^3.3.1",
  54. "@nextcloud/files": "^3.9.0",
  55. "@nextcloud/initial-state": "^2.2.0",
  56. "@nextcloud/l10n": "^3.1.0",
  57. "@nextcloud/logger": "^3.0.2",
  58. "@nextcloud/moment": "^1.3.1",
  59. "@nextcloud/password-confirmation": "^5.1.1",
  60. "@nextcloud/paths": "^2.2.1",
  61. "@nextcloud/router": "^3.0.1",
  62. "@nextcloud/sharing": "^0.2.3",
  63. "@nextcloud/upload": "^1.6.0",
  64. "@nextcloud/vue": "^8.17.1",
  65. "@simplewebauthn/browser": "^10.0.0",
  66. "@skjnldsv/sanitize-svg": "^1.0.2",
  67. "@vueuse/components": "^11.1.0",
  68. "@vueuse/core": "^11.0.1",
  69. "@vueuse/integrations": "^11.0.3",
  70. "backbone": "^1.4.1",
  71. "blueimp-md5": "^2.19.0",
  72. "blurhash": "^2.0.5",
  73. "browserslist-useragent-regexp": "^4.1.1",
  74. "camelcase": "^8.0.0",
  75. "cancelable-promise": "^4.3.1",
  76. "clipboard": "^2.0.11",
  77. "core-js": "^3.38.1",
  78. "davclient.js": "github:owncloud/davclient.js.git#0.2.2",
  79. "debounce": "^2.1.0",
  80. "dompurify": "^3.0.11",
  81. "escape-html": "^1.0.3",
  82. "focus-trap": "^7.5.4",
  83. "handlebars": "^4.7.7",
  84. "is-svg": "^5.1.0",
  85. "jquery": "~3.7",
  86. "jquery-ui": "^1.13.3",
  87. "jquery-ui-dist": "^1.13.3",
  88. "libphonenumber-js": "^1.11.4",
  89. "lodash": "^4.17.21",
  90. "marked": "^13.0.3",
  91. "moment": "^2.30.1",
  92. "moment-timezone": "^0.5.45",
  93. "nextcloud-vue-collections": "^0.13.0",
  94. "node-vibrant": "^3.1.6",
  95. "p-limit": "^6.1.0",
  96. "p-queue": "^7.4.1",
  97. "path": "^0.12.7",
  98. "pinia": "^2.1.7",
  99. "query-string": "^9.1.0",
  100. "regenerator-runtime": "^0.14.1",
  101. "select2": "3.5.1",
  102. "snap.js": "^2.0.9",
  103. "strengthify": "github:nextcloud/strengthify#0.5.9",
  104. "throttle-debounce": "^5.0.2",
  105. "underscore": "1.13.7",
  106. "url-search-params-polyfill": "^8.1.1",
  107. "v-click-outside": "^3.2.0",
  108. "v-tooltip": "^2.1.3",
  109. "vue": "^2.7.16",
  110. "vue-click-outside": "^1.1.0",
  111. "vue-cropperjs": "^4.2.0",
  112. "vue-frag": "^1.4.2",
  113. "vue-infinite-loading": "^2.4.5",
  114. "vue-localstorage": "^0.6.2",
  115. "vue-material-design-icons": "^5.0.0",
  116. "vue-router": "^3.6.5",
  117. "vuedraggable": "^2.24.3",
  118. "vuex": "^3.6.2",
  119. "vuex-router-sync": "^5.0.0",
  120. "webdav": "^5.7.0"
  121. },
  122. "devDependencies": {
  123. "@babel/node": "^7.24.8",
  124. "@babel/plugin-transform-private-methods": "^7.25.4",
  125. "@babel/preset-typescript": "^7.24.7",
  126. "@cypress/vue2": "^2.1.1",
  127. "@cypress/webpack-preprocessor": "^6.0.2",
  128. "@nextcloud/babel-config": "^1.2.0",
  129. "@nextcloud/cypress": "^1.0.0-beta.9",
  130. "@nextcloud/eslint-config": "^8.4.1",
  131. "@nextcloud/stylelint-config": "^3.0.1",
  132. "@nextcloud/typings": "^1.9.1",
  133. "@nextcloud/webpack-vue-config": "^6.0.1",
  134. "@pinia/testing": "^0.1.5",
  135. "@simplewebauthn/types": "^10.0.0",
  136. "@testing-library/cypress": "^10.0.2",
  137. "@testing-library/jest-dom": "^6.5.0",
  138. "@testing-library/user-event": "^14.4.3",
  139. "@testing-library/vue": "^5.8.3",
  140. "@types/dockerode": "^3.3.29",
  141. "@types/wait-on": "^5.3.4",
  142. "@vitejs/plugin-vue2": "^2.3.1",
  143. "@vitest/coverage-v8": "^2.0.5",
  144. "@vue/test-utils": "^1.3.5",
  145. "@vue/tsconfig": "^0.5.1",
  146. "@zip.js/zip.js": "^2.7.52",
  147. "babel-loader": "^9.2.1",
  148. "babel-loader-exclude-node-modules-except": "^1.2.1",
  149. "babel-plugin-module-resolver": "^5.0.2",
  150. "colord": "^2.9.3",
  151. "css-loader": "^6.8.1",
  152. "cypress": "^13.14.2",
  153. "cypress-axe": "^1.5.0",
  154. "cypress-delete-downloads-folder": "^0.0.6",
  155. "cypress-if": "^1.12.6",
  156. "cypress-split": "^1.24.0",
  157. "cypress-wait-until": "^3.0.2",
  158. "dockerode": "^4.0.2",
  159. "eslint-plugin-cypress": "^3.5.0",
  160. "eslint-plugin-es": "^4.1.0",
  161. "exports-loader": "^5.0.0",
  162. "file-loader": "^6.2.0",
  163. "handlebars-loader": "^1.7.3",
  164. "jasmine-core": "~2.5.2",
  165. "jasmine-sinon": "^0.4.0",
  166. "jsdoc": "^4.0.2",
  167. "karma": "^6.4.3",
  168. "karma-chrome-launcher": "^3.1.1",
  169. "karma-coverage": "2.2.0",
  170. "karma-jasmine": "^1.1.2",
  171. "karma-jasmine-sinon": "^1.0.4",
  172. "karma-spec-reporter": "^0.0.36",
  173. "karma-viewport": "^1.0.9",
  174. "mime": "^4.0.3",
  175. "puppeteer": "^23.3.0",
  176. "raw-loader": "^4.0.2",
  177. "regextras": "^0.8.0",
  178. "sass": "^1.75.0",
  179. "sass-loader": "^13.2.2",
  180. "sinon": "<= 5.0.7",
  181. "style-loader": "^3.3.1",
  182. "stylelint": "^16.9.0",
  183. "stylelint-use-logical": "^2.1.2",
  184. "tar": "^7.4.3",
  185. "ts-loader": "^9.5.0",
  186. "ts-node": "^10.9.1",
  187. "tslib": "^2.6.2",
  188. "typescript": "^5.5.4",
  189. "vitest": "^2.0.5",
  190. "vue-loader": "^15.9.8",
  191. "vue-template-compiler": "^2.7.16",
  192. "wait-on": "^8.0.1",
  193. "webpack": "^5.94.0",
  194. "webpack-cli": "^5.0.2",
  195. "webpack-merge": "^6.0.1",
  196. "workbox-webpack-plugin": "^7.1.0"
  197. },
  198. "browserslist": [
  199. "extends @nextcloud/browserslist-config"
  200. ],
  201. "engines": {
  202. "node": "^20.0.0",
  203. "npm": "^10.0.0"
  204. },
  205. "overrides": {
  206. "colors": "1.4.0"
  207. }
  208. }