-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 873 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/react": "^2.2.0",
"@tailwindcss/forms": "^0.5.9",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@inertiajs/react": "^1.2.0",
"dayjs": "^1.11.13",
"inertia": "github:inertiajs/inertia",
"pdfjs-dist": "^4.7.76",
"react-dropzone": "^14.2.10",
"react-icons": "^5.3.0",
"react-pdf": "^9.1.1",
"sonner": "^1.5.0"
}
}