forked from Chewbarka17/pupdates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.69 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
{
"name": "Pupdates",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "jest --watch",
"eslint": "eslint",
"start": "nodemon server/index.js",
"ios": "react-native run-ios"
},
"dependencies": {
"aws-sdk": "^2.140.0",
"axios": "^0.16.2",
"body-parser": "^1.18.2",
"buffer": "^5.0.8",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"link": "^0.1.5",
"mongodb": "^2.2.31",
"mongoose": "^4.12.1",
"react": "16.0.0-beta.5",
"react-native": "^0.49.3",
"react-native-button": "^2.1.0",
"react-native-cli": "^2.0.1",
"react-native-dotenv": "^0.1.0",
"react-native-elements": "^0.17.0",
"react-native-fbsdk": "^0.6.3",
"react-native-fetch-blob": "^0.10.8",
"react-native-gifted-chat": "^0.2.9",
"react-native-image-crop-picker": "^0.18.1",
"react-native-maps": "^0.17.1",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-swipe-cards": "^0.1.1",
"react-native-swipeout": "^2.2.2",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.15",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-persist": "^5.0.0",
"redux-promise-middleware": "^4.4.1",
"redux-thunk": "^2.2.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.8.0",
"eslint-config-airbnb-base": "^12.0.2",
"eslint-plugin-import": "^2.7.0",
"faker": "^4.1.0",
"jest": "^21.2.1",
"react-test-renderer": "16.0.0-beta.5",
"supertest": "^3.0.0"
},
"jest": {
"preset": "react-native"
}
}