forked from Aster-Privacy/Aster-Mail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
165 lines (165 loc) · 5.63 KB
/
Copy pathpackage.json
File metadata and controls
165 lines (165 loc) · 5.63 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
{
"name": "astermail",
"private": true,
"version": "1.4.35",
"description": "Aster Mail - zero-knowledge, end-to-end encrypted email client.",
"license": "AGPL-3.0-only",
"author": "Aster Communications Inc.",
"homepage": "https://astermail.org",
"repository": {
"type": "git",
"url": "git+https://github.com/Aster-Privacy/Aster-Mail.git"
},
"bugs": {
"url": "https://github.com/Aster-Privacy/Aster-Mail/issues"
},
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --fix",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "playwright test --config=playwright.config.ui.ts",
"test:a11y": "playwright test --config=playwright.config.a11y.ts",
"cap:sync": "npx cap sync",
"cap:android": "npx cap run android",
"cap:ios": "npx cap run ios",
"cap:open:android": "npx cap open android",
"cap:open:ios": "npx cap open ios",
"build:mobile": "npm run build && npx cap sync",
"build:android": "npm run build && npx cap sync android",
"android": "npx cap run android",
"android:open": "npx cap open android",
"android:live": "npx cap run android --livereload --external",
"start:windows": "start_windows.bat",
"start:android": "start_android.bat",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:dev:mac": "tauri dev",
"tauri:build:mac": "tauri build --target aarch64-apple-darwin",
"sync-ui": "cd ../aster-ui && npm run build && cd ../Aster-Mail && npm install",
"tauri:build:universal": "tauri build --target universal-apple-darwin"
},
"dependencies": {
"@aster/ui": "file:../aster-ui",
"@capacitor-community/contacts": "^6.1.1",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.0",
"@capacitor/core": "^6.2.1",
"@capacitor/haptics": "^6.0.0",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/local-notifications": "^6.0.0",
"@capacitor/network": "^6.0.0",
"@capacitor/preferences": "^6.0.0",
"@capacitor/push-notifications": "^6.0.0",
"@capacitor/share": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@capawesome/capacitor-app-update": "^6.0.0",
"@fontsource/google-sans-flex": "^5.2.2",
"@heroicons/react": "^2.2.0",
"@noble/ciphers": "^1.2.0",
"@noble/curves": "^1.7.0",
"@noble/hashes": "^1.7.0",
"@noble/post-quantum": "^0.5.4",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@rollup/rollup-linux-x64-gnu": "^4.60.2",
"@stripe/react-stripe-js": "^5.6.1",
"@stripe/stripe-js": "^8.11.0",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-deep-link": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-updater": "^2.0.0",
"capacitor-native-biometric": "^4.2.2",
"capacitor-webview-print": "^6.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.4.0",
"framer-motion": "11.18.2",
"jspdf": "^4.0.0",
"openpgp": "^6.3.0",
"pdfjs-dist": "^4.10.38",
"pst-extractor": "^1.12.0",
"qrcode.react": "^4.2.0",
"react": "18.3.1",
"react-colorful": "^5.6.1",
"react-day-picker": "^9.13.0",
"react-dom": "18.3.1",
"react-icons": "^5.5.0",
"react-router-dom": "^7.15.0",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "3.1.1",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@capacitor/android": "^6.2.1",
"@capacitor/cli": "^8.3.1",
"@eslint/compat": "1.2.8",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.25.1",
"@playwright/test": "^1.58.2",
"@tailwindcss/vite": "4.1.11",
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^20.5.7",
"axe-core": "^4.11.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.54.0",
"@typescript-eslint/parser": "8.54.0",
"@vitejs/plugin-react": "4.7.0",
"@vitest/coverage-v8": "^4.1.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-unused-imports": "4.1.4",
"globals": "16.0.0",
"happy-dom": "^20.4.0",
"postcss": "^8.5.14",
"prettier": "3.5.3",
"tailwindcss": "4.1.11",
"typescript": "5.6.3",
"vite": "^6.4.2",
"vite-plugin-pwa": "^1.2.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "^4.1.0",
"workbox-window": "^7.4.0"
},
"overrides": {
"tar": ">=7.5.7",
"lodash": "^4.17.23",
"serialize-javascript": ">=7.0.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@xmldom/xmldom": "^0.9.10",
"@babel/plugin-transform-modules-systemjs": ">=7.29.4",
"fast-uri": ">=3.1.2"
}
}