28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"name": "whatsapp-manager",
|
|
"version": "1.0.0",
|
|
"description": "WhatsApp Gateway Manager Web Interface",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"qrcode": "^1.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@vitejs/plugin-react": "^4.1.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.5.0",
|
|
"tailwindcss": "^3.3.5",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.31"
|
|
}
|
|
} |