Initial commit

This commit is contained in:
grovedruid
2026-05-12 04:56:41 +02:00
commit 6ee8432c26
243 changed files with 14878 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "fsys-ccg-react",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}