package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "musare-frontend",
  3. "sideEffects": [
  4. "*.css",
  5. "*.vue"
  6. ],
  7. "private": true,
  8. "version": "3.5.0-rc1",
  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.17.9",
  21. "@babel/eslint-parser": "^7.17.0",
  22. "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
  23. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  24. "@babel/plugin-transform-runtime": "^7.17.0",
  25. "@babel/preset-env": "^7.16.11",
  26. "@vue/compiler-sfc": "^3.2.32",
  27. "babel-loader": "^8.2.4",
  28. "css-loader": "^6.7.1",
  29. "eslint": "^8.13.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": "^8.6.0",
  34. "eslint-webpack-plugin": "^3.1.1",
  35. "fetch": "^1.1.0",
  36. "less": "^4.1.2",
  37. "less-loader": "^10.2.0",
  38. "prettier": "^2.6.2",
  39. "style-resources-loader": "^1.5.0",
  40. "vue-style-loader": "^4.1.3",
  41. "webpack-cli": "^4.9.2",
  42. "webpack-dev-server": "^4.8.1"
  43. },
  44. "dependencies": {
  45. "@babel/runtime": "^7.17.9",
  46. "can-autoplay": "^3.0.2",
  47. "config": "^3.3.7",
  48. "date-fns": "^2.28.0",
  49. "dompurify": "^2.3.6",
  50. "eslint-config-airbnb-base": "^15.0.0",
  51. "html-webpack-plugin": "^5.5.0",
  52. "lofig": "^1.3.4",
  53. "marked": "^4.0.14",
  54. "normalize.css": "^8.0.1",
  55. "toasters": "^2.3.1",
  56. "vue": "3.2.31",
  57. "vue-content-loader": "^2.0.1",
  58. "vue-loader": "^17.0.0",
  59. "vue-router": "^4.0.14",
  60. "vue-tippy": "^6.0.0-alpha.57",
  61. "vuedraggable": "^4.1.0",
  62. "vuex": "^4.0.2",
  63. "webpack": "5.72.0",
  64. "webpack-bundle-analyzer": "^4.5.0",
  65. "webpack-merge": "^5.8.0"
  66. }
  67. }