package.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "name": "nextcloud",
  3. "version": "1.0.0",
  4. "description": "Nextcloud Server",
  5. "private": true,
  6. "directories": {
  7. "lib": "lib",
  8. "test": "tests"
  9. },
  10. "scripts": {
  11. "build": "webpack --node-env production --progress",
  12. "postbuild": "npm run sass && npm run sass:icons",
  13. "dev": "webpack --node-env development --progress",
  14. "watch": "webpack --node-env development --progress --watch",
  15. "lint": "eslint $(for appdir in $(ls apps); do if ! $(git check-ignore -q $appdir); then echo -n \"$appdir \"; fi; done) core --no-error-on-unmatched-pattern",
  16. "lint:fix": "eslint $(for appdir in $(ls apps); do if ! $(git check-ignore -q $appdir); then echo -n \"$appdir \"; fi; done) core --no-error-on-unmatched-pattern --fix",
  17. "test": "jest",
  18. "test:watch": "jest --watch",
  19. "test:coverage": "jest --coverage",
  20. "test:jsunit": "karma start tests/karma.config.js --single-run",
  21. "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 echo -n \"$cssdir \"; fi; done)",
  22. "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 echo -n \"$cssdir \"; fi; done)",
  23. "sass:icons": "babel-node core/src/icons.js",
  24. "cypress": "npm run cypress:component && npm run cypress:e2e",
  25. "cypress:component": "cypress run --component",
  26. "cypress:e2e": "cypress run --e2e",
  27. "cypress:gui": "cypress open",
  28. "cypress:version": "cypress version"
  29. },
  30. "repository": {
  31. "type": "git",
  32. "url": "https://github.com/nextcloud/server.git"
  33. },
  34. "keywords": [
  35. "nextcloud"
  36. ],
  37. "license": "AGPL-3.0-or-later",
  38. "dependencies": {
  39. "@chenfengyuan/vue-qrcode": "^1.0.2",
  40. "@mdi/js": "^7.4.47",
  41. "@mdi/svg": "^7.4.47",
  42. "@nextcloud/auth": "^2.1.0",
  43. "@nextcloud/axios": "^2.3.0",
  44. "@nextcloud/browser-storage": "^0.3.0",
  45. "@nextcloud/browserslist-config": "^3.0.0",
  46. "@nextcloud/calendar-availability-vue": "^2.2.0",
  47. "@nextcloud/capabilities": "^1.0.4",
  48. "@nextcloud/dialogs": "^5.2.0",
  49. "@nextcloud/event-bus": "^3.1.0",
  50. "@nextcloud/files": "^3.1.0",
  51. "@nextcloud/initial-state": "^2.0.0",
  52. "@nextcloud/l10n": "^2.1.0",
  53. "@nextcloud/logger": "^2.5.0",
  54. "@nextcloud/moment": "^1.3.1",
  55. "@nextcloud/password-confirmation": "^5.0.1",
  56. "@nextcloud/paths": "^2.1.0",
  57. "@nextcloud/router": "^3.0.0",
  58. "@nextcloud/sharing": "^0.1.0",
  59. "@nextcloud/upload": "^1.0.5",
  60. "@nextcloud/vue": "^8.11.1",
  61. "@skjnldsv/sanitize-svg": "^1.0.2",
  62. "@vueuse/components": "^10.7.2",
  63. "@vueuse/core": "^10.7.2",
  64. "@vueuse/integrations": "^10.9.0",
  65. "backbone": "^1.4.1",
  66. "blueimp-md5": "^2.19.0",
  67. "browserslist-useragent-regexp": "^4.1.1",
  68. "camelcase": "^8.0.0",
  69. "cancelable-promise": "^4.3.1",
  70. "clipboard": "^2.0.11",
  71. "core-js": "^3.36.1",
  72. "davclient.js": "github:owncloud/davclient.js.git#0.2.2",
  73. "debounce": "^1.2.1",
  74. "dompurify": "^3.0.11",
  75. "escape-html": "^1.0.3",
  76. "focus-trap": "^7.5.4",
  77. "handlebars": "^4.7.7",
  78. "ical.js": "^1.4.0",
  79. "jquery": "~3.7",
  80. "jquery-ui": "^1.13.2",
  81. "jquery-ui-dist": "^1.13.2",
  82. "libphonenumber-js": "^1.10.58",
  83. "lodash": "^4.17.21",
  84. "marked": "^11.2.0",
  85. "moment": "^2.30.1",
  86. "moment-timezone": "^0.5.45",
  87. "natural-orderby": "^3.0.2",
  88. "nextcloud-vue-collections": "^0.12.0",
  89. "node-vibrant": "^3.1.6",
  90. "p-limit": "^4.0.0",
  91. "p-queue": "^7.4.1",
  92. "path": "^0.12.7",
  93. "pinia": "^2.1.7",
  94. "query-string": "^9.0.0",
  95. "regenerator-runtime": "^0.14.1",
  96. "select2": "3.5.1",
  97. "snap.js": "^2.0.9",
  98. "strengthify": "github:nextcloud/strengthify#0.5.9",
  99. "throttle-debounce": "^5.0.0",
  100. "underscore": "1.13.6",
  101. "url-search-params-polyfill": "^8.1.1",
  102. "v-click-outside": "^3.2.0",
  103. "v-tooltip": "^2.1.3",
  104. "vue": "^2.7.16",
  105. "vue-click-outside": "^1.1.0",
  106. "vue-cropperjs": "^4.2.0",
  107. "vue-frag": "^1.4.2",
  108. "vue-infinite-loading": "^2.4.5",
  109. "vue-localstorage": "^0.6.2",
  110. "vue-material-design-icons": "^5.0.0",
  111. "vue-multiselect": "^2.1.9",
  112. "vue-observe-visibility": "^1.0.0",
  113. "vue-router": "^3.6.5",
  114. "vuedraggable": "^2.24.3",
  115. "vuex": "^3.6.2",
  116. "vuex-router-sync": "^5.0.0",
  117. "webdav": "^5.4.0",
  118. "xml2js": "^0.6.2"
  119. },
  120. "devDependencies": {
  121. "@babel/node": "^7.22.10",
  122. "@babel/preset-typescript": "^7.23.2",
  123. "@cypress/vue2": "^2.1.0",
  124. "@cypress/webpack-preprocessor": "^6.0.1",
  125. "@jest/globals": "^29.7.0",
  126. "@nextcloud/babel-config": "^1.0.0",
  127. "@nextcloud/cypress": "^1.0.0-beta.7",
  128. "@nextcloud/eslint-config": "^v8.3.0-beta.2",
  129. "@nextcloud/stylelint-config": "^2.4.0",
  130. "@nextcloud/typings": "^1.8.0",
  131. "@nextcloud/webpack-vue-config": "^6.0.1",
  132. "@pinia/testing": "^0.1.2",
  133. "@testing-library/jest-dom": "^6.1.5",
  134. "@testing-library/user-event": "^14.4.3",
  135. "@testing-library/vue": "^5.8.3",
  136. "@types/dockerode": "^3.3.26",
  137. "@types/jest": "^29.5.2",
  138. "@types/wait-on": "^5.3.4",
  139. "@vue/test-utils": "^1.3.5",
  140. "@vue/tsconfig": "^0.5.1",
  141. "@vue/vue2-jest": "^29.2.6",
  142. "babel-jest": "^29.6.4",
  143. "babel-loader": "^9.1.0",
  144. "babel-loader-exclude-node-modules-except": "^1.2.1",
  145. "colord": "^2.9.3",
  146. "css-loader": "^6.8.1",
  147. "cypress": "^13.7.1",
  148. "cypress-axe": "^1.5.0",
  149. "cypress-if": "^1.10.5",
  150. "cypress-split": "^1.21.0",
  151. "cypress-wait-until": "^3.0.1",
  152. "dockerode": "^4.0.2",
  153. "eslint-plugin-cypress": "^2.15.1",
  154. "eslint-plugin-es": "^4.1.0",
  155. "exports-loader": "^5.0.0",
  156. "file-loader": "^6.2.0",
  157. "handlebars-loader": "^1.7.3",
  158. "jasmine-core": "~2.5.2",
  159. "jasmine-sinon": "^0.4.0",
  160. "jest": "^29.0.3",
  161. "jest-environment-jsdom": "^29.7.0",
  162. "jest-fetch-mock": "^3.0.3",
  163. "jest-location-mock": "^1.0.9",
  164. "jsdoc": "^4.0.2",
  165. "karma": "^6.4.3",
  166. "karma-chrome-launcher": "^3.1.1",
  167. "karma-coverage": "2.2.0",
  168. "karma-jasmine": "^1.1.2",
  169. "karma-jasmine-sinon": "^1.0.4",
  170. "karma-spec-reporter": "^0.0.36",
  171. "karma-viewport": "^1.0.9",
  172. "puppeteer": "^22.5.0",
  173. "raw-loader": "^4.0.2",
  174. "regextras": "^0.8.0",
  175. "sass": "^1.72.0",
  176. "sass-loader": "^13.2.2",
  177. "sinon": "<= 5.0.7",
  178. "style-loader": "^3.3.1",
  179. "tar": "^6.2.1",
  180. "ts-jest": "^29.1.1",
  181. "ts-loader": "^9.5.0",
  182. "ts-node": "^10.9.1",
  183. "tslib": "^2.6.2",
  184. "typescript": "^5.4.2",
  185. "vue-loader": "^15.9.8",
  186. "vue-template-compiler": "^2.7.16",
  187. "wait-on": "^7.2.0",
  188. "webpack": "^5.91.0",
  189. "webpack-cli": "^5.0.2",
  190. "webpack-merge": "^5.8.0",
  191. "workbox-webpack-plugin": "^7.0.0"
  192. },
  193. "browserslist": [
  194. "extends @nextcloud/browserslist-config"
  195. ],
  196. "engines": {
  197. "node": "^20.0.0",
  198. "npm": "^10.0.0"
  199. },
  200. "overrides": {
  201. "colors": "1.4.0"
  202. }
  203. }