This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "awaishop",
"private": true,
"version": "1.4.5",
"type": "module",
"author": {
"name": "Aloento",
"email": "[email protected]"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"upgrade": "pnpm upgrade",
"update": "npx npm-check-updates -u"
},
"dependencies": {
"@azure/msal-browser": "^3.10.0",
"@azure/msal-common": "^14.7.1",
"@azure/msal-react": "^2.0.12",
"@fluentui/react-components": "^9.46.7",
"@fluentui/react-hooks": "^8.6.36",
"@fluentui/react-icons": "^2.0.230",
"@griffel/react": "^1.5.20",
"@lexical/clipboard": "0.10.0",
"@lexical/code": "0.10.0",
"@lexical/file": "0.10.0",
"@lexical/html": "0.10.0",
"@lexical/link": "0.10.0",
"@lexical/list": "0.10.0",
"@lexical/mark": "0.10.0",
"@lexical/markdown": "0.10.0",
"@lexical/overflow": "0.10.0",
"@lexical/react": "0.10.0",
"@lexical/rich-text": "0.10.0",
"@lexical/selection": "0.10.0",
"@lexical/table": "0.10.0",
"@lexical/utils": "0.10.0",
"@microsoft/signalr": "^8.0.0",
"@microsoft/signalr-protocol-msgpack": "^8.0.0",
"ahooks": "^3.7.10",
"dayjs": "^1.11.10",
"dexie": "^3.2.5",
"dexie-react-hooks": "^1.1.7",
"lexical": "0.10.0",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-responsive-carousel": "^3.2.23",
"rxjs": "^7.8.1",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react-swc": "^3.6.0",
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
}