-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "time_tracker",
"private": true,
"type": "module",
"scripts": {
"dev": "vp dev",
"lint": "vp lint && vp fmt",
"lint:fix": "vp lint --fix && vp fmt --write",
"build": "vp build",
"build:local": "INCLUDE_BASE=1 pnpm run build",
"preview": "vp preview"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-rc.0",
"idb": "^8.0.3",
"lodash": "^4.17.23",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/lodash": "^4.17.24",
"@types/node": "^26.0.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"baseline-browser-mapping": "^2.10.0",
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vite-plus": "latest",
"wrangler": "^4.112.0"
},
"peerDependencies": {
"typescript": "^5"
},
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
},
"packageManager": "pnpm@11.8.0"
}