-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.54 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.54 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
{
"name": "pes",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite dev",
"dev": "vite",
"build": "tsc -b && vite build",
"postbuild": "copyfiles staticwebapp.config.json dist/",
"lint": "eslint . --ext .ts,.tsx",
"preview": "vite preview"
},
"dependencies": {
"@azure/msal-browser": "^4.12.0",
"@azure/msal-react": "^3.0.12",
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "^5.74.4",
"@tanstack/react-table": "^8.21.3",
"install": "^0.13.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.1",
"react-loading-skeleton": "^3.5.0",
"react-modal": "^3.16.3",
"react-router-dom": "^7.5.1",
"sonner": "^2.0.3",
"zod": "^3.24.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@tailwindcss/vite": "^4.1.4",
"@types/lodash": "^4.17.16",
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "19.0.4",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"@vitejs/plugin-react": "^4.3.4",
"copyfiles": "^2.4.1",
"dotenv": "^16.5.0",
"eslint": "^9.24.0",
"eslint-import-resolver-typescript": "^4.3.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"vite": "^6.2.0"
}
}