mirror of https://github.com/Lukibeg/OmniBoard.git
27 lines
725 B
JSON
27 lines
725 B
JSON
{
|
|
"$schema": "https://www.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"devDependencies": {
|
|
"@inertiajs/vue3": "^2.0.0",
|
|
"@laravel/echo-vue": "^2.2.6",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"axios": "^1.7.4",
|
|
"concurrently": "^9.0.1",
|
|
"laravel-echo": "^2.2.6",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"postcss": "^8.4.31",
|
|
"pusher-js": "^8.4.0",
|
|
"tailwindcss": "^3.2.1",
|
|
"vite": "^7.0.0",
|
|
"vue": "^3.5.0"
|
|
}
|
|
}
|