logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/

package.json (4758B)


  1. {
  2. "name": "pleroma_fe",
  3. "version": "2.7.1",
  4. "description": "Pleroma frontend, the default frontend of Pleroma social network server",
  5. "author": "Pleroma contributors <https://git.pleroma.social/pleroma/pleroma-fe/-/blob/develop/CONTRIBUTORS.md>",
  6. "private": false,
  7. "scripts": {
  8. "dev": "node build/dev-server.js",
  9. "build": "node build/build.js",
  10. "unit": "karma start test/unit/karma.conf.js --single-run",
  11. "unit:watch": "karma start test/unit/karma.conf.js --single-run=false",
  12. "e2e": "node test/e2e/runner.js",
  13. "test": "yarn run unit && yarn run e2e",
  14. "stylelint": "yarn exec stylelint '**/*.scss' '**/*.vue'",
  15. "lint": "eslint src test/unit/specs test/e2e/specs",
  16. "lint-fix": "eslint --fix src test/unit/specs test/e2e/specs"
  17. },
  18. "dependencies": {
  19. "@babel/runtime": "7.26.7",
  20. "@chenfengyuan/vue-qrcode": "2.0.0",
  21. "@fortawesome/fontawesome-svg-core": "6.7.2",
  22. "@fortawesome/free-regular-svg-icons": "6.7.2",
  23. "@fortawesome/free-solid-svg-icons": "6.7.2",
  24. "@fortawesome/vue-fontawesome": "3.0.8",
  25. "@kazvmoe-infra/pinch-zoom-element": "1.2.0",
  26. "@kazvmoe-infra/unicode-emoji-json": "0.4.0",
  27. "@ruffle-rs/ruffle": "0.1.0-nightly.2025.1.13",
  28. "@vuelidate/core": "2.0.3",
  29. "@vuelidate/validators": "2.0.4",
  30. "body-scroll-lock": "3.1.5",
  31. "chromatism": "3.0.0",
  32. "click-outside-vue3": "4.0.1",
  33. "cropperjs": "1.6.2",
  34. "escape-html": "1.0.3",
  35. "globals": "^15.14.0",
  36. "hash-sum": "^2.0.0",
  37. "js-cookie": "3.0.5",
  38. "localforage": "1.10.0",
  39. "pako": "^2.1.0",
  40. "parse-link-header": "2.0.0",
  41. "phoenix": "1.7.19",
  42. "pinia": "^2.0.33",
  43. "punycode.js": "2.3.1",
  44. "qrcode": "1.5.4",
  45. "querystring-es3": "0.2.1",
  46. "url": "0.11.4",
  47. "utf8": "3.0.0",
  48. "vue": "3.5.13",
  49. "vue-i18n": "10",
  50. "vue-router": "4.5.0",
  51. "vue-virtual-scroller": "^2.0.0-beta.7",
  52. "vuex": "4.1.0"
  53. },
  54. "devDependencies": {
  55. "@babel/core": "7.26.8",
  56. "@babel/eslint-parser": "7.26.8",
  57. "@babel/plugin-transform-runtime": "7.26.8",
  58. "@babel/preset-env": "7.26.8",
  59. "@babel/register": "7.25.9",
  60. "@intlify/vue-i18n-loader": "5.0.1",
  61. "@ungap/event-target": "0.2.4",
  62. "@vue/babel-helper-vue-jsx-merge-props": "1.4.0",
  63. "@vue/babel-plugin-jsx": "1.2.5",
  64. "@vue/compiler-sfc": "3.5.13",
  65. "@vue/test-utils": "2.4.6",
  66. "autoprefixer": "10.4.20",
  67. "babel-loader": "9.2.1",
  68. "babel-plugin-lodash": "3.3.4",
  69. "chai": "4.5.0",
  70. "chalk": "5.4.1",
  71. "chromedriver": "133.0.0",
  72. "connect-history-api-fallback": "2.0.0",
  73. "copy-webpack-plugin": "12.0.2",
  74. "cross-spawn": "7.0.6",
  75. "css-loader": "7.1.2",
  76. "css-minimizer-webpack-plugin": "7.0.0",
  77. "custom-event-polyfill": "1.0.7",
  78. "eslint": "9.20.0",
  79. "eslint-config-standard": "17.1.0",
  80. "eslint-formatter-friendly": "7.0.0",
  81. "eslint-plugin-import": "2.31.0",
  82. "eslint-plugin-n": "17.15.1",
  83. "eslint-plugin-promise": "7.2.1",
  84. "eslint-plugin-vue": "9.32.0",
  85. "eslint-webpack-plugin": "4.2.0",
  86. "eventsource-polyfill": "0.9.6",
  87. "express": "4.21.2",
  88. "function-bind": "1.1.2",
  89. "html-webpack-plugin": "5.6.3",
  90. "http-proxy-middleware": "3.0.3",
  91. "iso-639-1": "3.1.5",
  92. "json-loader": "0.5.7",
  93. "karma": "6.4.4",
  94. "karma-coverage": "2.2.1",
  95. "karma-firefox-launcher": "2.1.3",
  96. "karma-mocha": "2.0.1",
  97. "karma-mocha-reporter": "2.2.5",
  98. "karma-sinon-chai": "2.0.2",
  99. "karma-sourcemap-loader": "0.4.0",
  100. "karma-spec-reporter": "0.0.36",
  101. "karma-webpack": "5.0.1",
  102. "lodash": "4.17.21",
  103. "mini-css-extract-plugin": "2.9.2",
  104. "mocha": "10.8.2",
  105. "nightwatch": "2.6.25",
  106. "opn": "5.5.0",
  107. "ora": "0.4.1",
  108. "postcss": "8.5.2",
  109. "postcss-html": "^1.5.0",
  110. "postcss-loader": "7.3.4",
  111. "postcss-scss": "^4.0.6",
  112. "sass": "1.84.0",
  113. "sass-loader": "13.3.3",
  114. "selenium-server": "3.141.59",
  115. "semver": "7.7.1",
  116. "serviceworker-webpack5-plugin": "2.0.0",
  117. "shelljs": "0.8.5",
  118. "sinon": "15.2.0",
  119. "sinon-chai": "3.7.0",
  120. "stylelint": "14.16.1",
  121. "stylelint-config-html": "^1.1.0",
  122. "stylelint-config-recommended-scss": "^8.0.0",
  123. "stylelint-config-recommended-vue": "^1.4.0",
  124. "stylelint-config-standard": "29.0.0",
  125. "stylelint-rscss": "0.4.0",
  126. "stylelint-webpack-plugin": "^3.3.0",
  127. "vue-loader": "17.4.2",
  128. "vue-style-loader": "4.1.3",
  129. "webpack": "5.97.1",
  130. "webpack-dev-middleware": "3.7.3",
  131. "webpack-hot-middleware": "2.26.1",
  132. "webpack-merge": "0.20.0"
  133. },
  134. "engines": {
  135. "node": ">= 16.0.0"
  136. },
  137. "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
  138. }