mirror of
https://github.com/crivion/laranode.git
synced 2026-06-21 01:06:01 +08:00
32 lines
838 B
JSON
32 lines
838 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@headlessui/react": "^2.0.0",
|
|
"@inertiajs/react": "^2.0.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"axios": "^1.7.4",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-echo": "^1.19.0",
|
|
"laravel-vite-plugin": "^1.2.0",
|
|
"postcss": "^8.4.31",
|
|
"pusher-js": "^8.4.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.2.1",
|
|
"vite": "^6.0.11"
|
|
},
|
|
"dependencies": {
|
|
"react-file-icon": "^1.5.0",
|
|
"react-icons": "^5.4.0",
|
|
"react-toastify": "^11.0.3",
|
|
"react-tooltip": "^5.28.0"
|
|
}
|
|
}
|