package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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.9.0",
  32. "@nextcloud/calendar-availability-vue": "^0.3.1",
  33. "@nextcloud/capabilities": "^1.0.4",
  34. "@nextcloud/dialogs": "^3.1.2",
  35. "@nextcloud/event-bus": "^2.1.1",
  36. "@nextcloud/files": "^2.1.0",
  37. "@nextcloud/initial-state": "^1.2.1",
  38. "@nextcloud/jcrop": "^0.10.0",
  39. "@nextcloud/l10n": "^1.4.1",
  40. "@nextcloud/logger": "^2.1.0",
  41. "@nextcloud/moment": "^1.2.1",
  42. "@nextcloud/password-confirmation": "^1.0.1",
  43. "@nextcloud/paths": "^2.1.0",
  44. "@nextcloud/router": "^2.0.0",
  45. "@nextcloud/sharing": "^0.1.0",
  46. "@nextcloud/vue": "^5.3.1",
  47. "@nextcloud/vue-dashboard": "^2.0.1",
  48. "autosize": "^5.0.1",
  49. "backbone": "^1.4.1",
  50. "blueimp-md5": "^2.19.0",
  51. "bootstrap": "^4.6.0",
  52. "buffer": "^6.0.3",
  53. "camelcase": "^6.3.0",
  54. "clipboard": "^2.0.11",
  55. "core-js": "^3.21.1",
  56. "css-vars-ponyfill": "^2.4.7",
  57. "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
  58. "debounce": "^1.2.1",
  59. "dompurify": "^2.3.10",
  60. "escape-html": "^1.0.3",
  61. "handlebars": "^4.7.7",
  62. "ical.js": "^1.4.0",
  63. "jquery": "~3.6",
  64. "jquery-migrate": "~3.4",
  65. "jquery-ui": "^1.13.2",
  66. "jquery-ui-dist": "^1.13.1",
  67. "jstimezonedetect": "^1.0.7",
  68. "lodash": "^4.17.21",
  69. "marked": "^4.0.13",
  70. "moment": "^2.29.3",
  71. "moment-timezone": "^0.5.34",
  72. "nextcloud-vue-collections": "^0.9.0",
  73. "p-limit": "^4.0.0",
  74. "p-queue": "^7.2.0",
  75. "path": "^0.12.7",
  76. "query-string": "^7.1.1",
  77. "regenerator-runtime": "^0.13.9",
  78. "select2": "3.5.1",
  79. "snap.js": "^2.0.9",
  80. "stream-browserify": "^3.0.0",
  81. "strengthify": "github:nextcloud/strengthify#0.5.9",
  82. "underscore": "1.12.1",
  83. "url-search-params-polyfill": "^8.1.1",
  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": "^5.0.0",
  92. "vue-multiselect": "^2.1.6",
  93. "vue-router": "^3.5.4",
  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": "^7.0.2",
  103. "@nextcloud/stylelint-config": "^2.1.2",
  104. "@testing-library/jest-dom": "^5.16.4",
  105. "@testing-library/user-event": "^14.0.4",
  106. "@testing-library/vue": "^5.8.3",
  107. "@vue/test-utils": "^1.3.0",
  108. "babel-loader": "^8.2.4",
  109. "babel-loader-exclude-node-modules-except": "^1.2.1",
  110. "css-loader": "^6.7.1",
  111. "eslint-plugin-es": "^4.1.0",
  112. "eslint-webpack-plugin": "^3.1.1",
  113. "exports-loader": "^3.1.0",
  114. "file-loader": "^6.2.0",
  115. "handlebars": "^4.7.7",
  116. "handlebars-loader": "^1.7.2",
  117. "jasmine-core": "~2.5.2",
  118. "jasmine-sinon": "^0.4.0",
  119. "jest": "^26.6.3",
  120. "jsdoc": "^3.6.11",
  121. "jsdom": "^19.0.0",
  122. "karma": "^6.3.20",
  123. "karma-chrome-launcher": "^3.1.1",
  124. "karma-coverage": "2.2.0",
  125. "karma-jasmine": "^1.1.2",
  126. "karma-jasmine-sinon": "^1.0.4",
  127. "karma-spec-reporter": "^0.0.34",
  128. "karma-viewport": "^1.0.9",
  129. "node-sass": "~7.0.1",
  130. "puppeteer": "^13.5.2",
  131. "regextras": "^0.8.0",
  132. "sass": "^1.50.1",
  133. "sass-loader": "^12.6.0",
  134. "sinon": "<= 5.0.7",
  135. "style-loader": "^3.3.1",
  136. "vue-jest": "^4.0.1",
  137. "vue-loader": "^15.9.8",
  138. "vue-template-compiler": "^2.6.14",
  139. "webpack": "^5.72.1",
  140. "webpack-cli": "^4.9.2",
  141. "webpack-merge": "^5.8.0"
  142. },
  143. "browserslist": [
  144. "extends @nextcloud/browserslist-config"
  145. ],
  146. "engines": {
  147. "node": "^14.0.0",
  148. "npm": "^7.0.0"
  149. },
  150. "overrides": {
  151. "colors": "1.4.0"
  152. },
  153. "jest": {
  154. "moduleFileExtensions": [
  155. "js",
  156. "vue"
  157. ],
  158. "setupFilesAfterEnv": [
  159. "<rootDir>/tests/jestSetup.js"
  160. ],
  161. "transform": {
  162. "^.+\\.js$": "<rootDir>/tests/jestBabelTransformer.js",
  163. "^.+\\.vue$": "vue-jest"
  164. }
  165. }
  166. }