summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-06-22 00:18:35 +0200
committerDaniel Weipert <code@drogueronin.de>2021-06-22 00:18:35 +0200
commitf6096a18016be63c719d2ce5a27d64363862b0fd (patch)
treefae30d63ff1ad2903236cab86d61cc4978f3dfe9 /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..964c484
--- /dev/null
+++ b/package.json
@@ -0,0 +1,47 @@
+{
+ "name": "mail-migrator",
+ "version": "1.0.0",
+ "description": "",
+ "main": "app/main.js",
+ "scripts": {
+ "start": "electron ./app/main.js",
+ "build": "webpack",
+ "watch": "npm run build -- --watch",
+ "lint": "eslint .",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "core-js": "^3.15.0",
+ "electron": "^13.1.2",
+ "imapflow": "^1.0.59",
+ "md5": "^2.3.0",
+ "vue": "^3.1.1",
+ "vue-router": "^4.0.10",
+ "vuex": "^4.0.2"
+ },
+ "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"
+ }
+}