aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index e90cf79e..9e9c3396 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
"name": "pleroma_fe",
- "version": "1.0.0",
- "description": "A Qvitter-style frontend for certain GS servers.",
- "author": "Roger Braun <roger@rogerbraun.net>",
- "private": true,
+ "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,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
@@ -60,7 +60,7 @@
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/compiler-sfc": "3.2.41",
"@vue/test-utils": "2.2.6",
- "autoprefixer": "10.4.12",
+ "autoprefixer": "10.4.13",
"babel-loader": "8.2.5",
"babel-plugin-lodash": "3.3.4",
"chai": "4.3.7",
@@ -102,7 +102,7 @@
"nightwatch": "2.3.3",
"opn": "5.5.0",
"ora": "0.4.1",
- "postcss": "8.4.16",
+ "postcss": "8.4.20",
"postcss-loader": "7.0.1",
"sass": "1.55.0",
"sass-loader": "13.0.2",
@@ -123,7 +123,7 @@
"webpack-merge": "0.20.0"
},
"engines": {
- "node": ">= 4.0.0",
+ "node": ">= 16.0.0",
"npm": ">= 3.0.0"
}
}