package.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. "@vue/cli-plugin-unit-jest": "^4.5.15",
  52. "autosize": "^5.0.1",
  53. "backbone": "^1.4.1",
  54. "blueimp-md5": "^2.19.0",
  55. "bootstrap": "^4.6.0",
  56. "buffer": "^6.0.3",
  57. "camelcase": "^6.3.0",
  58. "clipboard": "^2.0.10",
  59. "core-js": "^3.22.7",
  60. "css-vars-ponyfill": "^2.4.7",
  61. "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1",
  62. "debounce": "^1.2.1",
  63. "dompurify": "^2.3.6",
  64. "escape-html": "^1.0.3",
  65. "focus-visible": "^5.2.0",
  66. "handlebars": "^4.7.7",
  67. "ical.js": "^1.4.0",
  68. "jquery": "~3.6",
  69. "jquery-migrate": "~3.4",
  70. "jquery-ui": "^1.13.1",
  71. "jquery-ui-dist": "^1.13.1",
  72. "jstimezonedetect": "^1.0.7",
  73. "lodash": "^4.17.21",
  74. "marked": "^4.0.14",
  75. "moment": "^2.29.2",
  76. "moment-timezone": "^0.5.34",
  77. "nextcloud-vue-collections": "^0.9.0",
  78. "p-limit": "^4.0.0",
  79. "p-queue": "^7.2.0",
  80. "path": "^0.12.7",
  81. "query-string": "^7.1.1",
  82. "regenerator-runtime": "^0.13.9",
  83. "select2": "3.5.1",
  84. "snap.js": "^2.0.9",
  85. "stream-browserify": "^3.0.0",
  86. "strengthify": "github:nextcloud/strengthify#0.5.9",
  87. "underscore": "1.12.0",
  88. "url-search-params-polyfill": "^8.1.1",
  89. "v-click-outside": "^3.1.2",
  90. "v-tooltip": "^2.1.3",
  91. "vue": "^2.6.14",
  92. "vue-click-outside": "^1.1.0",
  93. "vue-clipboard2": "^0.3.3",
  94. "vue-infinite-loading": "^2.4.5",
  95. "vue-localstorage": "^0.6.2",
  96. "vue-material-design-icons": "^5.0.0",
  97. "vue-multiselect": "^2.1.6",
  98. "vue-router": "^3.5.3",
  99. "vuedraggable": "^2.24.3",
  100. "vuex": "^3.6.2",
  101. "vuex-router-sync": "^5.0.0",
  102. "webdav": "^4.8.0"
  103. },
  104. "devDependencies": {
  105. "@babel/node": "^7.17.10",
  106. "@nextcloud/babel-config": "^1.0.0",
  107. "@nextcloud/browserslist-config": "^2.2.0",
  108. "@nextcloud/eslint-config": "^7.0.2",
  109. "@nextcloud/stylelint-config": "^2.1.2",
  110. "@testing-library/jest-dom": "^5.16.4",
  111. "@testing-library/user-event": "^14.1.1",
  112. "@testing-library/vue": "^5.8.3",
  113. "@vue/test-utils": "^1.3.0",
  114. "babel-loader": "^8.2.5",
  115. "babel-loader-exclude-node-modules-except": "^1.2.1",
  116. "css-loader": "^6.7.1",
  117. "eslint-plugin-es": "^4.1.0",
  118. "exports-loader": "^3.1.0",
  119. "file-loader": "^6.2.0",
  120. "handlebars": "^4.7.7",
  121. "handlebars-loader": "^1.7.1",
  122. "jasmine-core": "~2.5.2",
  123. "jasmine-sinon": "^0.4.0",
  124. "jest": "^26.6.3",
  125. "jsdoc": "^3.6.10",
  126. "jsdom": "^19.0.0",
  127. "karma": "^6.3.19",
  128. "karma-chrome-launcher": "^3.1.1",
  129. "karma-coverage": "2.2.0",
  130. "karma-jasmine": "^1.1.2",
  131. "karma-jasmine-sinon": "^1.0.4",
  132. "karma-spec-reporter": "^0.0.34",
  133. "karma-viewport": "^1.0.9",
  134. "node-sass": "~7.0.1",
  135. "puppeteer": "^14.1.0",
  136. "regextras": "^0.8.0",
  137. "sass": "^1.52.1",
  138. "sass-loader": "^12.6.0",
  139. "sinon": "<= 5.0.7",
  140. "style-loader": "^3.3.1",
  141. "vue-jest": "^4.0.1",
  142. "vue-loader": "^15.9.8",
  143. "vue-template-compiler": "^2.6.14",
  144. "webpack": "^5.73.0",
  145. "webpack-cli": "^4.9.2",
  146. "webpack-merge": "^5.8.0"
  147. },
  148. "browserslist": [
  149. "extends @nextcloud/browserslist-config"
  150. ],
  151. "engines": {
  152. "node": "^14.0.0",
  153. "npm": "^7.0.0"
  154. },
  155. "overrides": {
  156. "colors": "1.4.0"
  157. },
  158. "jest": {
  159. "moduleFileExtensions": [
  160. "js",
  161. "vue"
  162. ],
  163. "setupFilesAfterEnv": [
  164. "<rootDir>/tests/jestSetup.js"
  165. ],
  166. "transform": {
  167. "^.+\\.js$": "<rootDir>/tests/jestBabelTransformer.js",
  168. "^.+\\.vue$": "vue-jest"
  169. }
  170. }
  171. }