-
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.75 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.75 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": "onebyte",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "set HTTPS=true&&vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"type-check": "npx tsc --noEmit"
},
"dependencies": {
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"apexcharts": "^4.3.0",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"qs": "^6.13.1",
"react": "^18.3.1",
"react-apexcharts": "^1.7.0",
"react-date-range": "^2.0.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.53.2",
"react-router-dom": "^6.27.0",
"styled-components": "^6.1.13",
"vite-plugin-mkcert": "^1.17.6",
"xlsx": "^0.18.5",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/node": "^22.10.1",
"@types/qs": "^6.9.17",
"@types/react": "^18.3.10",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.10.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8"
}
}