2022-06-08 00:50:05 +02:00
|
|
|
{
|
2022-06-14 21:29:47 +02:00
|
|
|
"name": "pubsq",
|
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-09-23 02:28:25 +02:00
|
|
|
"dev-env": "dev-env",
|
2022-06-08 00:50:05 +02:00
|
|
|
"test": "jest",
|
|
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
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",
|
2022-06-09 20:03:25 +02:00
|
|
|
"@react-native-async-storage/async-storage": "^1.17.6",
|
2022-07-26 01:31:42 +02:00
|
|
|
"@react-native-clipboard/clipboard": "^1.10.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-07-20 22:00:37 +02:00
|
|
|
"lodash.omit": "^4.5.0",
|
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",
|
2022-06-08 00:50:05 +02:00
|
|
|
"react": "17.0.2",
|
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",
|
2022-06-08 01:56:31 +02:00
|
|
|
"react-native": "0.68.2",
|
2022-07-26 01:31:42 +02:00
|
|
|
"react-native-gesture-handler": "^2.5.0",
|
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-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-06-08 01:56:31 +02:00
|
|
|
"react-native-safe-area-context": "^4.3.1",
|
2022-06-08 22:52:12 +02:00
|
|
|
"react-native-screens": "^3.13.1",
|
2022-07-19 23:04:45 +02:00
|
|
|
"react-native-svg": "^12.4.0",
|
2022-07-18 22:24:37 +02:00
|
|
|
"react-native-url-polyfill": "^1.3.0",
|
2022-09-27 17:13:12 +02:00
|
|
|
"react-native-web": "^0.17.7"
|
2022-06-08 00:50:05 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.12.9",
|
|
|
|
"@babel/runtime": "^7.12.5",
|
|
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
|
|
"@types/jest": "^26.0.23",
|
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",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
|
|
"@typescript-eslint/parser": "^5.17.0",
|
|
|
|
"babel-jest": "^26.6.3",
|
2022-06-08 22:52:12 +02:00
|
|
|
"babel-plugin-react-native-web": "^0.17.7",
|
2022-06-08 00:50:05 +02:00
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"jest": "^26.6.3",
|
|
|
|
"metro-react-native-babel-preset": "^0.67.0",
|
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",
|
2022-06-08 00:50:05 +02:00
|
|
|
"react-test-renderer": "17.0.2",
|
|
|
|
"typescript": "^4.4.4"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "^17"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native",
|
|
|
|
"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-06-08 00:50:05 +02:00
|
|
|
]
|
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
|
|
|
}
|
|
|
|
}
|