nostros/package.json

100 lines
3.1 KiB
JSON
Raw Normal View History

2022-10-24 17:27:31 +00:00
{
2022-10-30 19:27:56 +00:00
"name": "Nostros",
2022-10-24 17:27:31 +00:00
"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",
"format": "eslint --fix '**/**/*.{js,ts,tsx}' && prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@eva-design/eva": "^2.1.0",
2022-12-30 18:11:35 +00:00
"@flyerhq/react-native-link-preview": "^1.6.0",
2022-10-24 17:27:31 +00:00
"@ui-kitten/components": "5.1.2",
"@ui-kitten/eva-icons": "5.1.2",
"@ui-kitten/metro-config": "5.1.2",
"assert": "^2.0.0",
"bip-schnorr": "^0.6.6",
"buffer": "^6.0.3",
2022-11-24 21:55:07 +00:00
"cipher-base": "https://github.com/KoalaSat/cipher-base",
2022-10-24 17:27:31 +00:00
"create-hash": "^1.2.0",
2022-11-24 21:55:07 +00:00
"crypto-browserify": "^3.12.0",
"cryptr": "^6.0.3",
2022-10-24 17:27:31 +00:00
"events": "^3.3.0",
2022-11-24 22:07:57 +00:00
"i18next": "^22.0.6",
2022-11-24 21:55:07 +00:00
"lodash.debounce": "^4.0.8",
2022-10-24 17:27:31 +00:00
"moment": "^2.29.4",
2022-11-24 21:55:07 +00:00
"nostr-tools": "^0.24.1",
2022-10-30 19:27:56 +00:00
"react": "18.1.0",
2022-11-08 18:46:51 +00:00
"react-i18next": "^12.0.0",
2022-11-08 18:54:49 +00:00
"react-native": "0.70.5",
2022-10-24 17:27:31 +00:00
"react-native-action-button": "^2.8.5",
2022-10-30 11:45:36 +00:00
"react-native-bidirectional-infinite-scroll": "^0.3.3",
2022-10-24 17:27:31 +00:00
"react-native-flash-message": "^0.3.1",
2022-11-02 22:11:43 +00:00
"react-native-multithreading": "^1.1.1",
2022-12-25 17:28:07 +00:00
"react-native-parsed-text": "^0.0.22",
2022-12-24 15:38:29 +00:00
"react-native-quick-sqlite": "^6.1.1",
"react-native-reanimated": "^2.13.0",
2022-11-01 02:36:06 +00:00
"react-native-securerandom": "^1.0.1",
2022-10-31 09:23:17 +00:00
"react-native-sensitive-info": "^5.5.8",
2022-11-15 14:13:53 +00:00
"react-native-svg": "^13.5.0",
2022-10-24 17:27:31 +00:00
"react-native-vector-icons": "^9.2.0",
2022-12-24 15:38:29 +00:00
"react-native-webp-format": "^1.1.2",
2022-11-24 21:55:07 +00:00
"readable-stream": "^4.2.0",
2022-10-24 17:27:31 +00:00
"safe-buffer": "^5.2.1",
"sqlstring": "^2.3.3",
"stream": "^0.0.2",
"uuid": "^9.0.0"
},
"devDependencies": {
2022-11-08 18:46:51 +00:00
"@babel/core": "^7.20.2",
2022-12-24 15:38:29 +00:00
"@babel/runtime": "^7.20.6",
2022-11-24 22:07:57 +00:00
"@react-native-community/eslint-config": "^3.2.0",
2022-10-24 17:27:31 +00:00
"@types/create-hash": "^1.2.2",
2022-11-15 14:13:53 +00:00
"@types/jest": "^29.2.2",
2022-12-25 17:28:07 +00:00
"@types/linkify-it": "^3.0.2",
2022-11-24 21:55:07 +00:00
"@types/lodash.debounce": "^4.0.7",
2022-11-15 14:13:53 +00:00
"@types/react-native": "^0.70.6",
2022-10-24 17:27:31 +00:00
"@types/react-native-sqlite-storage": "^5.0.2",
"@types/react-native-vector-icons": "^6.4.12",
"@types/react-test-renderer": "^16.9.2",
"@types/sqlstring": "^2.3.0",
"@types/uuid": "^8.3.4",
2022-11-15 14:13:53 +00:00
"@typescript-eslint/eslint-plugin": "^5.43.0",
2022-11-08 18:46:51 +00:00
"babel-jest": "^29.3.0",
2022-12-24 15:38:29 +00:00
"eslint": "^8.30.0",
2022-10-24 17:27:31 +00:00
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-import-resolver-typescript": "^3.5.1",
2022-11-24 22:07:57 +00:00
"eslint-plugin-i18next": "^6.0.0-6",
2022-10-24 17:27:31 +00:00
"eslint-plugin-import": "^2.26.0",
2022-11-15 14:13:53 +00:00
"eslint-plugin-n": "^15.5.1",
2022-10-24 17:27:31 +00:00
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.0",
2022-12-24 15:38:29 +00:00
"eslint-plugin-react": "^7.31.11",
2022-10-24 17:27:31 +00:00
"eslint-plugin-react-hooks": "^4.6.0",
2022-11-15 14:13:53 +00:00
"jest": "^29.3.1",
2022-10-31 23:52:02 +00:00
"metro-react-native-babel-preset": "^0.73.3",
2022-10-24 17:27:31 +00:00
"prettier": "^2.7.1",
2022-10-30 19:27:56 +00:00
"react-test-renderer": "18.1.0",
2022-11-24 22:07:57 +00:00
"typescript": "^4.9.3"
2022-10-24 17:27:31 +00:00
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}