vernova/package.json
Kazem Alghasi b6b2057df2
Some checks failed
Tests / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled
Tests / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
اولین کامیت پروژه vernova
2026-07-26 19:58:27 +03:30

19 lines
402 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"alpinejs": "^3.13",
"autoprefixer": "^10.4",
"axios": "^1.7",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4",
"tailwindcss": "^3.4",
"vite": "^5.0"
}
}