Initial commit

This commit is contained in:
Krisztu
2026-02-25 09:16:09 +01:00
commit de0e8bcb79
11 changed files with 9854 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "feladat3-termekkezelo",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.2.0",
"expo": "~54.0.33",
"expo-status-bar": "~3.0.9",
"firebase": "^12.9.0",
"react": "19.1.0",
"react-native": "0.81.5"
},
"devDependencies": {
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
}