mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
20 lines
405 B
JSON
20 lines
405 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.16",
|
|
"axios": "^1.1.2",
|
|
"laravel-vite-plugin": "^0.8.0",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"flowbite": "^2.0.0"
|
|
}
|
|
}
|