-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "Coup",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server.js",
"test": "jest"
},
"dependencies": {
"apsl-react-native-button": "^3.0.2",
"express": "^4.15.0",
"http": "0.0.0",
"nachos-ui": "^0.1.2",
"path": "^0.12.7",
"react": "15.4.2",
"react-native": "0.42.0",
"react-native-chooser": "^1.3.0",
"react-native-modal": "^0.4.0",
"react-native-option-select": "^1.0.4",
"react-native-orientation": "^1.17.0",
"react-native-orientation-controller": "^0.2.0",
"react-native-prompt": "^1.0.0",
"react-native-simple-modal": "^4.0.2",
"react-native-socketio": "^0.3.0",
"react-native-sound": "^0.9.1",
"react-test-renderer": "15.4.2",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}