-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.84 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
{
"name": "notely-app",
"main": "node_modules/expo/AppEntry.js",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "expo start",
"start:local": "REACT_NATIVE_PACKAGER_HOSTNAME=192.168.1.216 expo start",
"emulator": "start /B %ANDROID_HOME%\\emulator\\emulator.exe -avd Nexus_5X_API_28",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"lint": "tslint --project ."
},
"dependencies": {
"axios": "^0.18.0",
"date-fns": "^1.29.0",
"expo": "^31.0.4",
"lodash": "^4.17.11",
"ramda": "^0.25.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz",
"react-native-auto-height-image": "^1.0.5",
"react-native-easy-grid": "^0.2.0",
"react-native-elements": "^1.0.0",
"react-native-indicators": "^0.13.0",
"react-navigation": "^3.6.1",
"react-navigation-redux-helpers": "^3.0.0",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"typesafe-actions": "^4.0.0",
"typescript": "^3.2.2"
},
"devDependencies": {
"@types/expo": "^31.0.7",
"@types/fbemitter": "2.0.32",
"@types/lodash": "^4.14.120",
"@types/node": "^11.12.2",
"@types/ramda": "^0.25.46",
"@types/react": "~16.4.0",
"@types/react-native": "^0.57.7",
"@types/react-navigation": "^3.0.1",
"@types/react-redux": "^6.0.12",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"tslint": "^5.15.0",
"tslint-config-airbnb": "^5.11.1"
}
}