@ticmakers-react-native/onboarding
Version:
TIC Makers - React Native Onboarding
56 lines (55 loc) • 1.58 kB
JSON
{
"name": "@ticmakers-react-native/onboarding",
"version": "1.2.1",
"description": "TIC Makers - React Native Onboarding",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && tsc",
"lint": "tslint -c tslint.json --project tsconfig.json",
"prepare": "yarn lint && yarn build",
"test": "echo \"Error: no test specified\" && exit 1",
"tsdoc": "yarn tsdoc:api && yarn tsdoc:md",
"tsdoc:api": "rm -rf ./docs/api && typedoc --options ./typedoc.js",
"tsdoc:md": "rm -rf ./docs/md && typedoc --options ./typedoc.md.js"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/ticmakers/rn-onboarding.git"
},
"keywords": [
"tic",
"makers",
"tic makers",
"react",
"native",
"components",
"base",
"onboarding",
"welcome",
"introduction",
"intro"
],
"author": "TIC Makers <info@ticmakers.com>",
"license": "BSD-3-Clause",
"homepage": "https://bitbucket.org/ticmakers/rn-onboarding#readme",
"dependencies": {
"@ticmakers-react-native/button": "^1.0.5",
"@ticmakers-react-native/core": "^1.0.4",
"@ticmakers-react-native/icon": "^1.0.1",
"@ticmakers-react-native/image": "^1.0.2",
"tinycolor2": "^1.4.1"
},
"peerDependencies": {
"react": "^16.8.6",
"react-native": "^0.58.6"
},
"devDependencies": {
"@types/tinycolor2": "^1.4.1",
"tslint": "^5.14.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-react": "^4.0.0",
"typedoc": "^0.14.2",
"typedoc-plugin-markdown": "^1.2.0",
"typescript": "^3.3.4000"
}
}