29 lines
793 B
JSON
29 lines
793 B
JSON
{
|
|
"name": "teleauto-v2",
|
|
"version": "2.0.0",
|
|
"description": "Telegram automated message campaign frontend",
|
|
"license": "MIT",
|
|
"author": "Nasir Hossain",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-webfont": "^3.36.0",
|
|
"alpinejs": "^3.15.3",
|
|
"axios": "^1.13.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"autoprefixer": "^10.4.23",
|
|
"daisyui": "^5.5.14",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"vite": "^7.3.0"
|
|
}
|
|
}
|