-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 KB
/
package.json
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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"dev": "vite",
"build": "./build.sh",
"preview": "vite preview"
},
"dependencies": {
"@azure/msal-browser": "^3.1.0",
"@azure/msal-react": "^2.0.6",
"@fluentui/react": "^8.112.5",
"@fluentui/react-components": "^9.37.3",
"@fluentui/react-icons": "^2.0.221",
"@react-spring/web": "^9.7.3",
"dompurify": "^3.0.6",
"ndjson-readablestream": "^1.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"react-syntax-highlighter": "^15.5.0",
"scheduler": "^0.20.2"
},
"devDependencies": {
"@types/dompurify": "^3.0.4",
"@types/node": "^20.10.5",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/react-syntax-highlighter": "^15.5.7",
"@vitejs/plugin-react": "^4.1.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
}