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.
 
 
 
 
 
 

41 lines
1.1 KiB

{
"name": "squarenotsquare",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@reduxjs/toolkit": "^1.8.3",
"react": "18.0.0",
"react-native": "0.69.2",
"react-native-gesture-handler": "^2.5.0",
"react-native-secure-key-store": "^2.0.9",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^8.0.2",
"realm": "^10.19.5",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0",
"redux-logger": "^3.0.6"
},
"jest": {
"preset": "react-native"
}
}