-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.93 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint 'resources/ts/**/*.{ts,tsx}'"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/forms": "^0.5.2",
"@types/node": "^22.15.31",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"@vitejs/plugin-react": "^4.3.4",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.8.4",
"concurrently": "^9.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.5.0",
"jiti": "^2.6.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "^1.83.0",
"tailwindcss": "^3.1.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.59.1",
"vite": "^6.0"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.10",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.2.3",
"@types/react-router-dom": "^5.3.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"lucide-react": "^0.475.0",
"react-day-picker": "^9.6.7",
"react-router-dom": "^7.1.5",
"react-toastify": "^11.0.5",
"react-type-animation": "^3.2.0",
"recharts": "^2.15.1",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7"
}
}