-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
45
{
"name": "mytime",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "vitest"
},
"dependencies": {
"@fontsource/roboto": "5.1.0",
"@mui/icons-material": "6.2.1",
"@mui/lab": "6.0.0-beta.20",
"@mui/material": "6.2.1",
"@mui/x-date-pickers": "7.23.3",
"@octokit/core": "6.1.2",
"@tauri-apps/api": "2.1.1",
"@tauri-apps/plugin-process": "2.2.0",
"@tauri-apps/plugin-shell": "2.2.0",
"@tauri-apps/plugin-updater": "2.3.0",
"dayjs": "1.11.13",
"material-ui-confirm": "3.0.16",
"mui-color-input": "5.0.1",
"notistack": "3.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"semver": "7.6.3"
},
"devDependencies": {
"@tauri-apps/cli": "2.1.0",
"@testing-library/react": "16.1.0",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/semver": "7.5.8",
"@vitejs/plugin-react": "4.3.4",
"jsdom": "25.0.1",
"typescript": "5.7.2",
"vite": "6.0.5",
"vitest": "2.1.8"
}
}