-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 937 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 937 Bytes
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@inertiajs/react": "^2.3.8",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"axios": "^1.13.2",
"bootstrap": "^4.0.0",
"jquery": "^3.2",
"laravel-vite-plugin": "^2.1.0",
"lodash": "^4.17.19",
"popper.js": "^1.12",
"postcss": "^8.5.6",
"postcss-import": "^14.0.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"vite": "^7.3.1"
},
"dependencies": {
"@tanstack/react-query": "^5.90.20"
}
}