UNPKG

reactnativecomponents

Version:
55 lines (54 loc) 1.55 kB
{ "name": "reactnativecomponents", "version": "1.0.2-alpha", "description": "React Native Components", "main": "index.js", "scripts": { "build": "npm run build-ts", "build-ts": "tsc -d", "watch": "npm run build && npm run watch-ts", "watch-ts": " tsc -w", "clear": "rm -rf *.d.ts *.js *.js.map **/*.d.ts **/*.js **/*.js.map **/*/build", "prepare": "npm run clear && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/sitb-software/ReactNativeComponents.git" }, "keywords": [ "react", "react-native", "react-native-components", "components", "ios", "andorid", "objective-c", "sitb softwrae", "ui" ], "author": "Sean <sean.snow@live.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/sitb-software/ReactNativeComponents/issues" }, "homepage": "https://github.com/sitb-software/ReactNativeComponents#readme", "dependencies": {}, "devDependencies": { "@types/react": "^16.8.14", "@types/react-native": "^0.57.50", "babel-eslint": "^10.0.1", "eslint": "^5.16.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-react": "^7.12.4", "prop-types": "^15.7.2", "react": "16.8.6", "react-native": "0.59.5", "react-native-animatable": "^1.3.2", "react-native-overlay": "^0.5.0", "react-native-svg": "^9.4.0", "react-native-tab-view": "^2.2.0", "react-native-vector-icons": "^6.4.2", "typescript": "3.4.5" } }