Files
react-native-segmented-cont…/Sample/package.json
snyk-bot 77a6cd2863 fix: Sample/.snyk & Sample/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:lodash:20180130
2018-11-06 03:22:29 +00:00

22 lines
567 B
JSON

{
"name": "empty-project-template",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"expo": "^30.0.1",
"react": "16.3.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
"react-native-segmented-control-tab": "^3.3.1",
"snyk": "^1.108.0"
},
"snyk": true
}