-
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.05 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.05 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": "plus82.admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.2.5",
"@hookform/resolvers": "^4.1.3",
"@mui/icons-material": "^6.4.7",
"@mui/material": "^6.4.7",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-separator": "^1.1.6",
"@tailwindcss/vite": "^4.1.7",
"@tanstack/react-query": "^5.69.0",
"@types/lodash-es": "^4.17.12",
"@vis.gl/react-google-maps": "^1.5.3",
"autoprefixer": "^10.4.21",
"axios": "^1.8.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"html2canvas": "^1.4.1",
"js-file-download": "^0.4.12",
"jspdf": "^3.0.1",
"pdf-lib": "^1.17.1",
"postcss": "^8.5.3",
"qs": "^6.14.0",
"react": "^19.0.0",
"react-datepicker": "^8.3.0",
"react-daum-postcode": "^3.2.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-pdf": "^9.2.1",
"react-router": "^7.3.0",
"react-router-dom": "^7.3.0",
"react-toastify": "^11.0.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typescript-cookie": "^1.0.6",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@types/qs": "^6.9.18",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"lodash-es": "^4.17.21",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.1",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.2.0",
"vite-plugin-svgr": "^4.3.0"
}
}