-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.72 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dashi-client",
"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",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^4.1.0",
"@mui/material": "^6.4.6",
"@mui/x-date-pickers": "^7.27.1",
"@react-pdf/renderer": "^4.2.2",
"@types/chroma-js": "^3.1.1",
"@types/react-modal": "^3.16.3",
"chroma-js": "^3.1.2",
"dayjs": "^1.11.13",
"exceljs": "^4.4.0",
"filepond": "^4.32.7",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.0",
"mui-color-input": "^5.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-filepond": "^7.1.3",
"react-hook-form": "^7.54.2",
"react-jsbarcode": "^1.0.1",
"react-modal": "^3.16.3",
"react-qr-code": "^2.0.15",
"react-router-dom": "^7.1.5",
"react-select": "^5.10.1",
"styled-components": "^6.1.15",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"typescript": "~5.8.0",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0"
},
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}