-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
179 lines (179 loc) · 6.2 KB
/
package.json
File metadata and controls
179 lines (179 loc) · 6.2 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"name": "forwardemail-webmail-client",
"version": "0.9.34",
"private": true,
"type": "module",
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=20 <21",
"pnpm": ">=9.0.0"
},
"scripts": {
"clean:vite": "rm -rf node_modules/.vite",
"predev": "pnpm run clean:vite",
"dev": "vite",
"tauri": "tauri",
"prebuild": "pnpm run clean:vite && node scripts/validate-schema-version.js",
"build": "vite build && workbox generateSW workbox.config.cjs",
"preview": "pnpm run clean:vite && vite preview",
"check": "svelte-check",
"analyze": "ANALYZE=true pnpm build",
"lhci:collect": "lhci collect --config=./lighthouserc.cjs",
"lhci:assert": "lhci assert --config=./lighthouserc.cjs",
"lhci": "pnpm build && pnpm lhci:collect && pnpm lhci:assert",
"test": "vitest run",
"test:unit": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint-staged": "lint-staged",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"prepare": "husky install",
"prerelease": "bash scripts/prerelease.sh",
"release": "np",
"release:desktop": "bash scripts/release-desktop.sh",
"tauri:check-cache": "bash scripts/check-cargo-cache.sh",
"tauri:sync-version": "node scripts/sync-version.cjs",
"tauri:dev": "pnpm tauri:check-cache && pnpm tauri:sync-version && tauri dev",
"tauri:build": "pnpm tauri:check-cache && pnpm tauri:sync-version && tauri build",
"tauri:build:debug": "pnpm tauri:check-cache && pnpm tauri:sync-version && tauri build --debug",
"tauri:android:dev": "bash scripts/android-dev.sh",
"tauri:android:build": "bash scripts/android-build.sh",
"tauri:ios:dev": "bash scripts/ios-dev.sh",
"tauri:ios:build": "bash scripts/ios-build.sh",
"tauri:icon": "tauri icon src-tauri/icons/app-icon.png",
"tauri:signer:generate": "tauri signer generate -w ~/.tauri/forwardemail.key",
"version": "node scripts/sync-version.cjs && git add src-tauri/tauri.conf.json src-tauri/Cargo.toml"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/literata": "^5.2.8",
"@fontsource/merriweather": "^5.2.11",
"@fontsource/open-sans": "^5.2.7",
"@fontsource/roboto": "^5.2.9",
"@passwordless-id/webauthn": "^2.1.2",
"@schedule-x/calendar": "^1.63.1",
"@schedule-x/svelte": "^3.0.0",
"@schedule-x/theme-default": "^1.13.4",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-deep-link": "^2.4.7",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-fs": "^2.5.0",
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.0",
"@tiptap/core": "^2.6.6",
"@tiptap/extension-color": "^2.6.6",
"@tiptap/extension-font-family": "^2.6.6",
"@tiptap/extension-highlight": "^2.6.6",
"@tiptap/extension-image": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-placeholder": "^2.6.6",
"@tiptap/extension-table": "^2.6.6",
"@tiptap/extension-table-cell": "^2.6.6",
"@tiptap/extension-table-header": "^2.6.6",
"@tiptap/extension-table-row": "^2.6.6",
"@tiptap/extension-text-style": "^2.6.6",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"bits-ui": "^2.15.4",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dexie": "^4.2.1",
"dompurify": "^3.3.2",
"emoji-picker-element": "^1.21.5",
"flexsearch": "^0.7.43",
"hash-wasm": "^4.12.0",
"hotkeys-js": "4.0.0-beta.7",
"ky": "^1.14.1",
"libsodium-wrappers": "^0.7.16",
"lucide-svelte": "^0.562.0",
"marked": "^12.0.2",
"msgpackr": "^1.11.0",
"openpgp": "^6.2.2",
"postal-mime": "^2.6.0",
"preact": "^10.24.3",
"svelte": "^5.48.0",
"tailwind-merge": "^3.4.0",
"tauri-plugin-remote-push-api": "^1.0.10"
},
"devDependencies": {
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@eslint/js": "^9.0.0",
"@internationalized/date": "^3.10.0",
"@lhci/cli": "^0.13.0",
"@lucide/svelte": "^0.561.0",
"@playwright/test": "^1.57.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/postcss": "^4.1.18",
"@tauri-apps/cli": "^2.10.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/svelte": "5.3.1",
"@testing-library/user-event": "14.6.1",
"@tiptap/extension-text-align": "^2.27.1",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"@vitest/coverage-v8": "^2.1.4",
"autoprefixer": "^10.4.23",
"emoji-picker-element-data": "^1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"fake-indexeddb": "6.2.5",
"globals": "^14.0.0",
"husky": "^9.1.7",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"mode-watcher": "^1.1.0",
"np": "^10.2.0",
"postcss": "^8.5.6",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"rollup-plugin-visualizer": "^5.12.0",
"svelte-check": "^4.3.4",
"svelte-eslint-parser": "^1.0.0",
"svelte-sonner": "^1.0.7",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.3.0",
"typescript-eslint": "^8.53.1",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.17.0",
"vitest": "^2.1.4",
"workbox-cli": "^7.0.0"
},
"lint-staged": {
"*.{js,mjs,cjs,ts,tsx,jsx,svelte}": [
"pnpm run lint",
"prettier --write"
],
"*.{json,css,html,md,svelte}": "prettier --write"
},
"np": {
"branch": "main",
"publish": false,
"releaseDraft": false,
"message": "chore(release): %s"
},
"repository": {
"type": "git",
"url": "https://github.com/forwardemail/mail.forwardemail.net.git"
},
"pnpm": {
"overrides": {
"preact": ">=10.29.1",
"markdown-it": ">=14.1.1",
"svelte": ">=5.53.5",
"devalue": ">=5.6.4"
}
}
}