-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.49 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
{
"name": "exalt-account-manager",
"private": true,
"version": "4.2.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@mui/styled-engine-sc": "^6.1.3",
"@mui/x-data-grid": "^7.20.0",
"@mui/x-date-pickers": "^7.20.0",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-deep-link": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-http": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-updater": "^2.0.0",
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"hash-string": "^1.0.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"notistack": "^3.0.1",
"papaparse": "^5.4.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-router-dom": "^6.27.0",
"react-virtuoso": "^4.10.4",
"react-window": "^1.8.10",
"stream-browserify": "^3.0.0",
"styled-components": "^6.1.13",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
}
}