2016-10-26 14:46:32 +00:00
|
|
|
{
|
|
|
|
"name": "pleroma_fe",
|
2022-12-10 14:51:08 +00:00
|
|
|
"version": "3.5.0",
|
2022-09-18 04:29:04 +00:00
|
|
|
"description": "A frontend for Akkoma instances",
|
2016-10-26 14:46:32 +00:00
|
|
|
"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",
|
2017-03-15 15:23:39 +00:00
|
|
|
"unit:watch": "karma start test/unit/karma.conf.js --single-run=false",
|
2016-10-26 14:46:32 +00:00
|
|
|
"e2e": "node test/e2e/runner.js",
|
|
|
|
"test": "npm run unit && npm run e2e",
|
2022-11-22 14:40:25 +00:00
|
|
|
"stylelint": "stylelint src/**/*.scss",
|
2019-04-07 17:33:11 +00:00
|
|
|
"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 14:46:32 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-21 18:15:22 +00:00
|
|
|
"@babel/runtime": "7.17.8",
|
2022-03-29 12:44:42 +00:00
|
|
|
"@chenfengyuan/vue-qrcode": "2.0.0",
|
2023-01-15 17:59:32 +00:00
|
|
|
"@floatingghost/pinch-zoom-element": "^1.3.1",
|
2022-03-15 09:05:20 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.3.0",
|
2022-08-17 08:41:36 +00:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.2",
|
2022-09-25 17:50:03 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
2022-07-18 13:08:50 +00:00
|
|
|
"@fortawesome/vue-fontawesome": "3.0.1",
|
2022-11-22 14:44:44 +00:00
|
|
|
"@vuelidate/core": "^2.0.0",
|
|
|
|
"@vuelidate/validators": "^2.0.0",
|
2022-12-30 04:57:23 +00:00
|
|
|
"blurhash": "^2.0.4",
|
2022-03-17 09:05:34 +00:00
|
|
|
"body-scroll-lock": "2.7.1",
|
2022-03-10 09:06:57 +00:00
|
|
|
"chromatism": "3.0.0",
|
2022-03-29 12:44:42 +00:00
|
|
|
"click-outside-vue3": "4.0.1",
|
2022-03-17 09:05:41 +00:00
|
|
|
"cropperjs": "1.5.12",
|
2022-03-10 09:06:57 +00:00
|
|
|
"diff": "3.5.0",
|
|
|
|
"escape-html": "1.0.3",
|
2023-01-15 17:59:32 +00:00
|
|
|
"iso-639-1": "^2.1.15",
|
2022-05-22 16:40:59 +00:00
|
|
|
"js-cookie": "^3.0.1",
|
2022-03-21 18:16:34 +00:00
|
|
|
"localforage": "1.10.0",
|
2022-11-15 15:47:32 +00:00
|
|
|
"parse-link-header": "^2.0.0",
|
2022-04-01 00:36:59 +00:00
|
|
|
"phoenix": "1.6.2",
|
2022-03-10 09:06:57 +00:00
|
|
|
"punycode.js": "2.1.0",
|
2022-03-29 12:44:42 +00:00
|
|
|
"qrcode": "1",
|
2022-11-15 15:47:32 +00:00
|
|
|
"url": "^0.11.0",
|
2022-03-29 09:27:59 +00:00
|
|
|
"vue": "^3.2.31",
|
2022-09-12 15:47:53 +00:00
|
|
|
"vue-i18n": "^9.2.2",
|
2022-03-16 20:02:44 +00:00
|
|
|
"vue-router": "4.0.14",
|
2022-03-10 09:06:57 +00:00
|
|
|
"vue-template-compiler": "2.6.11",
|
2022-03-16 20:02:44 +00:00
|
|
|
"vuex": "4.0.2"
|
2016-10-26 14:46:32 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-21 18:15:22 +00:00
|
|
|
"@babel/core": "7.17.8",
|
2022-11-15 15:47:32 +00:00
|
|
|
"@babel/eslint-parser": "^7.19.1",
|
2022-03-17 09:05:20 +00:00
|
|
|
"@babel/plugin-transform-runtime": "7.17.0",
|
|
|
|
"@babel/preset-env": "7.16.11",
|
|
|
|
"@babel/register": "7.17.7",
|
2022-04-05 20:45:26 +00:00
|
|
|
"@intlify/vue-i18n-loader": "^5.0.0",
|
2022-03-16 09:05:13 +00:00
|
|
|
"@ungap/event-target": "0.2.3",
|
2022-03-10 09:06:57 +00:00
|
|
|
"@vue/babel-helper-vue-jsx-merge-props": "1.2.1",
|
2022-03-16 20:02:44 +00:00
|
|
|
"@vue/babel-plugin-jsx": "1.1.1",
|
|
|
|
"@vue/compiler-sfc": "^3.1.0",
|
2022-08-01 12:07:39 +00:00
|
|
|
"@vue/test-utils": "^2.0.2",
|
2022-03-10 09:06:57 +00:00
|
|
|
"autoprefixer": "6.7.7",
|
2022-11-15 15:47:32 +00:00
|
|
|
"babel-loader": "^9.1.0",
|
2022-03-10 09:06:57 +00:00
|
|
|
"babel-plugin-lodash": "3.3.4",
|
2022-11-15 15:47:32 +00:00
|
|
|
"chai": "^4.3.7",
|
2022-03-10 09:06:57 +00:00
|
|
|
"chalk": "1.1.3",
|
2022-11-15 15:47:32 +00:00
|
|
|
"chromedriver": "^107.0.3",
|
|
|
|
"connect-history-api-fallback": "^2.0.0",
|
|
|
|
"cross-spawn": "^7.0.3",
|
|
|
|
"css-loader": "^6.7.2",
|
|
|
|
"custom-event-polyfill": "^1.0.7",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-standard": "^17.0.0",
|
|
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
|
|
"eslint-loader": "^4.0.2",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
|
|
"eslint-plugin-vue": "^9.7.0",
|
2022-03-10 09:06:57 +00:00
|
|
|
"eventsource-polyfill": "0.9.6",
|
2022-03-20 09:05:19 +00:00
|
|
|
"express": "4.17.3",
|
2022-11-15 15:47:32 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2022-03-10 09:06:57 +00:00
|
|
|
"function-bind": "1.1.1",
|
2022-11-15 15:47:32 +00:00
|
|
|
"html-webpack-plugin": "^5.5.0",
|
2022-03-21 18:16:06 +00:00
|
|
|
"http-proxy-middleware": "0.21.0",
|
2022-03-10 09:06:57 +00:00
|
|
|
"inject-loader": "2.0.1",
|
|
|
|
"isparta-loader": "2.0.0",
|
|
|
|
"json-loader": "0.5.7",
|
2022-03-22 14:40:09 +00:00
|
|
|
"karma": "6.3.17",
|
2022-03-10 09:06:57 +00:00
|
|
|
"karma-coverage": "1.1.2",
|
2022-03-22 09:06:00 +00:00
|
|
|
"karma-firefox-launcher": "1.3.0",
|
2022-03-22 14:40:09 +00:00
|
|
|
"karma-mocha": "2.0.1",
|
2022-03-10 09:06:57 +00:00
|
|
|
"karma-mocha-reporter": "2.2.5",
|
|
|
|
"karma-sinon-chai": "2.0.2",
|
2022-03-11 09:05:47 +00:00
|
|
|
"karma-sourcemap-loader": "0.3.8",
|
2022-03-12 09:07:05 +00:00
|
|
|
"karma-spec-reporter": "0.0.33",
|
2022-11-15 15:47:32 +00:00
|
|
|
"karma-webpack": "^5.0.0",
|
2022-03-12 09:07:19 +00:00
|
|
|
"lodash": "4.17.21",
|
2022-03-10 09:06:57 +00:00
|
|
|
"lolex": "1.6.0",
|
2022-03-22 09:06:08 +00:00
|
|
|
"mini-css-extract-plugin": "0.12.0",
|
2022-03-10 09:06:57 +00:00
|
|
|
"mocha": "3.5.3",
|
|
|
|
"nightwatch": "0.9.21",
|
|
|
|
"opn": "4.0.2",
|
2022-03-22 09:06:15 +00:00
|
|
|
"ora": "0.4.1",
|
2022-11-22 14:40:25 +00:00
|
|
|
"postcss-html": "^1.5.0",
|
2022-03-10 09:06:57 +00:00
|
|
|
"postcss-loader": "3.0.0",
|
2022-11-22 14:40:25 +00:00
|
|
|
"postcss-sass": "^0.5.0",
|
2022-03-10 09:06:57 +00:00
|
|
|
"raw-loader": "0.5.1",
|
2022-11-15 15:47:32 +00:00
|
|
|
"sass": "^1.56.0",
|
|
|
|
"sass-loader": "^13.2.0",
|
2016-10-26 14:46:32 +00:00
|
|
|
"selenium-server": "2.53.1",
|
2022-04-01 09:07:15 +00:00
|
|
|
"semver": "5.7.1",
|
2022-03-13 09:04:46 +00:00
|
|
|
"shelljs": "0.8.5",
|
2022-03-10 09:06:57 +00:00
|
|
|
"sinon": "2.4.1",
|
|
|
|
"sinon-chai": "2.14.0",
|
2022-11-22 14:40:25 +00:00
|
|
|
"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",
|
2022-11-15 15:47:32 +00:00
|
|
|
"url-loader": "^4.1.1",
|
|
|
|
"vue-loader": "^17.0.0",
|
|
|
|
"vue-style-loader": "^4.1.2",
|
|
|
|
"webpack": "^5.75.0",
|
|
|
|
"webpack-dev-middleware": "^5.3.3",
|
|
|
|
"webpack-hot-middleware": "^2.25.1",
|
|
|
|
"webpack-merge": "^5.8.0",
|
|
|
|
"workbox-webpack-plugin": "^6.5.4"
|
2016-10-26 14:46:32 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-11-15 15:47:32 +00:00
|
|
|
"node": ">= 16.0.0",
|
2016-10-26 14:46:32 +00:00
|
|
|
"npm": ">= 3.0.0"
|
|
|
|
}
|
|
|
|
}
|