forked from MaikEight/ExaltAccountManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "exalt-account-manager",
"private": true,
"version": "4.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@mui/styled-engine-sc": "^6.1.1",
"@mui/x-data-grid": "^7.18.0",
"@mui/x-date-pickers": "^7.18.0",
"@tauri-apps/api": "^1.6.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-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-router-dom": "^6.26.2",
"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": "^1.6.2",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.8"
}
}