-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
77 lines (77 loc) · 2.49 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
{
"name": "Vienna",
"version": "0.0.1",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npm run get-icons; expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "jest",
"get-icons": "test -f images/SFSymbolsFallback.ttf || bash ./get-sf-symbols.sh"
},
"jest": {
"preset": "jest-react-native"
},
"dependencies": {
"@react-native-community/datetimepicker": "2.1.0",
"@react-native-community/masked-view": "^0.1.5",
"@react-native-community/segmented-control": "^1.0.2",
"@react-navigation/native": "^5.0.0-alpha.21",
"@react-navigation/stack": "^5.0.0-alpha.46",
"expo": "^36.0.0",
"expo-document-picker": "~8.0.0",
"expo-file-system": "~8.0.0",
"expo-image-picker": "~8.0.1",
"expo-localization": "~8.0.0",
"expo-permissions": "~8.0.0",
"expo-sharing": "~8.0.0",
"expo-web-browser": "~8.0.0",
"oauth-1.0a": "^2.2.5",
"prop-types": "^15.7.2",
"query-string": "6.5",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-autogrow-textinput": "^5.2.0",
"react-native-gesture-handler": "~1.5.0",
"react-native-image-view": "^2.1.8",
"react-native-reanimated": "~1.4.0",
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-tinymce": "^0.1.2",
"react-native-webview": "7.4.3",
"react-redux": "6",
"react-router-native": "5",
"redux": "4",
"redux-storage": "^4.0.1",
"redux-storage-decorator-filter": "^1.1.5",
"redux-storage-engine-reactnativeasyncstorage": "^1.0.1",
"redux-thunk": "^2.3.0",
"simple-entity-decode": "^0.0.3",
"urijs": "^1.18.10",
"wordpress-rest-api-oauth-2": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-eslint": "10.x",
"babel-jest": "24",
"babel-loader": "8.0.6",
"babel-preset-expo": "^7.0.0",
"eslint": "5.x",
"eslint-config-humanmade": "0.7.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-react-app": "5.0.0",
"eslint-plugin-flowtype": "3.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.x",
"jest": "24",
"jest-react-native": "^18.0.0",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.1",
"react-test-renderer": "16.5"
}
}