package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "musare-frontend",
  3. "sideEffects": [
  4. "*.css",
  5. "*.vue"
  6. ],
  7. "private": true,
  8. "version": "2.1.0",
  9. "description": "A modern, open-source, collaborative music app https://musare.com",
  10. "main": "main.js",
  11. "author": "Musare Team",
  12. "license": "GPL-3.0",
  13. "repository": "https://github.com/Musare/MusareNode",
  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.15.8",
  21. "@babel/eslint-parser": "^7.15.8",
  22. "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
  23. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  24. "@babel/plugin-transform-runtime": "^7.15.8",
  25. "@babel/preset-env": "^7.15.8",
  26. "@vue/compiler-sfc": "^3.2.20",
  27. "babel-loader": "^8.2.2",
  28. "css-loader": "^6.4.0",
  29. "eslint": "^7.32.0",
  30. "eslint-config-prettier": "^8.3.0",
  31. "eslint-plugin-import": "^2.24.2",
  32. "eslint-plugin-prettier": "^4.0.0",
  33. "eslint-plugin-vue": "^7.19.1",
  34. "eslint-webpack-plugin": "^3.0.1",
  35. "fetch": "^1.1.0",
  36. "node-sass": "^6.0.1",
  37. "prettier": "^2.4.1",
  38. "sass-loader": "^12.1.0",
  39. "vue-style-loader": "^4.1.3",
  40. "webpack-cli": "^4.9.0",
  41. "webpack-dev-server": "^4.3.1"
  42. },
  43. "dependencies": {
  44. "@babel/runtime": "^7.15.4",
  45. "config": "^3.3.6",
  46. "date-fns": "^2.25.0",
  47. "dompurify": "^2.3.3",
  48. "eslint-config-airbnb-base": "^14.2.1",
  49. "html-webpack-plugin": "^5.3.2",
  50. "marked": "^3.0.7",
  51. "toasters": "^2.3.1",
  52. "vue": "^3.2.20",
  53. "vue-content-loader": "^2.0.0",
  54. "vue-loader": "^16.8.1",
  55. "vue-router": "^4.0.11",
  56. "vue-tippy": "^6.0.0-alpha.34",
  57. "vuedraggable": "^4.1.0",
  58. "vuex": "^4.0.2",
  59. "webpack": "5.58.1",
  60. "webpack-bundle-analyzer": "^4.4.2",
  61. "webpack-merge": "^5.8.0"
  62. }
  63. }