-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.23 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.23 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
73
74
75
76
77
{
"name": "labconnect",
"version": "0.1.3",
"private": true,
"type": "module",
"dependencies": {
"@eslint/config-array": "^0.19.0",
"@eslint/object-schema": "^2.1.5",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.1.5",
"@hookform/error-message": "^2.0.1",
"@jridgewell/sourcemap-codec": "^1.5.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.5.2",
"cookie": "^1.0.2",
"glob": "^11.1.0",
"lru-cache": "^11.0.1",
"react": "^18.3.1",
"react-cookie": "^8.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.63.0",
"react-icons": "^5.4.0",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0",
"rimraf": "^6.1.2",
"web-vitals": "^5.1.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint './src/**/*.{js,jsx,ts,tsx}'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
"@babel/plugin-transform-numeric-separator": "^7.25.9",
"@babel/plugin-transform-optional-chaining": "^7.28.5",
"@babel/plugin-transform-private-methods": "^7.28.6",
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@eslint/js": "^9.30.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.35.1",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.21",
"daisyui": "^5.1.26",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^15.9.0",
"postcss": "^8.5.6",
"react-helmet-async": "^2.0.5",
"tailwindcss": "^4.1.8",
"typescript": "^5.8.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.3.1"
},
"overrides": {
"@svgr/webpack": "$@svgr/webpack"
}
}