logo

pleroma-fe

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

package.json (4573B)


  1. {
  2. "name": "pleroma_fe",
  3. "version": "2.6.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": "npm run unit && npm run e2e",
  14. "stylelint": "npx stylelint '**/*.scss' '**/*.vue'",
  15. "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
  16. "lint-fix": "eslint --fix --ext .js,.vue src test/unit/specs test/e2e/specs"
  17. },
  18. "dependencies": {
  19. "@babel/runtime": "7.21.5",
  20. "@chenfengyuan/vue-qrcode": "2.0.0",
  21. "@fortawesome/fontawesome-svg-core": "6.4.0",
  22. "@fortawesome/free-regular-svg-icons": "6.4.0",
  23. "@fortawesome/free-solid-svg-icons": "6.4.0",
  24. "@fortawesome/vue-fontawesome": "3.0.3",
  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.2024.3.17",
  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.5.13",
  34. "escape-html": "1.0.3",
  35. "js-cookie": "3.0.5",
  36. "localforage": "1.10.0",
  37. "parse-link-header": "2.0.0",
  38. "phoenix": "1.7.7",
  39. "punycode.js": "2.3.0",
  40. "qrcode": "1.5.3",
  41. "querystring-es3": "0.2.1",
  42. "url": "0.11.0",
  43. "utf8": "3.0.0",
  44. "vue": "3.2.45",
  45. "vue-i18n": "9.2.2",
  46. "vue-router": "4.1.6",
  47. "vue-template-compiler": "2.7.14",
  48. "vue-virtual-scroller": "^2.0.0-beta.7",
  49. "vuex": "4.1.0"
  50. },
  51. "devDependencies": {
  52. "@babel/core": "7.21.8",
  53. "@babel/eslint-parser": "7.21.8",
  54. "@babel/plugin-transform-runtime": "7.21.4",
  55. "@babel/preset-env": "7.21.5",
  56. "@babel/register": "7.21.0",
  57. "@intlify/vue-i18n-loader": "5.0.1",
  58. "@ungap/event-target": "0.2.4",
  59. "@vue/babel-helper-vue-jsx-merge-props": "1.4.0",
  60. "@vue/babel-plugin-jsx": "1.2.1",
  61. "@vue/compiler-sfc": "3.2.45",
  62. "@vue/test-utils": "2.2.8",
  63. "autoprefixer": "10.4.19",
  64. "babel-loader": "9.1.3",
  65. "babel-plugin-lodash": "3.3.4",
  66. "chai": "4.3.7",
  67. "chalk": "1.1.3",
  68. "chromedriver": "108.0.0",
  69. "connect-history-api-fallback": "2.0.0",
  70. "copy-webpack-plugin": "11.0.0",
  71. "cross-spawn": "7.0.3",
  72. "css-loader": "6.10.0",
  73. "css-minimizer-webpack-plugin": "4.2.2",
  74. "custom-event-polyfill": "1.0.7",
  75. "eslint": "8.33.0",
  76. "eslint-config-standard": "17.0.0",
  77. "eslint-formatter-friendly": "7.0.0",
  78. "eslint-plugin-import": "2.27.5",
  79. "eslint-plugin-n": "15.6.1",
  80. "eslint-plugin-promise": "6.1.1",
  81. "eslint-plugin-vue": "9.9.0",
  82. "eslint-webpack-plugin": "3.2.0",
  83. "eventsource-polyfill": "0.9.6",
  84. "express": "4.18.2",
  85. "function-bind": "1.1.1",
  86. "html-webpack-plugin": "5.5.1",
  87. "http-proxy-middleware": "2.0.6",
  88. "iso-639-1": "2.1.15",
  89. "json-loader": "0.5.7",
  90. "karma": "6.4.2",
  91. "karma-coverage": "2.2.0",
  92. "karma-firefox-launcher": "2.1.2",
  93. "karma-mocha": "2.0.1",
  94. "karma-mocha-reporter": "2.2.5",
  95. "karma-sinon-chai": "2.0.2",
  96. "karma-sourcemap-loader": "0.3.8",
  97. "karma-spec-reporter": "0.0.36",
  98. "karma-webpack": "5.0.0",
  99. "lodash": "4.17.21",
  100. "mini-css-extract-plugin": "2.7.6",
  101. "mocha": "10.2.0",
  102. "nightwatch": "2.6.25",
  103. "opn": "5.5.0",
  104. "ora": "0.4.1",
  105. "postcss": "8.4.23",
  106. "postcss-html": "^1.5.0",
  107. "postcss-loader": "7.0.2",
  108. "postcss-scss": "^4.0.6",
  109. "sass": "1.60.0",
  110. "sass-loader": "13.2.2",
  111. "selenium-server": "2.53.1",
  112. "semver": "7.3.8",
  113. "serviceworker-webpack5-plugin": "2.0.0",
  114. "shelljs": "0.8.5",
  115. "sinon": "15.0.4",
  116. "sinon-chai": "3.7.0",
  117. "stylelint": "14.16.1",
  118. "stylelint-config-html": "^1.1.0",
  119. "stylelint-config-recommended-scss": "^8.0.0",
  120. "stylelint-config-recommended-vue": "^1.4.0",
  121. "stylelint-config-standard": "29.0.0",
  122. "stylelint-rscss": "0.4.0",
  123. "stylelint-webpack-plugin": "^3.3.0",
  124. "vue-loader": "17.0.1",
  125. "vue-style-loader": "4.1.3",
  126. "webpack": "5.75.0",
  127. "webpack-dev-middleware": "3.7.3",
  128. "webpack-hot-middleware": "2.25.3",
  129. "webpack-merge": "0.20.0"
  130. },
  131. "engines": {
  132. "node": ">= 16.0.0",
  133. "npm": ">= 3.0.0"
  134. }
  135. }