2022-06-08 00:50:05 +02:00
|
|
|
{
|
2022-11-05 21:07:28 +01:00
|
|
|
"name": "bsky.app",
|
2022-06-08 00:50:05 +02:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"android": "react-native run-android",
|
2022-09-23 02:28:25 +02:00
|
|
|
"ios": "react-native run-ios --simulator=\"iPhone 14\"",
|
2022-06-08 22:52:12 +02:00
|
|
|
"web": "react-scripts start",
|
2022-06-08 00:50:05 +02:00
|
|
|
"start": "react-native start",
|
2022-11-11 22:02:19 +01:00
|
|
|
"clean-cache": "rm -rf node_modules/.cache/babel-loader/*",
|
2023-01-24 16:06:27 +01:00
|
|
|
"test": "jest --forceExit",
|
2023-01-19 19:53:11 +01:00
|
|
|
"test-watch": "jest --watchAll",
|
2023-01-19 19:28:52 +01:00
|
|
|
"test-ci": "jest --ci --forceExit --reporters=default --reporters=jest-junit",
|
|
|
|
"test-coverage": "jest --coverage",
|
2023-01-17 17:06:00 +01:00
|
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
2022-06-08 00:50:05 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-01-03 21:31:12 +01:00
|
|
|
"@atproto/api": "^0.0.6",
|
|
|
|
"@atproto/lexicon": "^0.0.4",
|
|
|
|
"@atproto/xrpc": "^0.0.3",
|
2022-12-14 22:35:15 +01:00
|
|
|
"@bam.tech/react-native-image-resizer": "^3.0.4",
|
2022-07-19 23:04:45 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
|
|
"@fortawesome/react-native-fontawesome": "^0.3.0",
|
2022-07-26 01:31:42 +02:00
|
|
|
"@gorhom/bottom-sheet": "^4",
|
2023-01-20 00:36:49 +01:00
|
|
|
"@mattermost/react-native-paste-input": "^0.6.0",
|
2022-06-09 20:03:25 +02:00
|
|
|
"@react-native-async-storage/async-storage": "^1.17.6",
|
2022-12-02 17:41:01 +01:00
|
|
|
"@react-native-camera-roll/camera-roll": "^5.1.0",
|
2022-07-26 01:31:42 +02:00
|
|
|
"@react-native-clipboard/clipboard": "^1.10.0",
|
2023-01-18 19:56:53 +01:00
|
|
|
"@react-native-community/blur": "^4.3.0",
|
2022-06-16 00:40:18 +02:00
|
|
|
"@zxing/text-encoding": "^0.9.0",
|
2022-06-16 05:08:28 +02:00
|
|
|
"base64-js": "^1.5.1",
|
2022-09-27 21:24:47 +02:00
|
|
|
"email-validator": "^2.0.4",
|
2022-11-29 16:29:57 +01:00
|
|
|
"he": "^1.2.0",
|
2022-11-08 22:56:22 +01:00
|
|
|
"lodash.chunk": "^4.2.0",
|
2022-07-20 22:00:37 +02:00
|
|
|
"lodash.omit": "^4.5.0",
|
2022-11-15 19:54:15 +01:00
|
|
|
"lru_map": "^0.4.1",
|
2022-07-19 22:37:24 +02:00
|
|
|
"mobx": "^6.6.1",
|
2022-06-10 00:13:29 +02:00
|
|
|
"mobx-react-lite": "^3.4.0",
|
2023-01-18 03:40:02 +01:00
|
|
|
"react": "18.2.0",
|
2022-07-26 06:08:24 +02:00
|
|
|
"react-circular-progressbar": "^2.1.0",
|
2022-06-08 22:52:12 +02:00
|
|
|
"react-dom": "17.0.2",
|
2023-01-18 03:40:02 +01:00
|
|
|
"react-native": "0.71.0",
|
2022-11-17 19:33:19 +01:00
|
|
|
"react-native-appstate-hook": "^1.0.6",
|
2023-01-18 21:47:42 +01:00
|
|
|
"react-native-fs": "^2.20.0",
|
2022-07-26 01:31:42 +02:00
|
|
|
"react-native-gesture-handler": "^2.5.0",
|
2022-12-14 22:46:21 +01:00
|
|
|
"react-native-haptic-feedback": "^1.14.0",
|
2022-12-02 17:41:01 +01:00
|
|
|
"react-native-image-crop-picker": "^0.38.1",
|
2023-01-18 03:40:02 +01:00
|
|
|
"react-native-image-viewing": "^0.2.2",
|
2022-06-15 03:29:24 +02:00
|
|
|
"react-native-inappbrowser-reborn": "^3.6.3",
|
2022-09-01 03:09:58 +02:00
|
|
|
"react-native-linear-gradient": "^2.6.2",
|
2022-11-07 22:35:51 +01:00
|
|
|
"react-native-pager-view": "^6.0.2",
|
2022-07-22 23:06:51 +02:00
|
|
|
"react-native-progress": "^5.0.0",
|
2022-07-26 01:31:42 +02:00
|
|
|
"react-native-reanimated": "^2.9.1",
|
|
|
|
"react-native-root-siblings": "^4.1.1",
|
|
|
|
"react-native-root-toast": "^3.4.0",
|
2022-11-16 21:05:21 +01:00
|
|
|
"react-native-safe-area-context": "^4.4.1",
|
2022-06-08 22:52:12 +02:00
|
|
|
"react-native-screens": "^3.13.1",
|
2022-11-05 20:52:44 +01:00
|
|
|
"react-native-splash-screen": "^3.3.0",
|
2022-07-19 23:04:45 +02:00
|
|
|
"react-native-svg": "^12.4.0",
|
2022-11-07 22:35:51 +01:00
|
|
|
"react-native-tab-view": "^3.3.0",
|
2022-07-18 22:24:37 +02:00
|
|
|
"react-native-url-polyfill": "^1.3.0",
|
2022-12-06 19:40:40 +01:00
|
|
|
"react-native-version-number": "^0.3.6",
|
2022-11-28 17:22:08 +01:00
|
|
|
"react-native-web": "^0.17.7",
|
2022-12-14 22:35:15 +01:00
|
|
|
"rn-fetch-blob": "^0.12.0",
|
2023-01-24 16:06:27 +01:00
|
|
|
"tlds": "^1.234.0",
|
|
|
|
"zod": "^3.20.2"
|
2022-06-08 00:50:05 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-24 16:06:27 +01:00
|
|
|
"@atproto/pds": "^0.0.1",
|
2022-06-08 00:50:05 +02:00
|
|
|
"@babel/core": "^7.12.9",
|
2023-01-18 03:40:02 +01:00
|
|
|
"@babel/preset-env": "^7.14.0",
|
2022-06-08 00:50:05 +02:00
|
|
|
"@babel/runtime": "^7.12.5",
|
2023-01-18 03:40:02 +01:00
|
|
|
"@react-native-community/eslint-config": "^3.0.0",
|
2022-12-22 16:32:39 +01:00
|
|
|
"@testing-library/jest-native": "^5.3.3",
|
|
|
|
"@testing-library/react-native": "^11.5.0",
|
2022-11-29 16:29:57 +01:00
|
|
|
"@types/he": "^1.1.2",
|
2022-06-08 00:50:05 +02:00
|
|
|
"@types/jest": "^26.0.23",
|
2022-11-08 22:56:22 +01:00
|
|
|
"@types/lodash.chunk": "^4.2.7",
|
2022-07-20 22:00:37 +02:00
|
|
|
"@types/lodash.omit": "^4.5.7",
|
2022-06-08 00:50:05 +02:00
|
|
|
"@types/react-native": "^0.67.3",
|
|
|
|
"@types/react-test-renderer": "^17.0.1",
|
2023-01-19 19:28:52 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
|
|
|
"@typescript-eslint/parser": "^5.48.2",
|
2023-01-18 03:40:02 +01:00
|
|
|
"babel-jest": "^29.2.1",
|
2022-06-08 22:52:12 +02:00
|
|
|
"babel-plugin-react-native-web": "^0.17.7",
|
2023-01-18 03:40:02 +01:00
|
|
|
"eslint": "^8.19.0",
|
|
|
|
"jest": "^29.2.1",
|
2023-01-19 19:28:52 +01:00
|
|
|
"jest-junit": "^15.0.0",
|
2023-01-18 03:40:02 +01:00
|
|
|
"metro-react-native-babel-preset": "0.73.5",
|
2023-01-19 19:28:52 +01:00
|
|
|
"prettier": "^2.8.3",
|
2022-06-16 00:40:18 +02:00
|
|
|
"react-native-dotenv": "^3.3.1",
|
2022-06-08 22:52:12 +02:00
|
|
|
"react-scripts": "^5.0.1",
|
2023-01-18 03:40:02 +01:00
|
|
|
"react-test-renderer": "18.2.0",
|
2022-06-08 00:50:05 +02:00
|
|
|
"typescript": "^4.4.4"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "^17"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native",
|
2022-11-28 17:22:08 +01:00
|
|
|
"setupFiles": [
|
2022-12-22 16:32:39 +01:00
|
|
|
"./jest/jestSetup.js",
|
|
|
|
"./node_modules/react-native-gesture-handler/jestSetup.js"
|
2022-11-28 17:22:08 +01:00
|
|
|
],
|
2023-01-03 04:39:15 +01:00
|
|
|
"setupFilesAfterEnv": [
|
|
|
|
"@testing-library/jest-native/extend-expect"
|
|
|
|
],
|
2022-06-08 00:50:05 +02:00
|
|
|
"moduleFileExtensions": [
|
|
|
|
"ts",
|
|
|
|
"tsx",
|
|
|
|
"js",
|
|
|
|
"jsx",
|
|
|
|
"json",
|
|
|
|
"node"
|
2022-06-08 01:56:31 +02:00
|
|
|
],
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|rollbar-react-native|@fortawesome|@react-native|@react-navigation)"
|
2022-12-22 16:32:39 +01:00
|
|
|
],
|
2023-01-20 00:36:49 +01:00
|
|
|
"modulePathIgnorePatterns": [
|
|
|
|
"__tests__/.*/__mocks__"
|
|
|
|
],
|
2022-12-22 16:32:39 +01:00
|
|
|
"coveragePathIgnorePatterns": [
|
|
|
|
"<rootDir>/node_modules/",
|
|
|
|
"<rootDir>/src/platform",
|
|
|
|
"<rootDir>/src/third-party",
|
2023-01-17 17:06:00 +01:00
|
|
|
"<rootDir>/src/view/com/util",
|
|
|
|
"<rootDir>/src/state/lib",
|
2022-12-22 16:32:39 +01:00
|
|
|
"<rootDir>/__tests__/test-utils.js"
|
2023-01-19 19:28:52 +01:00
|
|
|
],
|
2023-01-20 00:36:49 +01:00
|
|
|
"reporters": [
|
|
|
|
"default",
|
|
|
|
"jest-junit"
|
|
|
|
]
|
2022-06-08 22:52:12 +02:00
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2022-06-08 00:50:05 +02:00
|
|
|
}
|
|
|
|
}
|