stratagem-app
Version:
A simple and fully customizable React Native component that implements a progress stepper UI.
102 lines (101 loc) • 3.32 kB
JSON
{
"name": "stratagem-app",
"version": "1.0.0",
"description": "A simple and fully customizable React Native component that implements a progress stepper UI.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colbymillerdev/react-native-progress-steps.git"
},
"peerDependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/cli": "^5.0.1-alpha.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^6.0.0",
"@react-native-community/slider": "^4.2.1",
"@react-native-community/toolbar-android": "^0.2.1",
"@react-native-firebase/analytics": "^12.9.0",
"@react-native-firebase/app": "^12.9.0",
"@valleyelectronics/react-native-matomo": "^0.3.6",
"airtable": "^0.10.1",
"axios": "^0.21.1",
"base-64": "^1.0.0",
"common": "file:src/common",
"install": "^0.13.0",
"jetifier": "^2.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"npm": "^7.7.4",
"papaparse": "^5.3.0",
"patch-package": "^6.4.7",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-elements": "^3.2.0",
"react-native-extra-dimensions-android": "^1.2.5",
"react-native-file-viewer": "^2.1.4",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.10.3",
"react-native-global-font": "^1.0.2",
"react-native-image-picker": "^3.2.1",
"react-native-keychain": "^6.2.0",
"react-native-media-controls": "^2.3.0",
"react-native-modal": "^11.7.0",
"react-native-picker-select": "^8.0.4",
"react-native-popup-menu": "^0.15.10",
"react-native-reanimated": "^2.0.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-sound-player": "^0.10.3",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^8.1.0",
"react-native-video": "^2.3.1",
"react-native-video-player": "^0.12.0",
"react-native-vlc-media-player": "^1.0.40",
"react-native-webview": "^5.0.1",
"react-navigation": "^3.3.2",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"remote-redux-devtools": "^0.5.16",
"res": "file:src/res",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/runtime": "^7.13.9",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.21.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.2",
"msw": "^0.28.2",
"react-test-renderer": "17.0.1"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"stepper",
"progress",
"progress-steps"
],
"author": "Colby Miller",
"license": "MIT",
"bugs": {
"url": "https://github.com/colbymillerdev/react-native-progress-steps/issues"
},
"homepage": "https://github.com/colbymillerdev/react-native-progress-steps#readme"
}