39 lines
1001 B
JSON
39 lines
1001 B
JSON
{
|
|
"name": "f0ckapp",
|
|
"version": "0.0.1",
|
|
"author": "Flummi",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start",
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/async-storage": "^1.7.1",
|
|
"react": "16.9.0",
|
|
"react-native": "0.61.5",
|
|
"react-native-gesture-handler": "^1.5.3",
|
|
"react-native-reanimated": "^1.7.0",
|
|
"react-native-vector-icons": "^6.6.0",
|
|
"react-navigation": "^4.0.10",
|
|
"react-navigation-tabs": "^2.7.0",
|
|
"sync-storage": "^0.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/runtime": "^7.6.2",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"babel-jest": "^24.9.0",
|
|
"eslint": "^6.5.1",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
"react-test-renderer": "16.9.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|