mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-10 08:11:34 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "RoboSats",
|
||
|
"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 . --ext .js,.jsx,.ts,.tsx"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"react": "18.0.0",
|
||
|
"react-native": "0.69.0",
|
||
|
"react-native-webview": "^11.22.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.12.9",
|
||
|
"@babel/runtime": "^7.12.5",
|
||
|
"@react-native-community/eslint-config": "^2.0.0",
|
||
|
"@types/jest": "^26.0.23",
|
||
|
"@types/react-native": "^0.69.0",
|
||
|
"@types/react-test-renderer": "^18.0.0",
|
||
|
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
||
|
"@typescript-eslint/parser": "^5.29.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",
|
||
|
"typescript": "^4.4.4"
|
||
|
},
|
||
|
"resolutions": {
|
||
|
"@types/react": "^18"
|
||
|
},
|
||
|
"jest": {
|
||
|
"preset": "react-native",
|
||
|
"moduleFileExtensions": [
|
||
|
"ts",
|
||
|
"tsx",
|
||
|
"js",
|
||
|
"jsx",
|
||
|
"json",
|
||
|
"node"
|
||
|
]
|
||
|
}
|
||
|
}
|