Moved from private git forge to gitlab

This commit is contained in:
2025-03-07 18:43:08 -06:00
parent 4e40e31f15
commit 0ad8ca09c2
39 changed files with 3643 additions and 688 deletions

29
package.json Normal file
View File

@ -0,0 +1,29 @@
{
"name": "zoomaccel",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.25.0",
"vite": "^6.1.1"
}
}