-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 1.08 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
{
"name": "hello world",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.5.0",
"react-materialize": "^2.4.5",
"react-native": "0.57.0",
"react-native-af-video-player": "^0.2.1",
"react-native-banner-lite": "^1.0.1",
"react-native-linear-gradient": "latest",
"react-native-material-design": "^0.3.7",
"react-native-onboarding-swiper": "^0.7.1",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-snap-carousel": "^3.7.5",
"react-native-tab-navigator": "^0.3.4",
"react-navigation": "^2.16.0"
},
"devDependencies": {
"@babel/plugin-external-helpers": "^7.0.0",
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.45.4",
"npm": "^6.4.1",
"react-native-loading-spinner-overlay": "^0.5.2",
"react-native-material-cards": "^1.0.9",
"react-native-vector-icons": "^5.0.0",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
}
}