package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "@intlify/vite-plugin-vue-i18n": "^6.0.1",
  36. "@vitejs/plugin-vue": "^3.0.3",
  37. "can-autoplay": "^3.0.2",
  38. "chart.js": "^3.9.1",
  39. "config": "^3.3.7",
  40. "date-fns": "^2.29.2",
  41. "dompurify": "^2.4.0",
  42. "eslint-config-airbnb-base": "^15.0.0",
  43. "lofig": "^1.3.4",
  44. "marked": "^4.1.0",
  45. "normalize.css": "^8.0.1",
  46. "pinia": "^2.0.21",
  47. "toasters": "^2.3.1",
  48. "typescript": "^4.8.2",
  49. "vite": "^3.0.9",
  50. "vue": "^3.2.38",
  51. "vue-chartjs": "^4.1.1",
  52. "vue-content-loader": "^2.0.1",
  53. "vue-draggable-list": "^0.1.1",
  54. "vue-i18n": "^9.2.2",
  55. "vue-json-pretty": "^2.2.2",
  56. "vue-router": "^4.1.5",
  57. "vue-tippy": "^6.0.0-alpha.63"
  58. }
  59. }