summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json51
1 files changed, 20 insertions, 31 deletions
diff --git a/package.json b/package.json
index 6d9a7c9..9cbdd05 100644
--- a/package.json
+++ b/package.json
@@ -9,40 +9,29 @@
"lint": "eslint .",
"test": "node ./test/test.js"
},
- "author": "",
- "license": "ISC",
"dependencies": {
- "core-js": "^3.15.0",
- "electron": "^13.1.2",
- "foundation-sites": "^6.6.3",
- "imapflow": "^1.0.59",
- "jquery": "^3.6.0",
+ "core-js": "^3.33.2",
+ "foundation-sites": "^6.8.1",
+ "imapflow": "^1.0.147",
+ "jquery": "^3.7.1",
+ "pinia": "^2.1.7",
"select2": "^4.1.0-rc.0",
- "vue": "^3.1.1",
- "vue-router": "^4.0.10",
- "vuex": "^4.0.2"
+ "vue": "^3.3.8",
+ "vue-router": "^4.2.5"
},
"devDependencies": {
- "@babel/core": "^7.14.6",
- "@babel/eslint-parser": "^7.14.5",
- "@babel/plugin-transform-runtime": "^7.14.5",
- "@babel/preset-env": "^7.14.5",
- "@vue/compiler-sfc": "^3.1.1",
- "babel-loader": "^8.2.2",
- "css-loader": "^5.2.6",
- "electron-builder": "^22.11.7",
- "eslint": "^7.29.0",
- "eslint-config-semistandard": "^16.0.0",
- "eslint-config-standard": "^16.0.3",
- "eslint-plugin-import": "^2.23.4",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^5.1.0",
- "eslint-plugin-vue": "^7.11.1",
- "mini-css-extract-plugin": "^1.6.0",
- "node-sass": "^6.0.0",
- "sass-loader": "^10.2.0",
- "vue-loader": "^16.2.0",
- "webpack": "^5.40.0",
- "webpack-cli": "^4.7.2"
+ "@babel/core": "^7.23.2",
+ "@babel/plugin-transform-runtime": "^7.23.2",
+ "@babel/preset-env": "^7.23.2",
+ "babel-loader": "^9.1.3",
+ "css-loader": "^6.8.1",
+ "electron": "^27.0.3",
+ "electron-builder": "^24.6.4",
+ "mini-css-extract-plugin": "^2.7.6",
+ "sass": "^1.69.5",
+ "sass-loader": "^13.3.2",
+ "vue-loader": "^17.3.1",
+ "webpack": "^5.89.0",
+ "webpack-cli": "^5.1.4"
}
}