mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "robosats",
|
|
"version": "0.5.0",
|
|
"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": {
|
|
"@react-native-clipboard/clipboard": "^1.11.2",
|
|
"@react-native-community/netinfo": "^9.3.9",
|
|
"react": "^18.0.0",
|
|
"react-native": "^0.69.6",
|
|
"react-native-encrypted-storage": "^4.0.3",
|
|
"react-native-tor": "^0.1.8",
|
|
"react-native-v8": "^1.5.0",
|
|
"react-native-webview": "^12.0.2",
|
|
"v8-android-nointl": "^10.100.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.4",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
"@types/jest": "^29.5.1",
|
|
"@types/react-native": "^0.69.0",
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
"@typescript-eslint/parser": "^5.29.0",
|
|
"babel-jest": "^29.5.0",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-standard-with-typescript": "^34.0.1",
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-n": "^15.7.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"jest": "^29.5.0",
|
|
"metro-react-native-babel-preset": "^0.70.3",
|
|
"prettier": "^2.8.8",
|
|
"react-test-renderer": "18.0.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^18"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
}
|
|
}
|