-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.87 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.87 KB
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
122
123
124
{
"name": "rnapp",
"version": "0.0.1",
"private": true,
"scripts": {
"starter": "exec ./scripts/starter.sh",
"postinstall": "husky install && patch-package",
"bump": "sh ./scripts/bump-version.sh",
"android": "react-native run-android",
"ios": "react-native run-ios",
"android:stg": "ENVFILE=.env.stg yarn android",
"ios:stg": "ENVFILE=.env.stg yarn ios",
"android:prod": "ENVFILE=.env.prod yarn android",
"ios:prod": "ENVFILE=.env.prod yarn ios",
"start": "react-native start",
"test": "TZ=UTC jest --runInBand --forceExit",
"lint": "tsc --noEmit && eslint --cache 'src/**/*.ts?(x)'",
"lint:fix": "yarn lint --fix",
"lint:staged": "yarn lint-staged",
"codegen": "rm -rf src/apollo/generated && graphql-codegen",
"open:xcode": "open ios/rnapp.xcworkspace/",
"sb:on": "exec ./scripts/storybook-enabler.sh on",
"sb:off": "exec ./scripts/storybook-enabler.sh off",
"sb:getstories": "sb-rn-get-stories",
"sb:watcher": "sb-rn-watcher",
"detox:build:ios:simulator:debug": "yarn detox build -c ios.simulator.debug",
"detox:build:ios:simulator:release": "yarn detox build -c ios.simulator.release",
"detox:test:ios:simulator:debug": "yarn detox test -c ios.simulator.debug",
"detox:test:ios:simulator:release": "yarn detox test -c ios.simulator.release",
"detox:build:android:simulator:debug": "yarn detox build -c android.simulator.debug",
"detox:build:android:simulator:release": "yarn detox build -c android.simulator.release",
"detox:test:android:simulator:debug": "yarn detox test -c android.simulator.debug",
"detox:test:android:simulator:release": "yarn detox test -c android.simulator.release"
},
"dependencies": {
"@apollo/client": "3.6.9",
"@hookform/resolvers": "2.9.4",
"@react-navigation/bottom-tabs": "6.3.1",
"@react-navigation/native": "6.0.10",
"@react-navigation/native-stack": "6.6.2",
"apollo-link-error": "1.1.13",
"apollo3-cache-persist": "0.14.1",
"expo": "46.0.2",
"i18next": "21.8.13",
"intl-pluralrules": "1.3.1",
"react": "18.0.0",
"react-hook-form": "7.33.1",
"react-i18next": "11.18.0",
"react-native": "0.69.3",
"react-native-config": "1.4.6",
"react-native-gesture-handler": "2.5.0",
"react-native-mmkv": "2.4.3",
"react-native-reanimated": "2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "3.14.1",
"react-native-svg": "12.3.0",
"styled-components": "5.3.5",
"yup": "0.32.11",
"zustand": "^4.3.2"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/preset-env": "7.1.6",
"@babel/runtime": "7.18.6",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/cli": "2.11.8",
"@graphql-codegen/fragment-matcher": "3.3.1",
"@graphql-codegen/typed-document-node": "2.3.3",
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.3",
"@graphql-codegen/typescript-document-nodes": "2.3.3",
"@graphql-codegen/typescript-operations": "2.5.3",
"@graphql-codegen/typescript-react-apollo": "3.3.3",
"@react-native-async-storage/async-storage": "1.17.7",
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-community/eslint-config": "2.0.0",
"@react-native-community/slider": "4.2.4",
"@storybook/addon-actions": "6.5.9",
"@storybook/addon-ondevice-actions": "6.0.1-beta.6",
"@storybook/addon-ondevice-backgrounds": "6.0.1-beta.6",
"@storybook/addon-ondevice-controls": "6.0.1-beta.6",
"@storybook/addon-ondevice-notes": "6.0.1-beta.6",
"@storybook/addon-storyshots": "6.0.1",
"@storybook/react-native": "6.0.1-beta.6",
"@testing-library/react-hooks": "^8.0.1",
"@types/enzyme": "3.10.12",
"@types/jest": "29.0.3",
"@types/react-native": "0.67.11",
"@types/react-test-renderer": "17.0.2",
"@types/styled-components-react-native": "5.1.3",
"@typescript-eslint/eslint-plugin": "5.30.4",
"@typescript-eslint/parser": "5.30.4",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
"babel-jest": "29.0.3",
"babel-plugin-module-resolver": "4.1.0",
"detox": "19.7.1",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "7.32.0",
"eslint-plugin-detox": "1.0.0",
"eslint-plugin-import": "2.26.0",
"husky": "8.0.1",
"jest": "29.0.3",
"jest-circus": "27.5.1",
"lint-staged": "13.0.3",
"metro-react-native-babel-preset": "0.70.3",
"patch-package": "6.4.7",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-native-dotenv": "3.3.1",
"react-native-flipper": "0.153.0",
"react-native-flipper-apollo-devtools": "0.0.2",
"react-native-mmkv-flipper-plugin": "1.0.0",
"react-test-renderer": "18.0.0",
"typescript": "4.7.4"
},
"resolutions": {
"@types/react": "17.0.47"
},
"detox": {
"extends": "./e2e/detox.config"
}
}