react-native-onboarding-swiper
Version:
Delightful Onboarding for your React-Native App
69 lines (68 loc) • 1.76 kB
JSON
{
"name": "react-native-onboarding-swiper",
"version": "1.4.0",
"description": "Delightful Onboarding for your React-Native App",
"main": "src/index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"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/core": "^7.28.6",
"@testing-library/react-native": "^13.3.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"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": "^4.1.0",
"jest": "^29.7.0",
"@react-native/babel-preset": "^0.78.3",
"prettier": "^1.9.2",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-native": "^0.78.3",
"react-test-renderer": "^19.0.0"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
}
}