This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
121 lines (121 loc) · 4.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"scripts": {
"start": "APP_BUILD_VERSION=1 APP_BINARY_VERSION=dev START_STORYBOOK=false npx expo start -c --dev-client",
"start:mock": "APP_BUILD_VERSION=1 APP_BINARY_VERSION=dev MOCK=true npx expo start",
"test": "jest",
"test:coverage": "npm run test -- --coverage",
"test:watch": "npm run test -- --watch",
"storybook": "APP_BUILD_VERSION=1 APP_BINARY_VERSION=dev START_STORYBOOK=true MOCK=true npx expo start --dev-client",
"android": "APP_BUILD_VERSION=1 APP_BINARY_VERSION=dev npx expo start --android",
"ios": "APP_BUILD_VERSION=1 APP_BINARY_VERSION=dev npx expo start --ios",
"web": "npx expo start --web",
"eject": "expo eject",
"lint": "eslint . --ext .ts,.tsx,.mdx --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"typecheck": "npx --no-install tsc --noEmit",
"nuke-cache": "rm -rf $TMPDIR/metro-cache",
"markdown:lint": "npx remark --frail ."
},
"dependencies": {
"@rationally-app/nric-validator": "^1.1.6",
"@rationally-app/payment-qr-parser": "^2.6.0",
"@react-native-async-storage/async-storage": "1.17.3",
"@react-navigation/core": "6.2.1",
"@react-navigation/drawer": "6.4.1",
"@react-navigation/native": "6.0.10",
"@react-navigation/native-stack": "6.6.2",
"@react-navigation/stack": "6.2.1",
"@sentry/react-native": "4.9.0",
"date-fns": "2.28.0",
"expo": "47.0.14",
"expo-application": "5.0.1",
"expo-barcode-scanner": "12.1.0",
"expo-build-properties": "0.4.1",
"expo-camera": "13.1.0",
"expo-constants": "14.0.2",
"expo-crypto": "12.0.0",
"expo-dev-client": "2.0.1",
"expo-device": "5.0.0",
"expo-linear-gradient": "12.0.1",
"expo-linking": "3.3.1",
"expo-localization": "14.0.0",
"expo-secure-store": "12.0.0",
"expo-updates": "0.15.6",
"fp-ts": "2.12.1",
"google-libphonenumber": "3.2.22",
"i": "0.3.7",
"io-ts": "2.2.16",
"io-ts-reporters": "1.2.2",
"io-ts-types": "0.5.16",
"isomorphic-fetch": "3.0.0",
"lodash": "4.17.21",
"react": "18.1.0",
"react-native": "0.70.8",
"react-native-gesture-handler": "2.8.0",
"react-native-qrcode-svg": "6.1.2",
"react-native-reanimated": "2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "3.18.0",
"react-native-svg": "13.4.0",
"react-native-webview": "11.23.1",
"react-navigation": "4.4.4",
"react-navigation-drawer": "2.7.2",
"react-navigation-stack": "1.10.3",
"sentry-expo": "6.0.0"
},
"devDependencies": {
"@babel/core": "7.19.3",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-links": "5.3.21",
"@storybook/addons": "6.4.14",
"@storybook/react-native": "5.3.25",
"@testing-library/jest-native": "3.1.0",
"@testing-library/react-hooks": "3.4.2",
"@testing-library/react-native": "7.2.0",
"@types/date-fns": "2.6.0",
"@types/google-libphonenumber": "7.4.20",
"@types/i18n-js": "3.8.0",
"@types/jest": "26.0.23",
"@types/lodash": "4.14.172",
"@types/react": "18.0.24",
"@types/react-native": "0.70.6",
"@types/testing-library__react-hooks": "3.2.0",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"babel-loader": "8.2.2",
"babel-plugin-inline-dotenv": "1.6.0",
"babel-preset-expo": "9.2.1",
"dotenv": "8.2.0",
"eas-cli": "3.12.0",
"eslint": "7.25.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"i18n-js": "3.8.0",
"jest": "26.6.3",
"jest-expo": "47.0.0",
"prettier": "2.6.0",
"react-native-svg-transformer": "1.0.0",
"react-test-renderer": "18.0.0",
"remark-cli": "10.0.1",
"remark-preset-lint-consistent": "5.1.1",
"remark-preset-lint-recommended": "6.1.2",
"typescript": "4.6.3"
},
"private": true,
"volta": {
"node": "16.17.0",
"npm": "8.15.0"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-consistent",
"remark-preset-lint-recommended"
]
}
}