codigo0/promo-site/package.json
Javier 5cbe03c1e0
Some checks are pending
Deploy Código 0 / deploy (push) Waiting to run
feat: transform promo-site into React portal with integrated admin and glassmorphism
2026-03-25 12:34:33 +01:00

24 lines
500 B
JSON

{
"name": "promo-site",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"lucide-react": "^0.284.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}