package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "description": "The WebUI for OliveTin",
  5. "repository": "https://github.com/OliveTin/OliveTin",
  6. "source": "index.html",
  7. "devDependencies": {
  8. "eslint-plugin-vue": "^10.10.0",
  9. "process": "^0.11.10",
  10. "stylelint": "^17.14.1",
  11. "stylelint-config-standard": "^40.0.0"
  12. },
  13. "scripts": {
  14. "test": "node --test resources/vue/components/*.test.mjs resources/vue/utils/*.test.mjs"
  15. },
  16. "author": "",
  17. "parcelIgnore": [
  18. "theme.css",
  19. "OliveTinLogo.png",
  20. "OliveTinLogo-57px.png",
  21. "OliveTinLogo-120px.png",
  22. "OliveTinLogo-180px.png"
  23. ],
  24. "license": "AGPL-3.0-only",
  25. "dependencies": {
  26. "@connectrpc/connect": "^2.1.2",
  27. "@connectrpc/connect-web": "^2.1.2",
  28. "@hugeicons/core-free-icons": "^4.2.3",
  29. "@hugeicons/vue": "^1.0.7",
  30. "@vitejs/plugin-vue": "^6.0.8",
  31. "@xterm/addon-fit": "^0.11.0",
  32. "@xterm/addon-web-links": "^0.12.0",
  33. "@xterm/xterm": "^6.0.0",
  34. "iconify-icon": "^3.0.2",
  35. "picocrank": "^1.21.2",
  36. "standard": "^17.1.2",
  37. "unplugin-vue-components": "^32.1.0",
  38. "vite": "^8.1.5",
  39. "vue": "^3.5.40",
  40. "vue-i18n": "^11.4.8",
  41. "vue-router": "^5.2.0"
  42. },
  43. "engines": {
  44. "node": "^20.19.0 || >=22.12.0"
  45. }
  46. }