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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. "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.3.1",
  36. "@nextcloud/capabilities": "^1.0.4",
  37. "@nextcloud/dialogs": "^3.1.2",
  38. "@nextcloud/event-bus": "^2.1.1",
  39. "@nextcloud/files": "^2.1.0",
  40. "@nextcloud/initial-state": "^1.2.1",
  41. "@nextcloud/jcrop": "^0.10.0",
  42. "@nextcloud/l10n": "^1.4.1",
  43. "@nextcloud/logger": "^2.1.0",
  44. "@nextcloud/moment": "^1.2.0",
  45. "@nextcloud/password-confirmation": "^1.0.1",
  46. "@nextcloud/paths": "^2.1.0",
  47. "@nextcloud/router": "^2.0.0",
  48. "@nextcloud/sharing": "^0.1.0",
  49. "@nextcloud/vue": "^5.3.1",
  50. "@nextcloud/vue-dashboard": "^2.0.1",
  51. "autosize": "^5.0.1",
  52. "backbone": "^1.4.1",
  53. "blueimp-md5": "^2.19.0",
  54. "bootstrap": "^4.6.0",
  55. "buffer": "^6.0.3",
  56. "camelcase": "^6.3.0",
  57. "clipboard": "^2.0.10",
  58. "core-js": "^3.22.0",
  59. "css-vars-ponyfill": "^2.4.7",
  60. "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
  61. "debounce": "^1.2.1",
  62. "dompurify": "^2.3.6",
  63. "escape-html": "^1.0.3",
  64. "focus-visible": "^5.2.0",
  65. "handlebars": "^4.7.7",
  66. "ical.js": "^1.4.0",
  67. "jquery": "~3.6",
  68. "jquery-migrate": "~3.4",
  69. "jquery-ui": "^1.13.1",
  70. "jquery-ui-dist": "^1.13.1",
  71. "jstimezonedetect": "^1.0.7",
  72. "lodash": "^4.17.21",
  73. "marked": "^4.0.14",
  74. "moment": "^2.29.2",
  75. "moment-timezone": "^0.5.34",
  76. "nextcloud-vue-collections": "^0.9.0",
  77. "p-limit": "^4.0.0",
  78. "p-queue": "^7.2.0",
  79. "path": "^0.12.7",
  80. "query-string": "^7.1.1",
  81. "regenerator-runtime": "^0.13.9",
  82. "select2": "3.5.1",
  83. "snap.js": "^2.0.9",
  84. "stream-browserify": "^3.0.0",
  85. "strengthify": "github:nextcloud/strengthify#0.5.9",
  86. "underscore": "1.12.0",
  87. "url-search-params-polyfill": "^8.1.1",
  88. "v-click-outside": "^3.1.2",
  89. "v-tooltip": "^2.1.3",
  90. "vue": "^2.6.14",
  91. "vue-click-outside": "^1.1.0",
  92. "vue-clipboard2": "^0.3.3",
  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.2.0",
  107. "@nextcloud/eslint-config": "^7.0.2",
  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. "babel-loader": "^8.2.5",
  114. "babel-loader-exclude-node-modules-except": "^1.2.1",
  115. "css-loader": "^6.7.1",
  116. "eslint-plugin-es": "^4.1.0",
  117. "exports-loader": "^3.1.0",
  118. "file-loader": "^6.2.0",
  119. "handlebars": "^4.7.7",
  120. "handlebars-loader": "^1.7.1",
  121. "jasmine-core": "~2.5.2",
  122. "jasmine-sinon": "^0.4.0",
  123. "jest": "^26.6.3",
  124. "jsdoc": "^3.6.10",
  125. "jsdom": "^19.0.0",
  126. "karma": "^6.3.19",
  127. "karma-chrome-launcher": "^3.1.1",
  128. "karma-coverage": "2.2.0",
  129. "karma-jasmine": "^1.1.2",
  130. "karma-jasmine-sinon": "^1.0.4",
  131. "karma-spec-reporter": "^0.0.34",
  132. "karma-viewport": "^1.0.9",
  133. "node-sass": "~7.0.1",
  134. "puppeteer": "^14.1.0",
  135. "regextras": "^0.8.0",
  136. "sass": "^1.52.1",
  137. "sass-loader": "^12.6.0",
  138. "sinon": "<= 5.0.7",
  139. "style-loader": "^3.3.1",
  140. "vue-jest": "^4.0.1",
  141. "vue-loader": "^15.9.8",
  142. "vue-template-compiler": "^2.6.14",
  143. "webpack": "^5.72.0",
  144. "webpack-cli": "^4.9.2",
  145. "webpack-merge": "^5.8.0"
  146. },
  147. "browserslist": [
  148. "extends @nextcloud/browserslist-config"
  149. ],
  150. "engines": {
  151. "node": "^14.0.0",
  152. "npm": "^7.0.0"
  153. },
  154. "overrides": {
  155. "colors": "1.4.0"
  156. },
  157. "jest": {
  158. "moduleFileExtensions": [
  159. "js",
  160. "vue"
  161. ],
  162. "setupFilesAfterEnv": [
  163. "<rootDir>/tests/jestSetup.js"
  164. ],
  165. "transform": {
  166. "^.+\\.js$": "<rootDir>/tests/jestBabelTransformer.js",
  167. "^.+\\.vue$": "vue-jest"
  168. }
  169. }
  170. }