-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) 路 928 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) 路 928 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
36
37
38
39
40
41
{
"name": "time",
"version": "0.3.0",
"private": true,
"homepage": "https://dentime.anozon.me",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit",
"preview": "vite preview",
"test": "vitest run",
"deploy": "pnpm build && wrangler deploy"
},
"dependencies": {
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-router": "^1.95.0",
"normalize.css": "8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "5.3.11"
},
"packageManager": "pnpm@10.34.1",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"devDependencies": {
"@types/node": "^24.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/styled-components": "5.1.36",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8",
"wrangler": "^4.98.0"
}
}