-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
{
"name": "calendar-sha",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"devM": "vite --host",
"build": "tsc -b && vite build",
"lint": "biome lint .",
"preview": "vite preview",
"check:format": "biome check .",
"check:unused": "knip",
"check:types": "biome check .",
"check-all": "biome check . && yarn check:unused",
"postinstall": "patch-package"
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.100.9",
"@tanstack/react-query": "^5.100.10",
"@tanstack/react-query-persist-client": "^5.100.9",
"axios": "^1.13.2",
"date-fns": "^4.1.0",
"html-react-parser": "^5.2.11",
"isomorphic-dompurify": "^2.35.0",
"knip": "^5.80.0",
"react": "^19.2.0",
"react-big-calendar": "^1.19.4",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.11.0",
"react-simple-pull-to-refresh": "^1.3.4",
"react-spinners": "^0.17.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-big-calendar": "^1.16.3",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vite-tsconfig-paths": "^6.0.4"
}
}