|
@@ -1,17 +1,17 @@
|
|
{
|
|
{
|
|
"name": "Liberama",
|
|
"name": "Liberama",
|
|
- "version": "0.12.0",
|
|
|
|
|
|
+ "version": "0.12.1",
|
|
"author": "Book Pauk <bookpauk@gmail.com>",
|
|
"author": "Book Pauk <bookpauk@gmail.com>",
|
|
"license": "CC0-1.0",
|
|
"license": "CC0-1.0",
|
|
"repository": "bookpauk/liberama",
|
|
"repository": "bookpauk/liberama",
|
|
"engines": {
|
|
"engines": {
|
|
- "node": ">=14.4.0"
|
|
|
|
|
|
+ "node": ">=16.16.0"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
"dev": "nodemon --inspect --ignore server/public --ignore server/data --ignore client --exec 'node server'",
|
|
"dev": "nodemon --inspect --ignore server/public --ignore server/data --ignore client --exec 'node server'",
|
|
"build:client": "webpack --config build/webpack.prod.config.js",
|
|
"build:client": "webpack --config build/webpack.prod.config.js",
|
|
- "build:linux": "npm run build:client && node build/linux && pkg -t node14-linux-x64 -C GZip -o dist/linux/liberama .",
|
|
|
|
- "build:win": "npm run build:client && node build/win && pkg -t node14-win-x64 -C GZip -o dist/win/liberama .",
|
|
|
|
|
|
+ "build:linux": "npm run build:client && node build/linux && pkg -t node16-linux-x64 -C GZip -o dist/linux/liberama .",
|
|
|
|
+ "build:win": "npm run build:client && node build/win && pkg -t node16-win-x64 -C GZip -o dist/win/liberama .",
|
|
"lint": "eslint --ext=.js,.vue client server",
|
|
"lint": "eslint --ext=.js,.vue client server",
|
|
"build:client-dev": "webpack --config build/webpack.dev.config.js",
|
|
"build:client-dev": "webpack --config build/webpack.dev.config.js",
|
|
"postinstall": "npm run build:client-dev && node build/linux"
|
|
"postinstall": "npm run build:client-dev && node build/linux"
|
|
@@ -21,35 +21,35 @@
|
|
"scripts": "server/config/*.js"
|
|
"scripts": "server/config/*.js"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
- "@babel/core": "^7.18.9",
|
|
|
|
|
|
+ "@babel/core": "^7.18.13",
|
|
"@babel/eslint-parser": "^7.18.9",
|
|
"@babel/eslint-parser": "^7.18.9",
|
|
- "@babel/eslint-plugin": "^7.17.7",
|
|
|
|
- "@babel/plugin-proposal-decorators": "^7.18.9",
|
|
|
|
- "@babel/preset-env": "^7.18.9",
|
|
|
|
|
|
+ "@babel/eslint-plugin": "^7.18.10",
|
|
|
|
+ "@babel/plugin-proposal-decorators": "^7.18.10",
|
|
|
|
+ "@babel/preset-env": "^7.18.10",
|
|
"@vue/compiler-sfc": "^3.2.22",
|
|
"@vue/compiler-sfc": "^3.2.22",
|
|
"babel-loader": "^8.2.5",
|
|
"babel-loader": "^8.2.5",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.7.1",
|
|
"css-loader": "^6.7.1",
|
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
- "eslint": "^8.20.0",
|
|
|
|
- "eslint-plugin-vue": "^9.3.0",
|
|
|
|
|
|
+ "eslint": "^8.23.0",
|
|
|
|
+ "eslint-plugin-vue": "^9.4.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"pkg": "^5.8.0",
|
|
"pkg": "^5.8.0",
|
|
- "terser-webpack-plugin": "^5.3.3",
|
|
|
|
|
|
+ "terser-webpack-plugin": "^5.3.6",
|
|
"vue-eslint-parser": "^9.0.3",
|
|
"vue-eslint-parser": "^9.0.3",
|
|
"vue-loader": "^17.0.0",
|
|
"vue-loader": "^17.0.0",
|
|
"vue-style-loader": "^4.1.3",
|
|
"vue-style-loader": "^4.1.3",
|
|
"webpack": "^5.74.0",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-middleware": "^5.3.3",
|
|
"webpack-dev-middleware": "^5.3.3",
|
|
- "webpack-hot-middleware": "^2.25.1",
|
|
|
|
|
|
+ "webpack-hot-middleware": "^2.25.2",
|
|
"webpack-merge": "^5.8.0",
|
|
"webpack-merge": "^5.8.0",
|
|
- "workbox-webpack-plugin": "^6.5.3"
|
|
|
|
|
|
+ "workbox-webpack-plugin": "^6.5.4"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@quasar/extras": "^1.15.0",
|
|
|
|
- "@vue/compat": "^3.2.37",
|
|
|
|
|
|
+ "@quasar/extras": "^1.15.2",
|
|
|
|
+ "@vue/compat": "^3.2.38",
|
|
"axios": "^0.27.2",
|
|
"axios": "^0.27.2",
|
|
"base-x": "^4.0.0",
|
|
"base-x": "^4.0.0",
|
|
"chardet": "^1.4.0",
|
|
"chardet": "^1.4.0",
|
|
@@ -59,7 +59,7 @@
|
|
"fs-extra": "^10.1.0",
|
|
"fs-extra": "^10.1.0",
|
|
"he": "^1.2.0",
|
|
"he": "^1.2.0",
|
|
"iconv-lite": "^0.6.3",
|
|
"iconv-lite": "^0.6.3",
|
|
- "jembadb": "^3.0.9",
|
|
|
|
|
|
+ "jembadb": "^4.2.0",
|
|
"localforage": "^1.10.0",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash": "^4.17.21",
|
|
"minimist": "^1.2.6",
|
|
"minimist": "^1.2.6",
|
|
@@ -67,17 +67,17 @@
|
|
"pako": "^2.0.4",
|
|
"pako": "^2.0.4",
|
|
"path-browserify": "^1.0.1",
|
|
"path-browserify": "^1.0.1",
|
|
"pidusage": "^3.0.0",
|
|
"pidusage": "^3.0.0",
|
|
- "quasar": "^2.7.5",
|
|
|
|
|
|
+ "quasar": "^2.7.7",
|
|
"safe-buffer": "^5.2.1",
|
|
"safe-buffer": "^5.2.1",
|
|
"sanitize-html": "^2.7.1",
|
|
"sanitize-html": "^2.7.1",
|
|
"sjcl": "^1.0.8",
|
|
"sjcl": "^1.0.8",
|
|
"tar-fs": "^2.1.1",
|
|
"tar-fs": "^2.1.1",
|
|
"unbzip2-stream": "^1.4.3",
|
|
"unbzip2-stream": "^1.4.3",
|
|
"vue": "^3.2.37",
|
|
"vue": "^3.2.37",
|
|
- "vue-router": "^4.1.2",
|
|
|
|
|
|
+ "vue-router": "^4.1.5",
|
|
"vuex": "^4.0.2",
|
|
"vuex": "^4.0.2",
|
|
"vuex-persist": "^3.1.3",
|
|
"vuex-persist": "^3.1.3",
|
|
- "webdav": "^4.10.0",
|
|
|
|
|
|
+ "webdav": "^4.11.0",
|
|
"ws": "^8.8.1",
|
|
"ws": "^8.8.1",
|
|
"zip-stream": "^4.1.0"
|
|
"zip-stream": "^4.1.0"
|
|
}
|
|
}
|