package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "musare-frontend",
  3. "sideEffects": [
  4. "*.css",
  5. "*.vue"
  6. ],
  7. "private": true,
  8. "version": "3.11.0",
  9. "description": "An open-source collaborative music listening and catalogue curation application. Currently supporting YouTube based content.",
  10. "main": "main.js",
  11. "author": "Musare Team",
  12. "license": "GPL-3.0",
  13. "repository": "https://github.com/Musare/Musare",
  14. "scripts": {
  15. "lint": "eslint . --ext .js,.ts,.vue",
  16. "dev": "vite",
  17. "prod": "vite build --emptyOutDir",
  18. "typescript": "vue-tsc --noEmit --skipLibCheck",
  19. "test": "vitest",
  20. "coverage": "vitest run --coverage"
  21. },
  22. "devDependencies": {
  23. "@pinia/testing": "^0.1.3",
  24. "@types/can-autoplay": "^3.0.4",
  25. "@types/dompurify": "^3.0.5",
  26. "@typescript-eslint/eslint-plugin": "^7.0.2",
  27. "@typescript-eslint/parser": "^7.0.2",
  28. "@vitest/coverage-v8": "^1.3.1",
  29. "@vue/test-utils": "^2.4.4",
  30. "eslint": "^8.56.0",
  31. "eslint-config-prettier": "^9.1.0",
  32. "eslint-plugin-import": "^2.29.1",
  33. "eslint-plugin-prettier": "^5.1.3",
  34. "eslint-plugin-vue": "^9.22.0",
  35. "jsdom": "^24.0.0",
  36. "less": "^4.2.0",
  37. "prettier": "^3.2.5",
  38. "vite-plugin-dynamic-import": "^1.5.0",
  39. "vitest": "^1.3.1",
  40. "vue-eslint-parser": "^9.4.2",
  41. "vue-tsc": "^1.8.27"
  42. },
  43. "dependencies": {
  44. "@intlify/unplugin-vue-i18n": "^2.0.0",
  45. "@vitejs/plugin-vue": "^5.0.4",
  46. "can-autoplay": "^3.0.2",
  47. "chart.js": "^4.4.1",
  48. "date-fns": "^3.3.1",
  49. "dompurify": "^3.0.9",
  50. "eslint-config-airbnb-base": "^15.0.0",
  51. "marked": "^12.0.0",
  52. "normalize.css": "^8.0.1",
  53. "pinia": "^2.1.7",
  54. "toasters": "^2.3.1",
  55. "typescript": "^5.3.3",
  56. "vite": "^5.1.4",
  57. "vue": "^3.3.2",
  58. "vue-chartjs": "^5.3.0",
  59. "vue-content-loader": "^2.0.1",
  60. "vue-draggable-list": "^0.1.3",
  61. "vue-i18n": "^9.9.1",
  62. "vue-json-pretty": "^2.3.0",
  63. "vue-router": "^4.3.0",
  64. "vue-tippy": "^6.4.1"
  65. }
  66. }