-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "profile-manager",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"clsx": "^2.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.5.3",
"react-window": "^1.8.11",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.1.17",
"@types/node": "^24.9.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^5.1.0",
"@welldone-software/why-did-you-render": "^10.0.1",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"rollup-plugin-visualizer": "^6.0.1",
"tailwindcss": "^4.1.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^7.2.2",
"vite-plugin-compression": "^0.5.1"
}
}