-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.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
{
"name": "euroschool-app",
"version": "0.0.0",
"description": "Hello Expo!",
"author": null,
"private": true,
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"@expo/ex-navigation": "^3.1.0",
"@shoutem/theme": "^0.10.0",
"@shoutem/ui": "^0.21.3",
"@types/cheerio": "^0.22.2",
"@types/lodash": "^4.14.77",
"@types/react": "^16.0.19",
"@types/react-native": "^0.49.5",
"@types/react-native-orientation": "^5.0.1",
"@types/react-redux": "^5.0.10",
"autobind-decorator": "^2.1.0",
"cheerio-without-node-native": "^0.20.2",
"expo": "^21.0.2",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment.distance": "^1.0.1",
"raven-js": "^3.18.1",
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-21.0.2.tar.gz",
"react-native-timeago": "^0.3.0",
"react-native-typescript-transformer": "^1.1.4",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"remote-redux-devtools": "^0.5.12",
"tslib": "^1.8.0",
"typescript": "^2.5.3",
"uuid-js": "^0.7.5"
}
}