UNPKG

react-native-tourguide

Version:

Make an interactive step by step tour guide for your react-native app (a rewrite of react-native-copilot)

97 lines (96 loc) 3.11 kB
{ "name": "react-native-tourguide", "version": "1.0.6", "description": "Make an interactive step by step tour guide for your react-native app (a rewrite of react-native-copilot)", "main": "lib/index.js", "types": "lib/index.d.ts", "private": false, "scripts": { "start": "yarn config:dev && expo start -c", "start:web": "yarn config:dev && expo start -c -w", "test": "TZ=Europe/Paris jest --no-watchman", "tsc": "node_modules/.bin/tsc --noEmit", "tsc:watch": "node_modules/.bin/tsc --noEmit --watch", "build": "rm -rf lib/ && node_modules/.bin/tsc", "config:dev": "json -I -f package.json -e 'this.main=\"node_modules/expo/AppEntry.js\"'", "config:npm": "json -I -f package.json -e 'this.main=\"lib/index.js\"'", "lint": "tslint --project .", "verify": "yarn test && yarn lint && yarn tsc && yarn build", "prepublishOnly": "yarn verify && yarn config:npm", "postpublish": "yarn config:dev", "cleaning": "rm -rf node_modules && rm -f yarn.lock && yarn cache clean && yarn install && watchman watch-del-all && rm -fr $TMPDIR/react-*", "deploy": "gh-pages -d web-build", "predeploy": "yarn verify && expo build:web" }, "repository": { "type": "git", "url": "git+https://github.com/dominicg666/react-native-tourguide.git" }, "keywords": [ "react-native", "react-native-joyride", "react", "copilot", "intro.js", "intro" ], "author": "Dominic George <dominicg666@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/dominicg666/react-native-tourguide/issues" }, "homepage": "https://github.com/dominicg666/react-native-tourguide/", "devDependencies": { "@types/hoist-non-react-statics": "3.3.1", "@types/jest": "25.2.3", "@types/lodash.clamp": "4.0.6", "@types/react": "^16.9.11", "@types/react-dom": "16.9.4", "@types/react-native": "^0.60.22", "@types/react-test-renderer": "16.9.2", "babel-preset-expo": "^8.1.0", "expo": "^37.0.0", "gh-pages": "2.2.0", "jest": "^26.0.1", "jest-react-native": "^18.0.0", "json": "^10.0.0", "react": "16.13.1", "react-dom": "16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-svg": "11.0.1", "react-native-web": "0.12.2", "react-test-renderer": ">=16.8.0", "tslint": "^5.20.1", "tslint-config-prettier": "^1.18.0", "typescript": "^3.8.3" }, "jest": { "preset": "react-native", "transform": { "^.+\\.tsx?$": "<rootDir>/node_modules/react-native/jest/preprocessor.js" }, "transformIgnorePatterns": [ "node_modules/(?!(jest-)?react-native|react-clone-referenced-element)" ], "modulePathIgnorePatterns": [ "example" ], "globals": { "__TEST__": true } }, "dependencies": { "flubber": "~0.4.2", "hoist-non-react-statics": "~3.0.1", "lodash.clamp": "~4.0.3", "memoize-one": "5.1.1", "mitt": "~1.1.3" }, "resolutions": { "logkitty": "^0.7.1", "mem": "^4.0.0" }, "files": [ "lib/**/*" ] }