package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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 --cache src --ext .js,.ts,.vue",
  16. "dev": "npx vite",
  17. "prod": "npx vite build --emptyOutDir",
  18. "typescript": "npx tsc --noEmit --skipLibCheck"
  19. },
  20. "devDependencies": {
  21. "@typescript-eslint/eslint-plugin": "^5.30.5",
  22. "@typescript-eslint/parser": "^5.30.5",
  23. "@vue/compiler-sfc": "^3.2.36",
  24. "eslint": "^8.17.0",
  25. "eslint-config-prettier": "^8.5.0",
  26. "eslint-plugin-import": "^2.26.0",
  27. "eslint-plugin-prettier": "^4.0.0",
  28. "eslint-plugin-vue": "^9.1.1",
  29. "fetch": "^1.1.0",
  30. "less": "^4.1.3",
  31. "prettier": "^2.6.2",
  32. "vite-plugin-dynamic-import": "^1.0.0",
  33. "vue-eslint-parser": "^9.0.2"
  34. },
  35. "dependencies": {
  36. "@vitejs/plugin-vue": "^2.3.3",
  37. "can-autoplay": "^3.0.2",
  38. "chart.js": "^3.8.0",
  39. "config": "^3.3.7",
  40. "date-fns": "^2.29.1",
  41. "dompurify": "^2.3.8",
  42. "eslint-config-airbnb-base": "^15.0.0",
  43. "lofig": "^1.3.4",
  44. "marked": "^4.0.16",
  45. "normalize.css": "^8.0.1",
  46. "sortablejs": "^1.15.0",
  47. "sortablejs-vue3": "^1.1.0",
  48. "toasters": "^2.3.1",
  49. "typescript": "^4.7.4",
  50. "vite": "^2.9.12",
  51. "vue": "^3.2.36",
  52. "vue-chartjs": "^4.1.1",
  53. "vue-content-loader": "^2.0.1",
  54. "vue-json-pretty": "^2.1.1",
  55. "vue-loader": "^17.0.0",
  56. "vue-router": "^4.0.15",
  57. "vue-tippy": "^6.0.0-alpha.62",
  58. "vuedraggable": "^4.1.0",
  59. "vuex": "^4.0.2"
  60. }
  61. }