-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 808 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
{
"name": "brushlog",
"private": true,
"version": "0.0.1",
"type": "module",
"description": "Self-owned, offline, local-only brushing & dental-health tracker for Oral-B toothbrushes (Web Bluetooth). No cloud.",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc -b --noEmit"
},
"dependencies": {
"idb": "^8.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^26.6.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/web-bluetooth": "^0.0.21",
"@vitejs/plugin-react": "^5.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0",
"vite": "^7.0.0",
"vite-plugin-pwa": "^1.0.0"
}
}