react-native-onboarding-screens
Version:
Delightful Onboarding for your React-Native App
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "react-native-onboarding-screens",
"version": "1.0.5",
"description": "Delightful Onboarding for your React-Native App",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfilter/react-native-onboarding-swiper"
},
"keywords": [
"React",
"Native",
"React-Native",
"Component",
"Onboarding",
"Tutorial",
"Intro",
"Swiper",
"Welcome",
"Introduction",
"Instructions"
],
"author": "Gosha Arinich, Johannes Filter",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfilter/react-native-onboarding-swiper/issues"
},
"homepage": "https://github.com/jfilter/react-native-onboarding-swiper#readme",
"dependencies": {
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.0",
"prettier": "^1.9.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"prop-types": "*"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
}
}