package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "settings",
  3. "description": "Nextcloud settings",
  4. "version": "1.3.4",
  5. "author": "John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>",
  6. "license": "AGPL3",
  7. "private": true,
  8. "scripts": {
  9. "dev": "webpack --config webpack.dev.js",
  10. "watch": "webpack --progress --watch --config webpack.dev.js",
  11. "build": "webpack --progress --hide-modules --config webpack.prod.js"
  12. },
  13. "dependencies": {
  14. "@babel/polyfill": "^7.0.0",
  15. "lodash": "^4.17.13",
  16. "nextcloud-axios": "^0.1.2",
  17. "nextcloud-password-confirmation": "^0.4.1",
  18. "nextcloud-vue": "^0.3.2",
  19. "v-tooltip": "^2.0.0-rc.33",
  20. "vue": "^2.5.17",
  21. "vue-click-outside": "^1.0.7",
  22. "vue-infinite-loading": "^2.4.0",
  23. "vue-localstorage": "^0.6.2",
  24. "vue-multiselect": "^2.1.3",
  25. "vue-router": "^3.0.1",
  26. "vuex": "^3.0.1",
  27. "vuex-router-sync": "^5.0.0"
  28. },
  29. "browserslist": [
  30. "last 2 versions",
  31. "ie >= 11"
  32. ],
  33. "devDependencies": {
  34. "@babel/core": "^7.1.2",
  35. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  36. "@babel/preset-env": "^7.1.0",
  37. "babel-loader": "^8.0.4",
  38. "css-loader": "^1.0.1",
  39. "file-loader": "^1.1.11",
  40. "node-sass": "^4.12.0",
  41. "sass-loader": "^7.1.0",
  42. "vue-loader": "^15.4.2",
  43. "vue-template-compiler": "^2.5.17",
  44. "webpack": "^4.24.0",
  45. "webpack-cli": "^3.1.2",
  46. "webpack-merge": "^4.1.4"
  47. }
  48. }