-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "BracketRunner",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server/server.js",
"test": "jest"
},
"engines": {
"node": "6.10.1"
},
"dependencies": {
"axios": "^0.16.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"jwt-simple": "^0.5.1",
"mongodb": "^2.2.30",
"mongoose": "^4.11.5",
"mongoose-unique-validator": "^1.0.5",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"react": "16.0.0-alpha.12",
"react-native": "0.47.1",
"react-native-elements": "^0.16.0",
"react-native-swiper": "^1.5.9",
"react-native-ui-kitten": "^2.0.1",
"react-native-vector-icons": "^4.3.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.5",
"redux": "^3.7.2",
"redux-form": "^7.0.3",
"redux-persist": "^4.8.3",
"redux-thunk": "^2.2.0",
"snapshot": "0.0.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.1.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}