2022-09-28 12:08:16 +00:00
|
|
|
{
|
2022-10-04 16:00:37 +00:00
|
|
|
"name": "robosats",
|
2023-10-27 10:40:42 +00:00
|
|
|
"version": "0.6.0",
|
2022-09-28 12:08:16 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"android": "react-native run-android",
|
|
|
|
"ios": "react-native run-ios",
|
|
|
|
"start": "react-native start",
|
|
|
|
"test": "jest",
|
|
|
|
"lint": "eslint **/*.{js,ts,tsx}",
|
|
|
|
"lint:fix": "eslint --fix '**/*.{js,ts,tsx}'",
|
|
|
|
"format": "prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-23 07:32:51 +00:00
|
|
|
"@react-native-clipboard/clipboard": "^1.13.2",
|
2024-02-25 18:56:13 +00:00
|
|
|
"@react-native-community/netinfo": "^11.3.0",
|
2023-05-22 21:30:24 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-native": "^0.71.8",
|
2023-04-28 10:12:59 +00:00
|
|
|
"react-native-encrypted-storage": "^4.0.3",
|
2022-09-28 12:08:16 +00:00
|
|
|
"react-native-tor": "^0.1.8",
|
2023-07-30 23:57:36 +00:00
|
|
|
"react-native-webview": "^13.3.0"
|
2022-09-28 12:08:16 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-28 10:15:52 +00:00
|
|
|
"@babel/core": "^7.21.4",
|
2022-09-28 12:08:16 +00:00
|
|
|
"@babel/runtime": "^7.12.5",
|
2023-05-01 13:07:36 +00:00
|
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
2023-05-05 17:55:13 +00:00
|
|
|
"@types/jest": "^29.5.1",
|
2023-05-22 21:30:24 +00:00
|
|
|
"@types/react-native": "^0.71.3",
|
2022-09-28 12:08:16 +00:00
|
|
|
"@types/react-test-renderer": "^18.0.0",
|
2023-05-05 17:55:04 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
2023-05-20 11:22:14 +00:00
|
|
|
"@typescript-eslint/parser": "^5.59.6",
|
2023-09-21 13:03:59 +00:00
|
|
|
"babel-jest": "^29.7.0",
|
2023-04-28 10:13:06 +00:00
|
|
|
"eslint": "^8.39.0",
|
2023-12-15 15:13:59 +00:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2023-04-28 10:12:06 +00:00
|
|
|
"eslint-config-standard-with-typescript": "^34.0.1",
|
2023-08-13 13:22:46 +00:00
|
|
|
"eslint-import-resolver-typescript": "^3.6.0",
|
2023-05-01 10:41:08 +00:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2023-04-24 14:10:03 +00:00
|
|
|
"eslint-plugin-n": "^15.7.0",
|
2024-01-13 13:12:03 +00:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2023-04-24 14:06:57 +00:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2023-05-01 13:07:22 +00:00
|
|
|
"eslint-plugin-react": "^7.32.2",
|
2022-09-28 12:08:16 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-05-05 17:55:13 +00:00
|
|
|
"jest": "^29.5.0",
|
2023-05-27 09:06:40 +00:00
|
|
|
"metro-react-native-babel-preset": "^0.75.1",
|
2024-02-10 14:15:34 +00:00
|
|
|
"prettier": "^3.2.5",
|
2023-05-22 21:30:24 +00:00
|
|
|
"react-test-renderer": "18.2.0",
|
2023-12-15 15:13:48 +00:00
|
|
|
"typescript": "^5.3.3"
|
2022-09-28 12:08:16 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "^18"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native",
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json",
|
|
|
|
"node"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|