-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
77 lines (77 loc) · 2.26 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "athan-time",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@tauri-apps/api": "^1.4.0",
"@tauri-apps/plugin-store": "2.0.0-alpha.1",
"adhan": "^4.4.3",
"class-variance-authority": "^0.7.0",
"country-state-city": "^3.2.0",
"date-fns": "^2.30.0",
"formik": "^2.4.3",
"fuse.js": "^6.6.2",
"i18next": "^23.4.6",
"i18next-browser-languagedetector": "^7.1.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-day-picker": "^8.8.1",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.0",
"react-router-dom": "^6.15.0",
"react-select-virtualized": "^5.5.0",
"react-virtualized": "^9.22.5",
"use-interval": "^1.4.0",
"yup": "^1.2.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-virtualized": "^9.21.22",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"clsx": "^2.0.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-sonarjs": "^0.20.0",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.0.2",
"vite": "^4.4.4",
"vite-plugin-svgr": "^3.2.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}