You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
513 B
25 lines
513 B
2 months ago
|
{
|
||
|
"name": "newbrainnelapp",
|
||
|
"license": "0BSD",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.ts",
|
||
|
"scripts": {
|
||
|
"start": "expo start",
|
||
|
"android": "expo start --android",
|
||
|
"ios": "expo start --ios",
|
||
|
"web": "expo start --web"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"expo": "~52.0.41",
|
||
|
"expo-status-bar": "~2.0.1",
|
||
|
"react": "18.3.1",
|
||
|
"react-native": "0.76.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.25.2",
|
||
|
"@types/react": "~18.3.12",
|
||
|
"typescript": "^5.3.3"
|
||
|
},
|
||
|
"private": true
|
||
|
}
|