-
Notifications
You must be signed in to change notification settings - Fork 420
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.56 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
{
"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.122.9",
"@fluentui/react-components": "^9.56.7",
"@fluentui/react-file-type-icons": "^8.12.7",
"@fluentui/react-icons": "^2.0.270",
"@radix-ui/react-icons": "^1.3.2",
"@reduxjs/toolkit": "^2.2.7",
"@tailwindcss/vite": "^4.0.0",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.20",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.471.1",
"postcss": "^8.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-icons": "^5.5.0",
"react-redux": "^9.1.2",
"react-router-dom": "^7.5.2",
"react-syntax-highlighter": "^15.6.1",
"sql-formatter": "^15.4.11",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"uuid": "^11.0.5",
"@azure/msal-browser": "^4.2.0",
"@azure/msal-react": "^3.0.4"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"rollup": "^4.34.4",
"rollup-plugin-dts": "^6.1.1",
"vite": "^6.0.5",
"vite-plugin-svgr": "^4.3.0"
}
}