33 lines
856 B
JSON
33 lines
856 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.15",
|
|
"axios": "^1.1.2",
|
|
"daisyui": "^4.11.1",
|
|
"laravel-vite-plugin": "^0.8.0",
|
|
"postcss": "^8.4.29",
|
|
"tailwindcss": "^3.3.3",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@inertiajs/react": "^1.0.11",
|
|
"@mdxeditor/editor": "^3.0.6",
|
|
"@uiw/react-md-editor": "^4.0.4",
|
|
"apexcharts": "^3.49.0",
|
|
"react": "^18.2.0",
|
|
"react-apexcharts": "^1.4.1",
|
|
"react-audio-player": "^0.17.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^5.2.1",
|
|
"react-player": "^2.16.0",
|
|
"sweetalert2": "^11.11.0",
|
|
"swr": "^2.2.2",
|
|
"use-sound": "^4.0.1"
|
|
}
|
|
}
|