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