-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.24 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
{
"name": "ems-mitm",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"docs": "jsdoc -c jsdoc.json",
"docs:serve": "npm run docs && npx http-server ./docs -o",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@supabase/supabase-js": "^2.49.4",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.4",
"react-hook-form": "^7.56.1",
"react-hot-toast": "^2.5.2",
"react-icons": "^4.8.0",
"react-router-dom": "^6.11.1",
"styled-components": "^5.3.10",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"jsdoc": "^4.0.4",
"rollup-plugin-visualizer": "^6.0.5",
"supabase": "^2.24.3",
"vite": "^6.3.1",
"vite-plugin-compression": "^0.5.1"
},
"overrides": {
"brace-expansion": "1.1.1.3",
"@eslint/plugin-kit": "0.3.5"
}
}