-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
69 lines (69 loc) · 1.82 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
{
"name": "tripster",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"@mapbox/react-native-mapbox-gl": "^6.1.3",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"expo": "^31.0.2",
"express": "^4.16.4",
"express-fileupload": "^1.1.1-alpha.1",
"firebase": "^5.7.0",
"firebase-admin": "^6.4.0",
"multer": "^1.4.1",
"native-base": "^2.8.1",
"open": "0.0.5",
"path": "^0.12.7",
"pg": "^7.7.1",
"pg-hstore": "^2.3.2",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-axios": "^0.17.1",
"react-native-image-picker": "^0.27.2",
"react-native-maps-directions": "^1.6.0",
"react-native-popup-dialog": "^0.16.6",
"react-navigation": "^2.18.2",
"react-redux": "^5.1.0",
"redux": "^4.0.1",
"redux-axios-middleware": "^4.0.0",
"redux-immutable-state-invariant": "^2.1.0",
"redux-thunk": "^2.3.0",
"sequelize": "^4.41.2"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"jest-expo": "^31.0.0",
"nodemon": "^1.18.6"
},
"description": "socialnetwork for travelers",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/kolkol69/tripster.git"
},
"keywords": [
"react",
"react-native",
"express",
"expo",
"react-redux"
],
"author": "Maks Kolodiy",
"license": "ISC",
"bugs": {
"url": "https://github.com/kolkol69/tripster/issues"
},
"homepage": "https://github.com/kolkol69/tripster#readme"
}