mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
25b0122a39
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.39.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.25.0...v8.39.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "robosats",
|
|
"version": "0.4.3",
|
|
"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.4",
|
|
"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.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": "^8.39.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-standard-with-typescript": "^34.0.1",
|
|
"eslint-import-resolver-typescript": "^3.5.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.7.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.31.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"jest": "^26.6.3",
|
|
"metro-react-native-babel-preset": "^0.70.3",
|
|
"prettier": "^2.7.1",
|
|
"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"
|
|
]
|
|
}
|
|
}
|