-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.27 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.27 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"version": "1.0.1",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@headlessui/react": "^2.0.0",
"@inertiajs/react": "^2.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.23",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"daisyui": "^5.5.14",
"laravel-vite-plugin": "^2.0.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"vite": "^7.0.7"
},
"dependencies": {
"@inertiajs/react": "^2.3.6",
"@mantine/core": "^8.3.10",
"@mantine/dates": "^8.3.11",
"@mantine/form": "^8.3.10",
"@mantine/hooks": "^8.3.10",
"@mantine/notifications": "^8.3.10",
"@mantine/spotlight": "^8.3.11",
"@tabler/icons-react": "^3.36.1",
"@vitejs/plugin-react": "^5.1.2",
"@vitejs/plugin-react-swc": "^4.2.2",
"dayjs": "^1.11.19",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"recharts": "^3.6.0"
}
}