package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "musare-frontend",
  3. "sideEffects": [
  4. "*.css",
  5. "*.vue"
  6. ],
  7. "private": true,
  8. "version": "3.8.0-dev",
  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 --cache src --ext .js,.ts,.vue",
  16. "dev": "vite",
  17. "prod": "vite build --emptyOutDir",
  18. "typescript": "vue-tsc --noEmit --skipLibCheck"
  19. },
  20. "devDependencies": {
  21. "@typescript-eslint/eslint-plugin": "^5.36.1",
  22. "@typescript-eslint/parser": "^5.36.1",
  23. "eslint": "^8.23.0",
  24. "eslint-config-prettier": "^8.5.0",
  25. "eslint-plugin-import": "^2.26.0",
  26. "eslint-plugin-prettier": "^4.2.1",
  27. "eslint-plugin-vue": "^9.4.0",
  28. "less": "^4.1.3",
  29. "prettier": "^2.7.1",
  30. "vite-plugin-dynamic-import": "^1.1.1",
  31. "vue-eslint-parser": "^9.0.3",
  32. "vue-tsc": "^0.39.5"
  33. },
  34. "dependencies": {
  35. "@vitejs/plugin-vue": "^3.0.3",
  36. "can-autoplay": "^3.0.2",
  37. "chart.js": "^3.9.1",
  38. "config": "^3.3.7",
  39. "date-fns": "^2.29.2",
  40. "dompurify": "^2.4.0",
  41. "eslint-config-airbnb-base": "^15.0.0",
  42. "lofig": "^1.3.4",
  43. "marked": "^4.1.0",
  44. "normalize.css": "^8.0.1",
  45. "pinia": "^2.0.21",
  46. "toasters": "^2.3.1",
  47. "typescript": "^4.8.2",
  48. "vite": "^3.0.9",
  49. "vue": "^3.2.38",
  50. "vue-chartjs": "^4.1.1",
  51. "vue-content-loader": "^2.0.1",
  52. "vue-draggable-list": "^0.1.1",
  53. "vue-json-pretty": "^2.2.2",
  54. "vue-router": "^4.1.5",
  55. "vue-tippy": "^6.0.0-alpha.63"
  56. }
  57. }