-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.68 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.68 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vitacheck-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-switch": "^1.2.5",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.83.0",
"axios": "^1.11.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"firebase": "^12.1.0",
"install": "^0.13.0",
"lucide-react": "^0.525.0",
"react": "^19.1.0",
"react-clock": "^6.0.0",
"react-dom": "^19.1.0",
"react-ga4": "^2.1.0",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-ios-time-picker": "^0.2.2",
"react-mobile-picker": "^1.1.2",
"react-responsive": "^10.0.1",
"react-router-dom": "^7.6.3",
"react-time-picker": "^7.0.0",
"styled-components": "^6.1.19",
"swiper": "^12.0.3",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.11",
"tesseract.js": "^6.0.1"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@types/axios": "^0.14.4",
"@types/node": "^24.0.12",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/styled-components": "^5.1.35",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0"
}
}