-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.13 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.13 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "scheduler-ui-by-moda20",
"description": "The frontend for the scheduler backend",
"private": false,
"version": "0.0.0-pre-alpha",
"type": "module",
"author": {
"name": "moda20",
"email": "kadhem03@gmail.com"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@icons-pack/react-simple-icons": "^13.8.0",
"@melloware/react-logviewer": "^6.3.5",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@reduxjs/toolkit": "^2.0.1",
"@shadcn/ui": "^0.0.4",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.13.18",
"ansi-colors": "^4.1.3",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cronstrue": "^2.50.0",
"date-fns": "^4.1.0",
"framer-motion": "^12.16.0",
"history": "^5.3.0",
"js-cookie": "^3.0.5",
"lucide": "^0.474.0",
"lucide-react": "^0.453.0",
"moment": "^2.30.1",
"monaco-editor": "^0.52.2",
"react": "^19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.53.1",
"react-hotkeys-hook": "^4.6.1",
"react-js-cron": "^5.0.1",
"react-redux": "^9.1.0",
"react-router": "^7.13.1",
"react-router-dom": "^7.13.1",
"recharts": "^2.15.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.1.7"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.91.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.7.9",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.1.3",
"jsdom": "^23.2.0",
"postcss": "^8.4.47",
"prettier": "3.3.3",
"sass-embedded": "^1.80.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.9.3",
"vite": "^5.0.11",
"vitest": "^1.2.0"
}
}