initial commit

This commit is contained in:
2024-05-11 12:42:46 +02:00
commit cdbd1801fd
28 changed files with 8444 additions and 0 deletions

31
package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "my-app",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"react-native": "^0.74.1",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-react-native-web": "^1.0.2"
},
"dependencies": {
"@vitejs/plugin-react": "^4.2.1",
"cross-fetch": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native-web": "^0.19.11",
"vike": "^0.4.171",
"vike-react": "^0.4.8"
},
"packageManager": "yarn@4.2.2"
}