From f6096a18016be63c719d2ce5a27d64363862b0fd Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 22 Jun 2021 00:18:35 +0200 Subject: Initial commit --- package.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" + } +} -- cgit v1.2.3