mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
30 lines
667 B
JSON
30 lines
667 B
JSON
|
{
|
||
|
"name": "ws",
|
||
|
"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": "17.0.2",
|
||
|
"react-native": "0.66.4"
|
||
|
},
|
||
|
"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.66.2",
|
||
|
"react-test-renderer": "17.0.2"
|
||
|
},
|
||
|
"jest": {
|
||
|
"preset": "react-native"
|
||
|
}
|
||
|
}
|