initialize project

This commit is contained in:
2025-05-26 22:59:14 +02:00
commit 10ba53626f
7 changed files with 106 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/package",
"dependencies": {
"esbuild": "^0.25.4",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"http-server": "^14.1.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2"
}
}