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.

package.json 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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": "NODE_ENV=production webpack --progress --config webpack.prod.js",
  12. "dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
  13. "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
  14. "lint": "eslint 'apps/*/src/**/*.{vue,js}' 'core/src/**/*.{vue,js}'",
  15. "lint:fix": "eslint 'apps/*/src/**/*.{vue,js}' 'core/src/**/*.{vue,js}' --fix",
  16. "test": "jest",
  17. "test:watch": "jest --watch",
  18. "test:jsunit": "karma start tests/karma.config.js --single-run",
  19. "sass": "sass --load-path core/css core/css/ apps/*/css",
  20. "sass:watch": "sass --watch --load-path core/css core/css/ apps/*/css",
  21. "sass:icons": "babel-node core/src/icons.js"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/nextcloud/server.git"
  26. },
  27. "keywords": [
  28. "nextcloud"
  29. ],
  30. "license": "AGPL-3.0-or-later",
  31. "dependencies": {
  32. "@chenfengyuan/vue-qrcode": "^1.0.2",
  33. "@nextcloud/auth": "^1.3.0",
  34. "@nextcloud/axios": "^1.10.0",
  35. "@nextcloud/calendar-availability-vue": "^0.5.0-beta.2",
  36. "@nextcloud/capabilities": "^1.0.4",
  37. "@nextcloud/dialogs": "^3.1.4",
  38. "@nextcloud/event-bus": "^2.1.1",
  39. "@nextcloud/files": "^2.1.0",
  40. "@nextcloud/initial-state": "^1.2.1",
  41. "@nextcloud/l10n": "^1.4.1",
  42. "@nextcloud/logger": "^2.1.0",
  43. "@nextcloud/moment": "^1.2.0",
  44. "@nextcloud/password-confirmation": "^4.0.1",
  45. "@nextcloud/paths": "^2.1.0",
  46. "@nextcloud/router": "^2.0.0",
  47. "@nextcloud/sharing": "^0.1.0",
  48. "@nextcloud/vue": "^7.0.0-beta.4",
  49. "@nextcloud/vue-dashboard": "^2.0.1",
  50. "autosize": "^5.0.1",
  51. "backbone": "^1.4.1",
  52. "blueimp-md5": "^2.19.0",
  53. "bootstrap": "^4.6.0",
  54. "buffer": "^6.0.3",
  55. "camelcase": "^6.3.0",
  56. "clipboard": "^2.0.10",
  57. "core-js": "^3.24.0",
  58. "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
  59. "debounce": "^1.2.1",
  60. "dompurify": "^2.3.6",
  61. "escape-html": "^1.0.3",
  62. "focus-visible": "^5.2.0",
  63. "handlebars": "^4.7.7",
  64. "ical.js": "^1.4.0",
  65. "jquery": "~3.6",
  66. "jquery-migrate": "~3.4",
  67. "jquery-ui": "^1.13.2",
  68. "jquery-ui-dist": "^1.13.1",
  69. "jstimezonedetect": "^1.0.7",
  70. "libphonenumber-js": "^1.10.13",
  71. "lodash": "^4.17.21",
  72. "marked": "^4.0.14",
  73. "moment": "^2.29.4",
  74. "moment-timezone": "^0.5.37",
  75. "nextcloud-vue-collections": "^0.9.0",
  76. "p-limit": "^4.0.0",
  77. "p-queue": "^7.3.0",
  78. "path": "^0.12.7",
  79. "query-string": "^7.1.1",
  80. "regenerator-runtime": "^0.13.9",
  81. "select2": "3.5.1",
  82. "snap.js": "^2.0.9",
  83. "stream-browserify": "^3.0.0",
  84. "strengthify": "github:nextcloud/strengthify#0.5.9",
  85. "underscore": "1.13.4",
  86. "url-search-params-polyfill": "^8.1.1",
  87. "v-click-outside": "^3.2.0",
  88. "v-tooltip": "^2.1.3",
  89. "vue": "^2.7.10",
  90. "vue-click-outside": "^1.1.0",
  91. "vue-clipboard2": "^0.3.3",
  92. "vue-cropperjs": "^4.2.0",
  93. "vue-infinite-loading": "^2.4.5",
  94. "vue-localstorage": "^0.6.2",
  95. "vue-material-design-icons": "^5.0.0",
  96. "vue-multiselect": "^2.1.6",
  97. "vue-router": "^3.5.3",
  98. "vuedraggable": "^2.24.3",
  99. "vuex": "^3.6.2",
  100. "vuex-router-sync": "^5.0.0",
  101. "webdav": "^4.8.0"
  102. },
  103. "devDependencies": {
  104. "@babel/node": "^7.17.10",
  105. "@nextcloud/babel-config": "^1.0.0",
  106. "@nextcloud/browserslist-config": "^2.3.0",
  107. "@nextcloud/eslint-config": "^8.0.0",
  108. "@nextcloud/stylelint-config": "^2.1.2",
  109. "@testing-library/jest-dom": "^5.16.4",
  110. "@testing-library/user-event": "^14.1.1",
  111. "@testing-library/vue": "^5.8.3",
  112. "@vue/test-utils": "^1.3.0",
  113. "@vue/vue2-jest": "^29.1.1",
  114. "babel-jest": "^29.0.3",
  115. "babel-loader": "^8.2.5",
  116. "babel-loader-exclude-node-modules-except": "^1.2.1",
  117. "css-loader": "^6.7.1",
  118. "eslint-plugin-es": "^4.1.0",
  119. "exports-loader": "^3.1.0",
  120. "file-loader": "^6.2.0",
  121. "handlebars": "^4.7.7",
  122. "handlebars-loader": "^1.7.1",
  123. "jasmine-core": "~2.5.2",
  124. "jasmine-sinon": "^0.4.0",
  125. "jest": "^29.0.3",
  126. "jest-environment-jsdom": "^29.0.3",
  127. "jsdoc": "^3.6.10",
  128. "jsdom": "^19.0.0",
  129. "karma": "^6.4.0",
  130. "karma-chrome-launcher": "^3.1.1",
  131. "karma-coverage": "2.2.0",
  132. "karma-jasmine": "^1.1.2",
  133. "karma-jasmine-sinon": "^1.0.4",
  134. "karma-spec-reporter": "^0.0.34",
  135. "karma-viewport": "^1.0.9",
  136. "node-sass": "~7.0.3",
  137. "puppeteer": "^15.5.0",
  138. "regextras": "^0.8.0",
  139. "sass": "^1.52.1",
  140. "sass-loader": "^12.6.0",
  141. "sinon": "<= 5.0.7",
  142. "style-loader": "^3.3.1",
  143. "vue-loader": "^15.9.8",
  144. "vue-template-compiler": "^2.7.10",
  145. "webpack": "^5.74.0",
  146. "webpack-cli": "^4.9.2",
  147. "webpack-merge": "^5.8.0"
  148. },
  149. "browserslist": [
  150. "extends @nextcloud/browserslist-config"
  151. ],
  152. "engines": {
  153. "node": "^16.0.0",
  154. "npm": "^7.0.0 || ^8.0.0"
  155. },
  156. "overrides": {
  157. "colors": "1.4.0"
  158. }
  159. }