summaryrefslogtreecommitdiff
path: root/package.json
blob: 9cbdd05a2531a1e511210cd5f22513f650055d14 (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
{
  "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"
  },
  "dependencies": {
    "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.3.8",
    "vue-router": "^4.2.5"
  },
  "devDependencies": {
    "@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"
  }
}