-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 893 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 893 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
{
"name": "webpulse",
"version": "0.1.0",
"description": "The heartbeat of your browsing",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"zip": "wxt zip",
"postinstall": "wxt prepare",
"compile": "tsc --noEmit",
"test": "vitest run",
"test:e2e": "playwright test",
"test:e2e:bg": "PWHEADLESS=true playwright test",
"test:e2e:report": "playwright show-report tests/playwright-report"
},
"dependencies": {
"dexie": "^4.0.8",
"lucide-react": "^0.469.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^3.8.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@types/chrome": "^0.1.43",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@wxt-dev/module-react": "^1.2.2",
"typescript": "^5.7.3",
"vitest": "^4.1.8",
"wxt": "^0.20.26"
}
}