summaryrefslogtreecommitdiff
path: root/package.json
blob: c202375e3b6f34696fd6cdac7a15bb827a3c0b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "mail-migrator",
  "version": "1.0.0",
  "description": "",
  "main": "app/main.js",
  "scripts": {
    "start": "electron ./app/main.js",
    "watch": "webpack --watch",
    "lint": "eslint .",
    "test": "node ./test/test.js"
  },
  "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"
  }
}