-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.37 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.37 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
{
"name": "The100",
"version": "2.0.0",
"private": true,
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-preset-flow": "^6.23.0",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "1.7.0",
"flow-bin": "^0.63.1",
"flow-result-checker": "^0.3.0",
"jest-expo": "^39.0.0",
"jest-fetch-mock": "1.7.4",
"react-dom": "16.13.1",
"react-test-renderer": "16.0.0-alpha.12",
"redux-mock-store": "1.5.3",
"remote-redux-devtools": "^0.5.12"
},
"main": "./node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"eject": "expo-native-scripts eject",
"android": "expo-native-scripts android",
"ios": "expo ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"flow": "flow check --show-all-errors | flow-result-checker"
},
"jest": {
"preset": "jest-expo",
"setupFiles": [
"./tests/setup.js"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|tcomb-form-native|react-native-aws3|sentry-expo|react-navigation|react-clone-referenced-element|expo|@expo/*|exponent|@exponent/*)"
]
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.13.2",
"@react-native-community/datetimepicker": "3.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.6",
"@react-native-picker/picker": "1.9.4",
"android-versions": "^1.2.1",
"autobind-decorator": "^2.1.0",
"babel-preset-es2015": "^6.24.1",
"crypto-js": "3.1.9-1",
"dotenv": "8.2.0",
"expo": "^39.0.0",
"expo-analytics": "^1.0.7",
"expo-clipboard": "1.0.1",
"expo-linking": "~1.0.1",
"expo-permissions": "~9.3.0",
"expo-store-review": "~2.2.0",
"firebase": "7.9.0",
"formik": "1.4.1",
"hoist-non-react-statics": "^2.3.1",
"install": "^0.10.1",
"jstz": "^2.0.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11",
"moment": "^2.19.4",
"moment-timezone": "^0.5.14",
"node-emoji": "^1.8.1",
"npm": "^5.4.2",
"prop-types": "^15.6.0",
"react": "16.13.1",
"react-moment": "^0.6.5",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-check-box": "^2.0.2",
"react-native-collapsible": "^0.9.0",
"react-native-dropdownalert": "^3.4.0",
"react-native-elements": "^0.19.1",
"react-native-extended-stylesheet": "^0.6.0",
"react-native-gesture-handler": "~1.7.0",
"react-native-keyboard-aware-scroll-view": "^0.9.2",
"react-native-modal": "^4.1.1",
"react-native-modalbox": "^1.4.2",
"react-native-platform-touchable": "^1.1.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-searchbar": "^1.15.0",
"react-native-svg": "12.1.0",
"react-native-webview": "10.7.0",
"react-navigation": "^3.11.1",
"react-navigation-backhandler": "1.2.0",
"react-redux": "^5.0.6",
"react-string-replace-recursively": "^0.1.27",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-saga": "^0.15.3",
"redux-thunk": "^2.2.0",
"sentry-expo": "~2.0.0",
"tcomb-form-native": "0.6.20",
"yup": "0.26.6"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}