This repository has been archived on 2026-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
confessions-of-grace/frontend/package.json
T
austin 6bb8ea4477
renovate/artifacts Artifact file update failure
build-and-publish / build (pull_request) Failing after 1m53s
Update dependency lucide-react to v1.35.0
2026-08-28 11:14:31 +00:00

32 lines
762 B
JSON

{
"name": "confessions-of-grace-frontend",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"clsx": "2.1.1",
"date-fns": "4.4.0",
"lucide-react": "1.35.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "7.18.1",
"tailwind-merge": "3.6.0"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.20",
"@tailwindcss/vite": "4.3.3",
"@types/node": "^26.1.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"tailwindcss": "4.3.3",
"typescript": "^7.0.0",
"vite": "^8.1.3"
}
}