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ů.
 
 
 
 

47 řádky
1.2 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",
  11. "dev": "webpack-dev-server --open --config webpack.config.dev.js"
  12. },
  13. "dependencies": {
  14. "luxon": "^1.21.3",
  15. "qrcode": "^1.4.4",
  16. "safe-eval": "^0.4.1",
  17. "sass": "^1.26.10",
  18. "sass-loader": "^9.0.2",
  19. "vee-validate": "^2.2.8",
  20. "vue": "^2.6.10",
  21. "vue-datetime": "^1.0.0-beta.11",
  22. "vue-router": "^3.0.6",
  23. "vue-select": "^3.4.0",
  24. "vuex": "^3.1.1"
  25. },
  26. "devDependencies": {
  27. "babel-core": "^6.26.3",
  28. "babel-loader": "^7.1.5",
  29. "babel-plugin-root-import": "^6.5.0",
  30. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  31. "babel-preset-env": "^1.7.0",
  32. "babel-preset-stage-3": "^6.24.1",
  33. "babel-preset-vue": "^2.0.2",
  34. "copy-webpack-plugin": "^5.1.1",
  35. "css-loader": "^2.1.1",
  36. "file-loader": "^6.0.0",
  37. "html-webpack-plugin": "^3.2.0",
  38. "path": "^0.12.7",
  39. "vue-loader": "^14.2.3",
  40. "vue-template-compiler": "^2.6.10",
  41. "webpack": "^4.39.3",
  42. "webpack-cli": "^3.3.8",
  43. "webpack-dev-server": "^3.8.0",
  44. "webpack-merge": "^5.0.9"
  45. }
  46. }