-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 996 Bytes
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
{
"name": "purifymail",
"private": true,
"version": "1.1.0",
"type": "module",
"license": "MIT",
"description": "Sort your mail: unsubscribe from newsletters and clear out your biggest senders, entirely on your own machine.",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"check:style": "node scripts/check-dashes.mjs",
"check:contrast": "node scripts/check-contrast.mjs",
"preview": "vite preview",
"tauri": "tauri",
"app": "tauri dev",
"app:build": "tauri build"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.7",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-opener": "^2.2.2",
"framer-motion": "^11.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.3"
}
}