-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.44 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
{
"name": "email-client",
"version": "1.0.0",
"main": "dist-electron/main.js",
"scripts": {
"clean": "rm -rf node_modules dist",
"dev": "vite",
"rebuild": "electron-rebuild -f -w better-sqlite3",
"db:push": "pnpm rebuild && drizzle-kit push:sqlite && pnpm run rebuild"
},
"dependencies": {
"@google-cloud/local-auth": "^3.0.0",
"better-sqlite3": "^9.2.2",
"dompurify": "^3.0.6",
"drizzle-orm": "^0.29.1",
"googleapis": "^129.0.0",
"html-entities": "^2.4.0",
"linkify-html": "^4.1.3",
"openai": "^4.20.1",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^0.0.63",
"tailwind-merge": "^2.1.0"
},
"devDependencies": {
"@electron/rebuild": "^3.4.1",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/better-sqlite3": "^7.6.8",
"@types/dompurify": "^3.0.5",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"drizzle-kit": "^0.20.6",
"electron": "^28.0.0",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.6",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"vite": "^5.0.5",
"vite-plugin-electron": "^0.15.4",
"vite-plugin-electron-renderer": "^0.14.5"
}
}