-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "limelight",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"aws-appsync": "^1.3.2",
"aws-appsync-react": "^1.1.2",
"aws-sdk": "^2.280.1",
"graphql-tag": "^2.9.2",
"react": "^16.6.1",
"react-apollo": "^2.1.9",
"react-native": "^0.57.7",
"react-native-blur": "^3.2.2",
"react-native-camera": "^1.2.0",
"react-native-elements": "^0.19.0",
"react-native-events": "^1.0.7",
"react-native-marquee": "^0.3.2",
"react-native-modal": "^6.5.0",
"react-native-music-control": "^0.9.9",
"react-native-permissions": "^1.1.1",
"react-native-qrcode": "^0.2.7",
"react-native-qrcode-scanner": "^1.0.1",
"react-native-swipeout": "^2.3.6",
"react-native-swiper": "^1.5.14",
"react-native-text-ticker": "^0.13.0",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.9.1",
"rn-spotify-sdk": "^1.1.1"
},
"devDependencies": {
"babel-jest": "23.4.0",
"babel-preset-react-native": "5.0.2",
"jest": "23.4.1",
"react-test-renderer": "^16.6.1"
},
"jest": {
"preset": "react-native"
}
}