-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.07 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.07 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "saerok-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint './src/**/*.{ts,tsx.jsx}'",
"lint:fix": "eslint --fix './src/**/*.{ts,tsx.jsx}'",
"format": "prettier --write --cache .",
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.0.1",
"@material-tailwind/react": "^2.1.10",
"@tanstack/react-query": "^5.74.3",
"@tanstack/react-query-devtools": "^5.74.3",
"@types/recoil": "^0.0.9",
"@use-funnel/react-router-dom": "^0.0.13",
"axios": "^1.8.4",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.12",
"framer-motion": "^12.16.0",
"lucide-react": "^0.525.0",
"qs": "^6.14.0",
"react": "^18.2.0",
"react-calendar": "^5.1.0",
"react-cookie": "^8.0.1",
"react-datepicker": "^4.8.0",
"react-day-picker": "^9.6.7",
"react-dom": "^18.2.0",
"react-router-dom": "^7.5.0",
"recoil": "^0.7.7",
"swiper": "^11.2.6",
"zod": "^3.25.23"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@types/node": "^22.15.32",
"@types/qs": "^6.14.0",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/swiper": "^5.4.3",
"@typescript-eslint/parser": "^8.29.1",
"@vitejs/plugin-react": "^4.4.0",
"@vitejs/plugin-react-swc": "^3.8.0",
"autoprefixer": "^10.4.21",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^9.24.0",
"eslint-import-resolver-typescript": "^4.3.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"postcss": "^8.5.6",
"prettier": "3.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.4.5",
"typescript-eslint": "^8.29.1",
"vite": "^6.2.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
}