forked from Writand/writand
26 lines
622 B
JSON
26 lines
622 B
JSON
{
|
|
"name": "writand",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~50.0.4",
|
|
"expo-status-bar": "~1.11.1",
|
|
"react": "18.2.0",
|
|
"react-native": "0.73.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@tsconfig/react-native": "^3.0.3",
|
|
"@types/jest": "^29.5.11",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-test-renderer": "^18.0.7",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"private": true
|
|
}
|