-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "thime",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@types/i18n-js": "^3.0.1",
"@types/react-native-calendars": "^1.20.4",
"@types/react-native-dialog": "^4.0.1",
"@types/uuid": "^3.4.4",
"expo": "^32.0.6",
"firebase": "^5.5.7",
"hoist-non-react-statics": "^3.1.0",
"i18n-js": "^3.2.1",
"moment": "^2.23.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-calendars": "^1.21.0",
"react-native-dialog": "^5.4.0",
"react-native-dotenv": "^0.2.0",
"react-navigation": "3",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/expo": "^32.0.0",
"@types/expo__vector-icons": "^9.0.1",
"@types/hoist-non-react-statics": "^3.0.1",
"@types/jest": "^23.3.9",
"@types/qs": "^6.5.1",
"@types/react-native": "^0.57.0",
"@types/react-navigation": "3",
"@types/react-test-renderer": "^16.0.3",
"babel-preset-expo": "^5.0.0",
"react-native-scripts-ts": "^1.15.0",
"react-native-typescript-transformer": "^1.2.10",
"ts-jest": "^23.10.4",
"tslib": "^1.9.3",
"tslint": "^5.15.0",
"typescript": "^3.3.0"
}
}