Some checks failed
Build, Push and Deploy / build-and-push (push) Failing after 1m40s
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s
Build, Push and Deploy / deploy-staging (push) Has been skipped
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 0s
25 lines
587 B
JSON
25 lines
587 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"alpinejs": "^3.4.2",
|
|
"autoprefixer": "^10.4.2",
|
|
"axios": "^1.1.2",
|
|
"laravel-vite-plugin": "^2.0.0",
|
|
"lodash": "^4.17.19",
|
|
"postcss": "^8.4.6",
|
|
"tailwindcss": "^3.1.0",
|
|
"vite": "^7.0.3"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^1.7.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4"
|
|
}
|
|
}
|