-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
162 lines (162 loc) · 6.11 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "nine-dimension-s",
"version": "0.0.1",
"private": true,
"scripts": {
"server": "json-server --port 3001 --watch db.json",
"start": "react-native start",
"ios": "react-native run-ios",
"android": "react-native run-android",
"test:e2e": "detox test -c ios.sim.debug",
"build:e2e": "detox build -c ios.sim.debug",
"ci:test:e2e": "detox test -c ios.sim.release -l verbose --cleanup",
"ci:build:e2e": "detox build -c ios.sim.release",
"compile": "tsc --noEmit -p . --pretty",
"format": "npm run format:js && npm run format:json && npm run format:md && npm run format:ts",
"format:js": "prettier --write \"app/**/*.js\"",
"format:json": "prettier --write \"app/**/*.json\"",
"format:md": "prettier --write \"**/*.md\"",
"format:ts": "prettier --write \"app/**/*.ts{,x}\"",
"lint": "eslint index.js app storybook test --fix --ext .js,.ts,.tsx && npm run format",
"patch": "patch-package",
"storybook": "start-storybook -p 9001 -c ./storybook",
"test": "jest",
"adb": "adb reverse tcp:9090 tcp:9090 && adb reverse tcp:3000 tcp:3000 && adb reverse tcp:9001 tcp:9001 && adb reverse tcp:8081 tcp:8081",
"postinstall": "node ./bin/postInstall",
"build-ios": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios",
"build-android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",
"clean": "react-native-clean-project",
"clean-all": "npx react-native clean-project-auto"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.3",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-navigation/native": "~6.0.1",
"@react-navigation/native-stack": "^6.0.2",
"@react-navigation/stack": "~6.2.1",
"apisauce": "2.1.5",
"dayjs": "^1.11.3",
"expo": "~45.0.4",
"expo-linear-gradient": "^11.3.0",
"expo-localization": "13.0.0",
"expo-modules-core": "^0.9.2",
"i18n-js": "3.9.2",
"lottie-ios": "3.2.3",
"lottie-react-native": "^5.1.3",
"mobx": "6.6.0",
"mobx-react-lite": "3.4.0",
"mobx-state-tree": "5.1.5",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "2.4.2",
"react-native-get-random-values": "^1.8.0",
"react-native-keychain": "8.0.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-pager-view": "^5.4.24",
"react-native-refresh": "^2.0.17",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "3.13.1",
"react-native-sectioned-multi-select": "^0.9.1",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^9.2.0",
"reactotron-mst": "3.1.4",
"reactotron-react-js": "^3.3.7",
"reactotron-react-native": "5.0.2",
"uuid": "^8.3.2",
"validate.js": "0.13.1"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/plugin-proposal-decorators": "7.18.2",
"@babel/plugin-proposal-optional-catch-binding": "7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.18.3",
"@react-native-community/cli-platform-ios": "^8.0.2",
"@rnx-kit/metro-config": "^1.2.32",
"@rnx-kit/metro-resolver-symlinks": "0.1.21",
"@storybook/addons": "6.5.8",
"@storybook/react-native": "5.3.25",
"@storybook/react-native-server": "5.3.23",
"@types/i18n-js": "3.8.2",
"@types/jest": "26.0.19",
"@types/react": "^17",
"@types/react-native": "0.67.8",
"@types/react-test-renderer": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.5",
"detox": "19.7.1",
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "4.0.0",
"expo-modules-autolinking": "^0.8.1",
"fbjs-scripts": "3.0.1",
"jest": "26",
"jest-circus": "26",
"jest-environment-node": "26",
"jest-expo": "^44.0.1",
"jetifier": "2.0.0",
"json-server": "^0.17.0",
"metro-config": "0.71.1",
"metro-react-native-babel-preset": "0.71.1",
"metro-source-map": "0.71.1",
"mocha": "6",
"patch-package": "6.4.7",
"postinstall-prepare": "1.0.1",
"prettier": "2.6.2",
"query-string": "^7.0.1",
"react-devtools-core": "4.24.7",
"react-dom": "^17.0.2",
"react-native-clean-project": "^4.0.1",
"react-native-web": "^0.18.0",
"reactotron-core-client": "^2.8.10",
"regenerator-runtime": "^0.13.4",
"solidarity": "3.0.4",
"ts-jest": "26",
"typescript": "4.7.3",
"webpack": "4"
},
"resolutions": {
"@types/react": "^17",
"@types/react-dom": "^17"
},
"prettier": {
"printWidth": 100,
"semi": false,
"singleQuote": false,
"trailingComma": "all"
},
"detox": {
"test-runner": "jest",
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/NineDimensionS.app",
"build": "xcodebuild -workspace ios/NineDimensionS.xcworkspace -scheme NineDimensionS -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -destination 'name=iPhone 11'",
"type": "ios.simulator",
"device": {
"name": "iPhone 11",
"os": "iOS 13.2"
}
},
"ios.sim.release": {
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/NineDimensionS.app",
"build": "xcodebuild -workspace ios/NineDimensionS.xcworkspace -scheme NineDimensionS -configuration Release -sdk iphonesimulator -derivedDataPath ios/build -destination 'name=iPhone 11'",
"type": "ios.simulator",
"device": {
"name": "iPhone 11",
"os": "iOS 13.2"
}
}
}
}
}