132 lines
4.2 KiB
JSON
132 lines
4.2 KiB
JSON
{
|
|
"name": "pleroma_fe",
|
|
"version": "3.10.0+bnakkoma",
|
|
"description": "An extended frontend for Akkoma instances",
|
|
"author": "Roger Braun <roger@rogerbraun.net>",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node build/dev-server.js",
|
|
"build": "node build/build.js",
|
|
"unit": "karma start test/unit/karma.conf.js --single-run",
|
|
"unit:watch": "karma start test/unit/karma.conf.js --single-run=false",
|
|
"e2e": "node test/e2e/runner.js",
|
|
"test": "npm run unit && npm run e2e",
|
|
"stylelint": "stylelint src/**/*.scss",
|
|
"lint": "eslint src test/unit/specs test/e2e/specs",
|
|
"lint-fix": "eslint --fix src test/unit/specs test/e2e/specs"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.17.8",
|
|
"@chenfengyuan/vue-qrcode": "^2.0.0",
|
|
"@floatingghost/pinch-zoom-element": "^1.3.1",
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.5.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
"@vuelidate/core": "^2.0.3",
|
|
"@vuelidate/validators": "^2.0.4",
|
|
"blurhash": "^2.0.5",
|
|
"body-scroll-lock": "^3.1.5",
|
|
"chromatism": "^3.0.0",
|
|
"click-outside-vue3": "^4.0.1",
|
|
"cropperjs": "^1.6.2",
|
|
"diff": "^5.2.0",
|
|
"escape-html": "^1.0.3",
|
|
"iso-639-1": "^2.1.15",
|
|
"js-cookie": "^3.0.1",
|
|
"localforage": "^1.10.0",
|
|
"parse-link-header": "^2.0.0",
|
|
"phoenix": "^1.7.12",
|
|
"punycode.js": "^2.3.1",
|
|
"qrcode": "^1.5.3",
|
|
"querystring-es3": "^0.2.1",
|
|
"url": "^0.11.3",
|
|
"vue": "^3.2.31",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.3.2",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.6",
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@babel/plugin-transform-runtime": "^7.24.6",
|
|
"@babel/preset-env": "^7.24.6",
|
|
"@babel/register": "^7.24.6",
|
|
"@intlify/vue-i18n-loader": "^5.0.0",
|
|
"@ungap/event-target": "^0.2.4",
|
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
|
|
"@vue/babel-plugin-jsx": "^1.2.2",
|
|
"@vue/compiler-sfc": "^3.1.0",
|
|
"@vue/test-utils": "^2.0.2",
|
|
"autoprefixer": "^10.4.19",
|
|
"babel-loader": "^9.1.0",
|
|
"babel-plugin-lodash": "^3.3.4",
|
|
"chai": "^4.3.7",
|
|
"chalk": "^1.1.3",
|
|
"chromedriver": "^119.0.1",
|
|
"connect-history-api-fallback": "^2.0.0",
|
|
"cross-spawn": "^7.0.3",
|
|
"css-loader": "^7.1.2",
|
|
"custom-event-polyfill": "^1.0.7",
|
|
"eslint": "^9.3.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.2.0",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"eslint-plugin-vue": "^9.26.0",
|
|
"eslint-webpack-plugin": "^4.2.0",
|
|
"eventsource-polyfill": "^0.9.6",
|
|
"express": "^4.19.2",
|
|
"file-loader": "^6.2.0",
|
|
"function-bind": "^1.1.2",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"http-proxy-middleware": "^3.0.0",
|
|
"json-loader": "^0.5.7",
|
|
"karma": "^6.4.3",
|
|
"karma-coverage": "^2.2.1",
|
|
"karma-firefox-launcher": "^2.1.3",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"karma-sinon-chai": "^2.0.2",
|
|
"karma-sourcemap-loader": "^0.4.0",
|
|
"karma-spec-reporter": "^0.0.36",
|
|
"karma-webpack": "^5.0.0",
|
|
"lodash": "^4.17.21",
|
|
"lolex": "^6.0.0",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"mocha": "^10.4.0",
|
|
"nightwatch": "^3.6.3",
|
|
"opn": "^6.0.0",
|
|
"postcss-html": "^1.5.0",
|
|
"postcss-loader": "^8.1.1",
|
|
"postcss-sass": "^0.5.0",
|
|
"raw-loader": "^4.0.2",
|
|
"sass": "^1.77.2",
|
|
"sass-loader": "^14.2.1",
|
|
"selenium-server": "^3.141.59",
|
|
"semver": "^7.6.2",
|
|
"shelljs": "^0.8.5",
|
|
"sinon": "^18.0.0",
|
|
"sinon-chai": "^3.7.0",
|
|
"stylelint": "^14.15.0",
|
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
"stylelint-config-standard": "^29.0.0",
|
|
"stylelint-config-standard-scss": "^6.1.0",
|
|
"stylelint-rscss": "^0.4.0",
|
|
"url-loader": "^4.1.1",
|
|
"vue-loader": "^17.4.2",
|
|
"vue-style-loader": "^4.1.3",
|
|
"webpack": "^5.91.0",
|
|
"webpack-dev-middleware": "^7.2.1",
|
|
"webpack-hot-middleware": "^2.26.1",
|
|
"webpack-merge": "^5.10.0",
|
|
"workbox-webpack-plugin": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
}
|