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
rwn-website/frontend/package.json
austin 10cb7f87c2
renovate/artifacts Artifact file update failure
build-and-publish / build (pull_request) Failing after 2m8s
Update dependency lucide-react to v1.40.0
2026-09-03 17:25:58 +00:00

27 lines
590 B
JSON

{
"name": "rwn-website-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7",
"lucide-react": "1.40.0"
},
"devDependencies": {
"@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"
}
}