package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "musare-frontend",
  3. "sideEffects": [
  4. "*.css",
  5. "*.vue"
  6. ],
  7. "private": true,
  8. "version": "3.6.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 webpack serve --config webpack.dev.js",
  17. "prod": "npx webpack --config webpack.prod.js"
  18. },
  19. "devDependencies": {
  20. "@babel/core": "^7.18.2",
  21. "@babel/eslint-parser": "^7.18.2",
  22. "@babel/plugin-proposal-object-rest-spread": "^7.18.0",
  23. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  24. "@babel/plugin-transform-runtime": "^7.18.2",
  25. "@babel/preset-env": "^7.18.2",
  26. "@vue/compiler-sfc": "^3.2.36",
  27. "babel-loader": "^8.2.5",
  28. "css-loader": "^6.7.1",
  29. "eslint": "^8.17.0",
  30. "eslint-config-prettier": "^8.5.0",
  31. "eslint-plugin-import": "^2.26.0",
  32. "eslint-plugin-prettier": "^4.0.0",
  33. "eslint-plugin-vue": "^9.1.0",
  34. "eslint-webpack-plugin": "^3.1.1",
  35. "fetch": "^1.1.0",
  36. "less": "^4.1.2",
  37. "less-loader": "^11.0.0",
  38. "prettier": "^2.6.2",
  39. "style-loader": "^3.3.1",
  40. "style-resources-loader": "^1.5.0",
  41. "vue-style-loader": "^4.1.3",
  42. "webpack-cli": "^4.9.2",
  43. "webpack-dev-server": "^4.9.1"
  44. },
  45. "dependencies": {
  46. "@babel/runtime": "^7.18.3",
  47. "can-autoplay": "^3.0.2",
  48. "chart.js": "^3.8.0",
  49. "config": "^3.3.7",
  50. "date-fns": "^2.28.0",
  51. "dompurify": "^2.3.8",
  52. "eslint-config-airbnb-base": "^15.0.0",
  53. "html-webpack-plugin": "^5.5.0",
  54. "lofig": "^1.3.4",
  55. "marked": "^4.0.16",
  56. "normalize.css": "^8.0.1",
  57. "toasters": "^2.3.1",
  58. "vue": "^3.2.36",
  59. "vue-chartjs": "^4.1.1",
  60. "vue-content-loader": "^2.0.1",
  61. "vue-json-pretty": "^2.1.0",
  62. "vue-loader": "^17.0.0",
  63. "vue-router": "^4.0.15",
  64. "vue-tippy": "^6.0.0-alpha.57",
  65. "vuedraggable": "^4.1.0",
  66. "vuex": "^4.0.2",
  67. "webpack": "^5.73.0",
  68. "webpack-bundle-analyzer": "^4.5.0",
  69. "webpack-merge": "^5.8.0"
  70. }
  71. }