-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 897 Bytes
/
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
{
"name": "AwesomeProject",
"version": "0.0.1",
"private": false,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"license": "MIT",
"repository": "https://github.com/mrwillis/na-lifestream.git",
"dependencies": {
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-webrtc": "^1.57.1",
"react-navigation": "^1.0.0-beta.11",
"socket.io-client": "^2.0.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "20.0.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-react-native": "1.9.2",
"eslint": "^4.0.0",
"eslint-plugin-react": "^7.1.0",
"jest": "20.0.3",
"prop-types": "^15.5.10",
"react-test-renderer": "16.0.0-alpha.6",
"reactotron-react-native": "^1.12.2"
},
"jest": {
"preset": "react-native"
}
}