-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
{
"name": "dunyam-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@hookform/resolvers": "^3.9.0",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.11.2",
"@tabler/icons-react": "^3.11.0",
"@tauri-apps/api": "^1",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"mantine-react-table": "^2.0.0-beta.6",
"nanoid": "^5.0.7",
"react": "^18.2.0",
"react-big-calendar": "^1.13.4",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.1",
"react-imask": "^7.6.1",
"react-router-dom": "^6.25.1",
"tauri-plugin-sql-api": "https://github.com/tauri-apps/tauri-plugin-sql.git#a31253b6a3da1f97a8a815747761f7ab6c21420a",
"use-deep-compare-effect": "^1.8.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/lodash": "^4.17.7",
"@types/react": "^18.2.15",
"@types/react-big-calendar": "^1.8.9",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.40",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite-plugin-svgr": "^4.2.0"
}
}