Initial commit

This commit is contained in:
2024-03-02 11:23:25 -05:00
commit b8ee291672
14 changed files with 1319 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "gcf-practice",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "^5.3.3",
"bootstrap-react": "^0.5.0-alpha.14",
"preact": "^10.19.5",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.1",
"typescript": "^5.2.2",
"vite": "^5.1.4"
}
}