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 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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 '**/src/**/*.{vue,js}'",
  15. "lint:fix": "eslint '**/src/**/*.{vue,js}' --fix",
  16. "test": "jest",
  17. "test:watch": "jest --watch",
  18. "test:jsunit": "karma start tests/karma.config.js --single-run"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/nextcloud/server.git"
  23. },
  24. "keywords": [
  25. "nextcloud"
  26. ],
  27. "license": "AGPL-3.0-or-later",
  28. "dependencies": {
  29. "@chenfengyuan/vue-qrcode": "^1.0.2",
  30. "@nextcloud/auth": "^1.3.0",
  31. "@nextcloud/axios": "^1.8.0",
  32. "@nextcloud/capabilities": "^1.0.4",
  33. "@nextcloud/dialogs": "^3.1.2",
  34. "@nextcloud/event-bus": "^2.1.1",
  35. "@nextcloud/files": "^2.1.0",
  36. "@nextcloud/initial-state": "^1.2.1",
  37. "@nextcloud/jcrop": "^0.10.0",
  38. "@nextcloud/l10n": "^1.4.1",
  39. "@nextcloud/logger": "^2.1.0",
  40. "@nextcloud/moment": "^1.1.1",
  41. "@nextcloud/password-confirmation": "^1.0.1",
  42. "@nextcloud/paths": "^2.1.0",
  43. "@nextcloud/router": "^2.0.0",
  44. "@nextcloud/vue": "^4.3.0",
  45. "@nextcloud/vue-dashboard": "^2.0.1",
  46. "autosize": "^5.0.1",
  47. "backbone": "^1.4.0",
  48. "blueimp-md5": "^2.19.0",
  49. "bootstrap": "^4.6.0",
  50. "buffer": "^6.0.3",
  51. "camelcase": "^6.3.0",
  52. "clipboard": "^2.0.8",
  53. "core-js": "^3.20.3",
  54. "css-vars-ponyfill": "^2.4.7",
  55. "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
  56. "debounce": "^1.2.1",
  57. "dompurify": "^2.3.4",
  58. "escape-html": "^1.0.3",
  59. "handlebars": "^4.7.7",
  60. "ical.js": "^1.4.0",
  61. "icalzone": "^0.0.1",
  62. "jquery": "~3.6",
  63. "jquery-migrate": "~3.3",
  64. "jquery-ui": "^1.13.0",
  65. "jquery-ui-dist": "^1.13.0",
  66. "jstimezonedetect": "^1.0.7",
  67. "lodash": "^4.17.21",
  68. "marked": "^4.0.8",
  69. "moment": "^2.29.1",
  70. "moment-timezone": "^0.5.34",
  71. "nextcloud-vue-collections": "^0.9.0",
  72. "p-limit": "^4.0.0",
  73. "p-queue": "^7.1.0",
  74. "path": "^0.12.7",
  75. "query-string": "^7.0.1",
  76. "regenerator-runtime": "^0.13.9",
  77. "select2": "3.5.1",
  78. "snap.js": "^2.0.9",
  79. "stream-browserify": "^3.0.0",
  80. "strengthify": "github:nextcloud/strengthify#0.5.9",
  81. "underscore": "1.12.0",
  82. "url-search-params-polyfill": "^8.1.1",
  83. "uuid": "^8.3.2",
  84. "v-click-outside": "^3.1.2",
  85. "v-tooltip": "^2.1.3",
  86. "vue": "^2.6.14",
  87. "vue-click-outside": "^1.1.0",
  88. "vue-clipboard2": "^0.3.3",
  89. "vue-infinite-loading": "^2.4.5",
  90. "vue-localstorage": "^0.6.2",
  91. "vue-material-design-icons": "^4.13.0",
  92. "vue-multiselect": "^2.1.6",
  93. "vue-router": "^3.5.3",
  94. "vuedraggable": "^2.24.3",
  95. "vuex": "^3.6.2",
  96. "vuex-router-sync": "^5.0.0",
  97. "webdav": "^4.8.0"
  98. },
  99. "devDependencies": {
  100. "@nextcloud/babel-config": "^1.0.0",
  101. "@nextcloud/browserslist-config": "^2.2.0",
  102. "@nextcloud/eslint-config": "^6.1.2",
  103. "@nextcloud/stylelint-config": "^2.1.2",
  104. "@testing-library/jest-dom": "^5.16.1",
  105. "@testing-library/user-event": "^13.5.0",
  106. "@testing-library/vue": "^5.8.2",
  107. "@vue/test-utils": "^1.3.0",
  108. "babel-loader": "^8.2.3",
  109. "babel-loader-exclude-node-modules-except": "^1.2.1",
  110. "css-loader": "^5.2.7",
  111. "eslint-plugin-es": "^4.1.0",
  112. "eslint-webpack-plugin": "^3.1.1",
  113. "exports-loader": "^1.1.1",
  114. "file-loader": "^6.2.0",
  115. "handlebars-loader": "^1.7.1",
  116. "jest": "^26.6.3",
  117. "jsdom": "^19.0.0",
  118. "regextras": "^0.8.0",
  119. "sass": "^1.47.0",
  120. "sass-loader": "^10.1.1",
  121. "style-loader": "^2.0.0",
  122. "url-loader": "^4.1.1",
  123. "vue-jest": "^4.0.1",
  124. "vue-loader": "^15.9.8",
  125. "vue-template-compiler": "^2.6.14",
  126. "webpack": "^5.66.0",
  127. "webpack-cli": "^4.9.1",
  128. "webpack-merge": "^5.8.0",
  129. "handlebars": "^4.7.7",
  130. "jasmine-core": "~2.5.2",
  131. "jasmine-sinon": "^0.4.0",
  132. "jsdoc": "^3.6.7",
  133. "karma": "^6.3.11",
  134. "karma-chrome-launcher": "^3.1.0",
  135. "karma-coverage": "2.1.0",
  136. "karma-jasmine": "^1.1.2",
  137. "karma-jasmine-sinon": "^1.0.4",
  138. "karma-spec-reporter": "^0.0.33",
  139. "karma-viewport": "^1.0.8",
  140. "node-sass": "~6.0.1",
  141. "puppeteer": "^13.1.0",
  142. "sinon": "<= 5.0.7"
  143. },
  144. "browserslist": [
  145. "extends @nextcloud/browserslist-config"
  146. ],
  147. "engines": {
  148. "node": "^14.0.0",
  149. "npm": "^7.0.0"
  150. },
  151. "overrides": {
  152. "colors": "1.4.0"
  153. },
  154. "jest": {
  155. "moduleFileExtensions": [
  156. "js",
  157. "vue"
  158. ],
  159. "setupFilesAfterEnv": [
  160. "<rootDir>/tests/jestSetup.js"
  161. ],
  162. "transform": {
  163. "^.+\\.js$": "<rootDir>/tests/jestBabelTransformer.js",
  164. "^.+\\.vue$": "vue-jest"
  165. }
  166. }
  167. }