pleroma-fe/package.json

130 lines
4.2 KiB
JSON
Raw Normal View History

2016-10-26 16:46:32 +02:00
{
"name": "pleroma_fe",
2022-12-22 14:52:41 +01:00
"version": "2.5.0",
"description": "Pleroma frontend, the default frontend of Pleroma social network server",
"author": "Pleroma contributors <https://git.pleroma.social/pleroma/pleroma-fe/-/blob/develop/CONTRIBUTORS.md>",
"private": false,
2016-10-26 16:46:32 +02:00
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"unit": "karma start test/unit/karma.conf.js --single-run",
2017-03-15 16:23:39 +01:00
"unit:watch": "karma start test/unit/karma.conf.js --single-run=false",
2016-10-26 16:46:32 +02:00
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"stylelint": "npx stylelint src/components/status/status.scss",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
"lint-fix": "eslint --fix --ext .js,.vue src test/unit/specs test/e2e/specs"
2016-10-26 16:46:32 +02:00
},
"dependencies": {
2022-12-23 10:08:49 +01:00
"@babel/runtime": "7.20.7",
2022-03-29 14:44:42 +02:00
"@chenfengyuan/vue-qrcode": "2.0.0",
2022-11-16 10:04:33 +01:00
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-regular-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/vue-fontawesome": "3.0.2",
"@kazvmoe-infra/pinch-zoom-element": "1.2.0",
2022-10-02 11:06:29 +02:00
"@kazvmoe-infra/unicode-emoji-json": "0.4.0",
2022-08-14 11:06:47 +02:00
"@ruffle-rs/ruffle": "0.1.0-nightly.2022.7.12",
"@vuelidate/core": "2.0.0",
"@vuelidate/validators": "2.0.0",
"body-scroll-lock": "3.1.5",
2022-03-10 10:06:57 +01:00
"chromatism": "3.0.0",
2022-03-29 14:44:42 +02:00
"click-outside-vue3": "4.0.1",
2022-03-17 10:05:41 +01:00
"cropperjs": "1.5.12",
2022-03-10 10:06:57 +01:00
"escape-html": "1.0.3",
2022-08-14 11:06:47 +02:00
"js-cookie": "3.0.1",
"localforage": "1.10.0",
2022-10-02 11:06:29 +02:00
"lozad": "1.16.0",
2022-09-21 01:27:26 +02:00
"parse-link-header": "2.0.0",
"phoenix": "1.6.2",
2022-03-10 10:06:57 +01:00
"punycode.js": "2.1.0",
2022-08-14 11:06:47 +02:00
"qrcode": "1.5.0",
2022-08-18 11:06:24 +02:00
"querystring-es3": "0.2.1",
"url": "0.11.0",
2022-08-14 11:06:47 +02:00
"utf8": "3.0.0",
2022-12-25 10:08:26 +01:00
"vue": "3.2.45",
2022-08-11 11:07:48 +02:00
"vue-i18n": "9.2.2",
2022-10-28 11:09:47 +02:00
"vue-router": "4.1.6",
2022-12-25 10:08:26 +01:00
"vue-template-compiler": "2.7.14",
2022-10-31 10:10:35 +01:00
"vuex": "4.1.0"
2016-10-26 16:46:32 +02:00
},
"devDependencies": {
2022-12-23 10:08:49 +01:00
"@babel/core": "7.20.7",
2022-10-28 11:11:26 +02:00
"@babel/eslint-parser": "7.19.1",
"@babel/plugin-transform-runtime": "7.19.6",
2022-12-23 10:08:49 +01:00
"@babel/preset-env": "7.20.2",
2022-07-19 11:06:31 +02:00
"@babel/register": "7.18.9",
2022-08-14 11:06:47 +02:00
"@intlify/vue-i18n-loader": "5.0.0",
"@ungap/event-target": "0.2.3",
"@vue/babel-helper-vue-jsx-merge-props": "1.4.0",
2022-03-16 21:02:44 +01:00
"@vue/babel-plugin-jsx": "1.1.1",
2022-12-25 10:08:26 +01:00
"@vue/compiler-sfc": "3.2.45",
"@vue/test-utils": "2.2.6",
"autoprefixer": "10.4.13",
"babel-loader": "8.3.0",
2022-03-10 10:06:57 +01:00
"babel-plugin-lodash": "3.3.4",
2022-11-08 10:06:02 +01:00
"chai": "4.3.7",
2022-03-10 10:06:57 +01:00
"chalk": "1.1.3",
2022-08-14 19:21:48 +02:00
"chromedriver": "104.0.0",
"connect-history-api-fallback": "2.0.0",
2022-08-18 11:06:24 +02:00
"copy-webpack-plugin": "11.0.0",
2022-08-15 11:07:39 +02:00
"cross-spawn": "7.0.3",
2022-12-24 10:08:18 +01:00
"css-loader": "6.7.3",
"css-minimizer-webpack-plugin": "4.2.2",
2022-03-10 10:06:57 +01:00
"custom-event-polyfill": "1.0.7",
2022-12-26 10:07:18 +01:00
"eslint": "8.30.0",
2022-07-31 11:15:44 +02:00
"eslint-config-standard": "17.0.0",
"eslint-formatter-friendly": "7.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.6.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.8.0",
2022-08-18 11:06:24 +02:00
"eslint-webpack-plugin": "3.2.0",
2022-03-10 10:06:57 +01:00
"eventsource-polyfill": "0.9.6",
2022-10-09 11:06:08 +02:00
"express": "4.18.2",
2022-03-10 10:06:57 +01:00
"function-bind": "1.1.1",
2022-08-18 11:06:24 +02:00
"html-webpack-plugin": "5.5.0",
"http-proxy-middleware": "2.0.6",
2022-07-11 11:07:47 +02:00
"iso-639-1": "2.1.15",
2022-03-10 10:06:57 +01:00
"json-loader": "0.5.7",
2022-10-17 11:09:25 +02:00
"karma": "6.4.1",
2022-08-20 11:07:23 +02:00
"karma-coverage": "2.2.0",
"karma-firefox-launcher": "2.1.2",
2022-03-22 15:40:09 +01:00
"karma-mocha": "2.0.1",
2022-03-10 10:06:57 +01:00
"karma-mocha-reporter": "2.2.5",
"karma-sinon-chai": "2.0.2",
"karma-sourcemap-loader": "0.3.8",
"karma-spec-reporter": "0.0.36",
2022-08-16 00:01:33 +02:00
"karma-webpack": "5.0.0",
2022-03-12 10:07:19 +01:00
"lodash": "4.17.21",
2022-08-18 11:06:24 +02:00
"mini-css-extract-plugin": "2.6.1",
2022-08-21 11:04:58 +02:00
"mocha": "10.0.0",
2022-08-22 11:10:20 +02:00
"nightwatch": "2.3.3",
2022-08-23 11:05:51 +02:00
"opn": "5.5.0",
2022-03-22 10:06:15 +01:00
"ora": "0.4.1",
2022-12-12 12:39:15 +01:00
"postcss": "8.4.20",
"postcss-loader": "7.0.2",
2022-09-22 11:05:38 +02:00
"sass": "1.55.0",
2022-08-18 11:06:24 +02:00
"sass-loader": "13.0.2",
2016-10-26 16:46:32 +02:00
"selenium-server": "2.53.1",
2022-10-18 11:06:23 +02:00
"semver": "7.3.8",
2022-08-16 00:01:33 +02:00
"serviceworker-webpack5-plugin": "2.0.0",
2022-03-13 10:04:46 +01:00
"shelljs": "0.8.5",
2022-11-09 10:05:42 +01:00
"sinon": "14.0.2",
2022-08-29 11:08:30 +02:00
"sinon-chai": "3.7.0",
"stylelint": "13.13.1",
2022-03-10 10:06:57 +01:00
"stylelint-config-standard": "20.0.0",
"stylelint-rscss": "0.4.0",
2022-10-31 10:10:35 +01:00
"vue-loader": "17.0.1",
2022-07-25 11:08:08 +02:00
"vue-style-loader": "4.1.3",
"webpack": "5.74.0",
"webpack-dev-middleware": "3.7.3",
"webpack-hot-middleware": "2.25.3",
"webpack-merge": "0.20.0"
2016-10-26 16:46:32 +02:00
},
"engines": {
2022-12-22 14:52:41 +01:00
"node": ">= 16.0.0",
2016-10-26 16:46:32 +02:00
"npm": ">= 3.0.0"
}
}