forked from tutao/tutanota
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.91 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
{
"name": "tutanota",
"version": "3.95.4",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/tutao/tutanota.git"
},
"type": "module",
"exports": {
"./*": "./build/prebuilt/*",
"./buildSrc/*": "./buildSrc/*"
},
"scripts": {
"build-packages": "npm run build -ws",
"start": "./start-desktop.sh",
"test": "npm run build-packages; npm run --if-present test -ws && cd test && node --icu-data-dir=../node_modules/full-icu test api -c && node --icu-data-dir=../node_modules/full-icu test client",
"testapi": "cd test && node --icu-data-dir=../node_modules/full-icu test api",
"testclient": "cd test && node --icu-data-dir=../node_modules/full-icu test client",
"fasttest": "cd test && node --icu-data-dir=../node_modules/full-icu fastTest",
"types": "tsc",
"prebuild": "npm run build-packages && tsc --noEmit false --outDir build/prebuilt --declaration true --declarationMap true --incremental true && cp src/*.d.ts build/prebuilt"
},
"dependencies": {
"@tutao/oxmsg": "0.0.9-beta.0",
"@tutao/tutanota-crypto": "3.95.4",
"@tutao/tutanota-usagetests": "3.95.4",
"@tutao/tutanota-utils": "3.95.4",
"@types/better-sqlite3": "7.4.2",
"@types/dompurify": "2.3.0",
"@types/linkifyjs": "2.1.4",
"@types/luxon": "1.27.1",
"@types/mithril": "2.0.8",
"@types/node-forge": "1.0.0",
"@types/qrcode-svg": "1.1.1",
"@types/systemjs": "6.1.1",
"@types/winreg": "1.2.31",
"better-sqlite3": "github:tutao/better-sqlite3-sqlcipher#b35a1dfed2a8bbaf9834b5861fdad8d24348bd94",
"cborg": "1.5.4",
"dompurify": "2.3.0",
"electron": "17.3.1",
"electron-updater": "4.6.5",
"jszip": "3.7.0",
"keytar": "git+https://github.com/tutao/node-keytar#12593c5809c9ed6bfc063ed3e862dd85a1506aca",
"linkifyjs": "3.0.5",
"luxon": "1.28.0",
"mithril": "2.0.4",
"node-forge": "1.3.0",
"qrcode-svg": "1.0.0",
"squire-rte": "1.11.1",
"systemjs": "6.10.2",
"winreg": "1.2.4"
},
"devDependencies": {
"@octokit/auth-token": "2.5.0",
"@octokit/rest": "18.12.0",
"@rollup/plugin-commonjs": "18.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-typescript": "8.3.0",
"@tutao/tutanota-build-server": "3.95.4",
"@tutao/tutanota-test-utils": "3.95.4",
"body-parser": "1.19.0",
"chokidar": "3.5.2",
"commander": "5.0.0-2",
"electron-builder": "23.0.6",
"electron-notarize": "1.1.1",
"electron-packager": "15.4.0",
"esbuild": "0.14.27",
"fs-extra": "10.0.0",
"full-icu": "1.3.4",
"glob": "7.1.7",
"js-yaml": "3.13.1",
"node-gyp": "9.0.0",
"nollup": "0.18.7",
"octokit": "1.3.0",
"ospec": "https://github.com/tutao/ospec.git#0472107629ede33be4c4d19e89f237a6d7b0cb11",
"rollup": "2.63.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-visualizer": "5.5.2",
"testdouble": "3.16.4",
"typescript": "4.5.4",
"xhr2": "0.2.1",
"zx": "5.1.0"
},
"workspaces": [
"./packages/*"
],
"engines": {
"npm": ">=7.0.0"
}
}