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.14.6",
  21. "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
  22. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  23. "@babel/plugin-transform-runtime": "^7.14.5",
  24. "@babel/preset-env": "^7.14.7",
  25. "@vue/compiler-sfc": "^3.1.4",
  26. "@babel/eslint-parser": "^7.14.7",
  27. "babel-loader": "^8.2.2",
  28. "css-loader": "^5.2.6",
  29. "eslint": "^7.30.0",
  30. "eslint-config-prettier": "^8.3.0",
  31. "eslint-webpack-plugin": "^2.5.4",
  32. "eslint-plugin-import": "^2.23.0",
  33. "eslint-plugin-prettier": "^3.4.0",
  34. "eslint-plugin-vue": "^7.13.0",
  35. "fetch": "^1.1.0",
  36. "node-sass": "^6.0.1",
  37. "prettier": "2.3.2",
  38. "sass-loader": "^12.1.0",
  39. "vue-style-loader": "^4.1.3",
  40. "webpack-cli": "^4.7.2",
  41. "webpack-dev-server": "^3.11.2"
  42. },
  43. "dependencies": {
  44. "@babel/runtime": "^7.13.10",
  45. "config": "^3.3.6",
  46. "date-fns": "^2.22.1",
  47. "dompurify": "^2.3.0",
  48. "eslint-config-airbnb-base": "^14.2.1",
  49. "html-webpack-plugin": "^5.3.2",
  50. "marked": "^2.1.3",
  51. "toasters": "^2.3.1",
  52. "vue": "^3.1.4",
  53. "vue-content-loader": "^2.0.0",
  54. "vue-loader": "^16.3.0",
  55. "vue-router": "^4.0.10",
  56. "vue-tippy": "^6.0.0-alpha.30",
  57. "vuedraggable": "^4.0.1",
  58. "vuex": "^4.0.2",
  59. "webpack": "5.38.0",
  60. "webpack-bundle-analyzer": "^4.4.2",
  61. "webpack-merge": "^5.8.0"
  62. }
  63. }