mirror of
https://github.com/crivion/laranode.git
synced 2026-05-07 22:20:44 +08:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
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": {
|
|
"chart.js": "^4.4.7",
|
|
"prismjs": "^1.29.0",
|
|
"react-chartjs-2": "^5.3.0",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-data-table-component": "^7.6.2",
|
|
"react-file-icon": "^1.5.0",
|
|
"react-icons": "^5.4.0",
|
|
"react-simple-code-editor": "^0.14.1",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"react-toastify": "^11.0.3",
|
|
"react-tooltip": "^5.28.0"
|
|
}
|
|
}
|