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.
35 lines
862 B
35 lines
862 B
4 years ago
|
{
|
||
|
"name": "YoomoocRN",
|
||
|
"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-native-async-storage/async-storage": "^1.13.2",
|
||
|
"@react-native-community/cookies": "^5.0.1",
|
||
|
"buffer": "^6.0.3",
|
||
|
"iconv-lite": "^0.6.2",
|
||
|
"react": "16.13.1",
|
||
|
"react-native": "0.63.3",
|
||
|
"stream": "^0.0.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.14.0",
|
||
|
"jest": "^26.6.3",
|
||
|
"metro-react-native-babel-preset": "^0.64.0",
|
||
|
"react-test-renderer": "16.13.1"
|
||
|
},
|
||
|
"jest": {
|
||
|
"preset": "react-native"
|
||
|
}
|
||
|
}
|