package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "musare-frontend",
  3. "sideEffects": [
  4. "*.css",
  5. "*.vue"
  6. ],
  7. "private": true,
  8. "version": "3.7.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": "npx eslint src --ext .js,.vue",
  16. "dev": "npx vite",
  17. "prod": "npx vite build --emptyOutDir"
  18. },
  19. "devDependencies": {
  20. "@babel/core": "^7.18.5",
  21. "@babel/eslint-parser": "^7.18.2",
  22. "@vue/compiler-sfc": "^3.2.36",
  23. "eslint": "^8.17.0",
  24. "eslint-config-prettier": "^8.5.0",
  25. "eslint-plugin-import": "^2.26.0",
  26. "eslint-plugin-prettier": "^4.0.0",
  27. "eslint-plugin-vue": "^9.1.1",
  28. "fetch": "^1.1.0",
  29. "less": "^4.1.2",
  30. "prettier": "^2.6.2",
  31. "vite-plugin-dynamic-import": "^0.9.9",
  32. "vue-eslint-parser": "^9.0.2"
  33. },
  34. "dependencies": {
  35. "@vitejs/plugin-vue": "^2.3.3",
  36. "can-autoplay": "^3.0.2",
  37. "chart.js": "^3.8.0",
  38. "config": "^3.3.7",
  39. "date-fns": "^2.28.0",
  40. "dompurify": "^2.3.8",
  41. "eslint-config-airbnb-base": "^15.0.0",
  42. "lofig": "^1.3.4",
  43. "marked": "^4.0.16",
  44. "normalize.css": "^8.0.1",
  45. "toasters": "^2.3.1",
  46. "vite": "^2.9.12",
  47. "vue": "^3.2.36",
  48. "vue-chartjs": "^4.1.1",
  49. "vue-content-loader": "^2.0.1",
  50. "vue-json-pretty": "^2.1.0",
  51. "vue-loader": "^17.0.0",
  52. "vue-router": "^4.0.15",
  53. "vue-tippy": "^6.0.0-alpha.57",
  54. "vuedraggable": "^4.1.0",
  55. "vuex": "^4.0.2"
  56. }
  57. }