37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "frostbyte-native",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"lint": "tsc --noEmit && eslint --ext .js,.jsx,.ts,.tsx ./",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@react-navigation/native": "^6.1.9",
|
|
"@react-navigation/native-stack": "^6.9.17",
|
|
"expo": "~49.0.15",
|
|
"expo-status-bar": "~1.6.0",
|
|
"react": "18.2.0",
|
|
"react-native": "0.72.6",
|
|
"react-native-safe-area-context": "4.6.3",
|
|
"react-native-screens": "~3.22.0",
|
|
"react-native-web": "~0.19.6",
|
|
"react-dom": "18.2.0",
|
|
"@expo/webpack-config": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.2.14",
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
"eslint": "^8.55.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"prettier": "3.1.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"private": true
|
|
}
|