The Bubble web UI in VueJS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

56 řádky
1.5 KiB

  1. {
  2. "name": "bubble-web",
  3. "version": "1.0.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://git.bubblev.org/bubblev/bubble-web.git"
  7. },
  8. "license": "LicenseRef-LICENSE.md",
  9. "scripts": {
  10. "start": "webpack-dev-server --open --env.server=$BUBBLE_API",
  11. "dev": "webpack-dev-server --open --env.server=$MY_BUBBLE_API"
  12. },
  13. "dependencies": {
  14. "blueimp-md5": "^2.18.0",
  15. "lottie-web": "^5.7.1",
  16. "luxon": "^1.21.3",
  17. "qrcode": "^1.4.4",
  18. "safe-eval": "^0.4.1",
  19. "sass": "^1.26.10",
  20. "sass-loader": "^9.0.2",
  21. "vee-validate": "^2.2.8",
  22. "vue": "^2.6.10",
  23. "vue-click-outside": "^1.1.0",
  24. "vue-datetime": "^1.0.0-beta.11",
  25. "vue-js-modal": "^2.0.0-rc.6",
  26. "vue-router": "^3.0.6",
  27. "vue-select": "^3.10.7",
  28. "vue-snotify": "^3.2.1",
  29. "vue-spinner": "^1.0.4",
  30. "vuejs-datepicker": "^1.6.2",
  31. "vuelidate": "^0.7.5",
  32. "vuex": "^3.1.1"
  33. },
  34. "devDependencies": {
  35. "babel-core": "^6.26.3",
  36. "babel-loader": "^7.1.5",
  37. "babel-plugin-root-import": "^6.5.0",
  38. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  39. "babel-preset-env": "^1.7.0",
  40. "babel-preset-stage-3": "^6.24.1",
  41. "babel-preset-vue": "^2.0.2",
  42. "copy-webpack-plugin": "^5.1.1",
  43. "css-loader": "^2.1.1",
  44. "file-loader": "^6.0.0",
  45. "html-webpack-plugin": "^3.2.0",
  46. "path": "^0.12.7",
  47. "style-loader": "^1.2.1",
  48. "vue-loader": "^14.2.3",
  49. "vue-template-compiler": "^2.6.10",
  50. "webpack": "^4.39.3",
  51. "webpack-cli": "^3.3.8",
  52. "webpack-dev-server": "^3.8.0",
  53. "webpack-merge": "^5.0.9"
  54. }
  55. }