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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "nextcloud",
  3. "version": "0.1.0",
  4. "description": "Nextcloud Server",
  5. "private": true,
  6. "directories": {
  7. "lib": "lib",
  8. "test": "tests"
  9. },
  10. "scripts": {
  11. "build": "webpack --progress --hide-modules --config webpack.prod.js",
  12. "dev": "webpack --progress --watch --config webpack.dev.js",
  13. "watch": "webpack --progress --watch --config webpack.dev.js"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/nextcloud/server.git"
  18. },
  19. "keywords": [
  20. "nextcloud"
  21. ],
  22. "license": "AGPL-3.0-or-later",
  23. "dependencies": {
  24. "@babel/polyfill": "^7.2.5",
  25. "Select2": "git+https://github.com/select2/select2.git#3.4.8",
  26. "autosize": "^4.0.2",
  27. "backbone": "^1.3.3",
  28. "blueimp-md5": "^2.10.0",
  29. "bootstrap": "^3.4.0",
  30. "clipboard": "^2.0.4",
  31. "css-vars-ponyfill": "^1.16.4",
  32. "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.1.3",
  33. "dompurify": "^1.0.9",
  34. "handlebars": "^4.1.0",
  35. "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm",
  36. "jquery": "^2.1.4",
  37. "jquery-migrate": "^1.4.1",
  38. "jquery-ui-dist": "^1.12.1",
  39. "jstimezonedetect": "^1.0.6",
  40. "marked": "^0.6.0",
  41. "moment": "^2.24.0",
  42. "nextcloud-axios": "^0.1.3",
  43. "snap.js": "^2.0.9",
  44. "strengthify": "git+https://github.com/MorrisJobke/strengthify.git",
  45. "underscore": "^1.9.1",
  46. "vue": "^2.6.5"
  47. },
  48. "devDependencies": {
  49. "@babel/core": "^7.2.2",
  50. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  51. "@babel/preset-env": "^7.3.1",
  52. "babel-loader": "^8.0.5",
  53. "css-loader": "^2.1.0",
  54. "exports-loader": "^0.7.0",
  55. "file-loader": "^3.0.1",
  56. "handlebars-loader": "^1.7.1",
  57. "node-sass": "^4.11.0",
  58. "sass-loader": "^7.1.0",
  59. "style-loader": "^0.23.1",
  60. "url-loader": "^1.1.2",
  61. "vue-loader": "^15.6.2",
  62. "vue-template-compiler": "^2.6.5",
  63. "webpack": "^4.29.3",
  64. "webpack-cli": "^3.2.3",
  65. "webpack-merge": "^4.2.1"
  66. }
  67. }