Files
walkbyfaith/package.json
T
2026-08-19 08:20:17 -04:00

26 lines
562 B
JSON

{
"name": "walkbyfaith",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
"typescript": "~6.0.2",
"vite": "^8.2.0"
},
"dependencies": {
"@fontsource/cinzel": "^5.3.0",
"@fontsource/eb-garamond": "^5.3.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-router-dom": "^7.18.2"
}
}