-
Notifications
You must be signed in to change notification settings - Fork 415
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.71 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.71 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fluentui/react": "^8.125.4",
"@fluentui/react-components": "^9.72.11",
"@fluentui/react-file-type-icons": "^8.16.0",
"@fluentui/react-icons": "^2.0.317",
"@radix-ui/react-icons": "^1.3.2",
"@reduxjs/toolkit": "^2.11.2",
"@tailwindcss/vite": "^4.1.18",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.24",
"axios": "^1.15.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.563.0",
"postcss": "^8.5.6",
"@tailwindcss/postcss": "^4.1.11",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-dropzone": "^14.4.0",
"react-icons": "^5.5.0",
"react-redux": "^9.1.2",
"react-router-dom": "^7.13.0",
"react-syntax-highlighter": "^16.1.0",
"sql-formatter": "^15.7.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.11",
"uuid": "^13.0.0",
"@azure/msal-browser": "^5.1.0",
"@azure/msal-react": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.3.0",
"rollup": "^4.59.0",
"rollup-plugin-dts": "^6.3.0",
"vite": "^7.3.2",
"vite-plugin-svgr": "^4.5.0"
},
"overrides": {
"flatted": "3.4.2",
"minimatch": "3.1.3",
"js-yaml": "4.1.1",
"picomatch": "4.0.4"
}
}