-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 986 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 986 Bytes
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
{
"name": "asteroid_app",
"private": true,
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@mantine/core": "^7.15.2",
"@mantine/charts": "^7.15.2",
"@mantine/dates": "^7.15.3",
"@mantine/form": "^7.15.3",
"@mantine/hooks": "^7.12.2",
"@mantine/modals": "^7.16.1",
"@mantine/notifications": "^7.12.2",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-table": "^8.20.5",
"@tauri-apps/api": "^2.4.1",
"@tauri-apps/plugin-shell": "^2.2.1",
"dayjs": "^1.11.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.26.2",
"recharts": "^2.15.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}