TechnoSamurai02's picture
Completely remade the frontend to look more formal, professional, and aesthetic. Website is compatible with several screen sizes. Both light and dark modes available and switching between them is made easier. Changed text to Times New Roman to improve professionalism. Overall, drastically improved the frontend.
c2a8f8c
Raw
History Blame Contribute Delete
694 Bytes
{
"name": "truthshield-ai-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "npm run build && wrangler pages deploy ./dist --project-name=truthshield-ai-frontend --branch=main"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"wrangler": "^4.110.0"
}
}