-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 KB
/
package.json
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
{
"name": "sync-shift-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview --port 3000",
"prettier:check": "prettier --check ./",
"prettier:write": "prettier --write ./"
},
"dependencies": {
"@fontsource/nunito": "^4.5.12",
"@popperjs/core": "^2.11.6",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-query": "^4.24.10",
"@tanstack/react-query-devtools": "^4.24.12",
"@tanstack/react-table": "^8.8.5",
"axios": "^1.3.4",
"bootstrap": "^5.2.2",
"boring-avatars": "^1.7.0",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"react": "^18.2.0",
"react-big-calendar": "^1.6.9",
"react-day-picker": "^8.7.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-router-dom": "^6.8.1",
"sass": "1.50.0"
},
"devDependencies": {
"@types/node": "^18.14.2",
"@types/react": "^18.0.27",
"@types/react-big-calendar": "^1.6.3",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"prettier": "^2.8.4",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}