forked from tutao/tutanota
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.93 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
{
"name": "tutanota",
"version": "3.100.1",
"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",
"build-runtime-packages": "npm run build -w @tutao/tutanota-utils && npm run build -w @tutao/tutanota-crypto && npm run build -w @tutao/tutanota-usagetests",
"start": "./start-desktop.sh",
"test": "npm run --if-present test -ws && cd test && node test",
"test:app": "cd test && node test",
"fasttest": "cd test && node --icu-data-dir=../node_modules/full-icu fastTest",
"types": "tsc --incremental true --noEmit true",
"prebuild": "node buildSrc/prebuild.js",
"postinstall": "node buildSrc/postinstall.js",
"bump-version": "node buildSrc/bump-version.js",
"generate-ipc": "npm run build -w @tutao/licc && licc ./ipc-schema"
},
"dependencies": {
"@tutao/oxmsg": "0.0.9-beta.0",
"@tutao/tutanota-crypto": "3.100.1",
"@tutao/tutanota-usagetests": "3.100.1",
"@tutao/tutanota-utils": "3.100.1",
"@types/better-sqlite3": "7.4.2",
"@types/dompurify": "2.3.3",
"@types/linkifyjs": "2.1.4",
"@types/luxon": "1.27.1",
"@types/mithril": "2.0.11",
"@types/node-forge": "1.0.0",
"@types/qrcode-svg": "1.1.1",
"@types/systemjs": "6.1.1",
"@types/winreg": "1.2.31",
"better-sqlite3": "git+https://github.com/tutao/better-sqlite3-sqlcipher#c630f356b0427472008ba2f17c3d1ffc7667ebb4",
"cborg": "1.5.4",
"dompurify": "2.3.8",
"electron": "19.0.17",
"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.2.2",
"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.3.0",
"@rollup/plugin-typescript": "8.3.0",
"@tutao/tutanota-test-utils": "3.100.1",
"@tutao/licc": "3.100.1",
"body-parser": "1.19.0",
"chokidar": "3.5.2",
"commander": "9.2.0",
"electron-builder": "23.3.0",
"electron-notarize": "1.2.1",
"electron-packager": "15.5.1",
"esbuild": "0.14.27",
"esbuild-plugin-alias-path": "1.1.1",
"fs-extra": "10.0.0",
"full-icu": "1.3.4",
"jsdom": "20.0.0",
"js-yaml": "4.1.0",
"node-gyp": "9.0.0",
"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.7.2",
"xhr2": "0.2.1",
"zx": "7.0.7",
"express": "4.17.0"
},
"workspaces": [
"./packages/*"
],
"engines": {
"npm": ">=7.0.0"
}
}