-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
128 lines (128 loc) · 4.53 KB
/
package.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "aeon",
"productName": "Aeon",
"version": "0.2.22",
"description": "Online identity versioning for the masses",
"main": ".webpack/main",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "cross-env NODE_ENV=production electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ./src && tsc --noEmit",
"test": "playwright test",
"prepare:nodegit": "node scripts/prepareNodegit.js",
"rebuild:native-modules": "electron-rebuild",
"postinstall": "npm run prepare:nodegit",
"prepare": "husky install"
},
"keywords": [],
"author": {
"name": "Lei Nelissen",
"email": "lei@codified.nl"
},
"license": "EUPL-1.2",
"repository": {
"type": "git",
"url": "https://github.com/leinelissen/aeon"
},
"devDependencies": {
"@electron-forge/cli": "6.1.0",
"@electron-forge/maker-deb": "6.1.0",
"@electron-forge/maker-dmg": "6.1.0",
"@electron-forge/maker-rpm": "6.1.0",
"@electron-forge/maker-squirrel": "6.1.0",
"@electron-forge/maker-zip": "6.1.0",
"@electron-forge/plugin-webpack": "6.1.0",
"@playwright/test": "1.31",
"@swc/core": "1.3.42",
"@types/adm-zip": "0.5.0",
"@types/cytoscape": "3.19.9",
"@types/imapflow": "^1.0.9",
"@types/lodash-es": "4.17.7",
"@types/mailparser": "3.4.0",
"@types/node": "16.18.22",
"@types/node-fetch": "3.0.3",
"@types/nodegit": "0.28.3",
"@types/nodemailer": "6.4.7",
"@types/react": "17.0.55",
"@types/react-dom": "18.0.11",
"@types/react-redux": "7.1.25",
"@types/react-select": "5.0.1",
"@types/source-map-support": "0.5.6",
"@types/stream-chain": "2.0.1",
"@types/styled-components": "5.1.26",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"cross-env": "7.0.3",
"csp-html-webpack-plugin": "5.1.0",
"css-loader": "6.7.3",
"dotenv-webpack": "7.1.1",
"electron": "23.2.0",
"electron-devtools-installer": "3.2.0",
"eslint": "8.37.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-import-resolver-typescript": "3.5.4",
"eslint-plugin-deprecation": "1.3.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"mini-css-extract-plugin": "2.7.5",
"node-loader": "2.0.0",
"playwright": "1.31",
"swc-loader": "0.2.3",
"typescript": "4.9.5",
"webpack-bundle-analyzer": "4.8.0"
},
"dependencies": {
"@fast-csv/parse": "4.3.6",
"@fontsource/ibm-plex-mono": "4.5.13",
"@fontsource/ibm-plex-sans": "4.5.13",
"@fontsource/inter": "4.5.15",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@metrichor/jmespath": "0.3.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@popperjs/core": "2.11.7",
"@reactour/tour": "2.13.0",
"@reduxjs/toolkit": "1.9.3",
"adm-zip": "0.5.10",
"cytoscape": "3.23.0",
"cytoscape-fcose": "2.2.0",
"date-fns": "2.29.3",
"electron-squirrel-startup": "1.0.0",
"electron-store": "8.1.0",
"eventemitter2": "6.4.9",
"history": "5.3.0",
"imapflow": "1.0.125",
"keytar": "7.9.0",
"lodash-es": "4.17.21",
"mailparser": "3.6.4",
"node-abi": "3.33.0",
"node-fetch": "3.3.1",
"nodegit": "0.28.0-alpha.21",
"nodemailer": "6.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-popper": "2.3.0",
"react-redux": "8.0.5",
"react-refresh": "0.14.0",
"react-router-dom": "6.9.0",
"react-select": "5.7.2",
"react-spring": "9.7.1",
"redux": "4.2.1",
"redux-persist": "6.0.0",
"stream-chain": "2.2.5",
"styled-components": "5.3.9",
"v8-compile-cache": "2.3.0",
"winston": "3.8.2",
"yargs": "17.7.1"
}
}