react-native-starsystem
Version:
Starbem React Native UI Toolkit
99 lines (98 loc) • 2.57 kB
JSON
{
"name": "react-native-starsystem",
"version": "1.1.12",
"private": false,
"description": "Starbem React Native UI Toolkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublish": "tsc",
"files": [
"dist"
],
"keywords": [
"react-native",
"reactjs",
"reactnative",
"bootstrap",
"starbem",
"starsystem"
],
"scripts": {
"build": "tsc",
"clean-install": "rimraf node_modules && yarn",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"author": "Julio Sousa",
"license": "MIT",
"bugs": {
"url": "https://github.com/StarBem/react-native-starsystem/issues"
},
"homepage": "https://starbem.app/",
"dependencies": {
"@types/react-native-vector-icons": "^6.4.6",
"color": "^3.1.2",
"deepmerge": "^4.2.2",
"hoist-non-react-statics": "^3.3.2",
"lodash.isequal": "^4.5.0",
"opencollective-postinstall": "^2.0.3",
"react-native-animatable": "^1.3.3",
"react-native-ratings": "8.0.4",
"react-native-size-matters": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/color": "^3.0.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^26.0.23",
"@types/lodash.isequal": "^4.5.5",
"@types/react-native": "^0.64.5",
"@types/react-test-renderer": "^16.9.2",
"auto-changelog": "^2.2.1",
"babel-jest": "^26.6.3",
"child_process": "^1.0.2",
"eslint": "^7.14.0",
"husky": "^4.3.0",
"jest": "^26.6.3",
"lint-staged": "^10.4.0",
"metro-react-native-babel-preset": "^0.64.0",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native-safe-area-context": "^3.1.9",
"react-native-vector-icons": "^8.1.0",
"react-test-renderer": "17.0.1",
"rimraf": "^3.0.2",
"ts-node": "^10.2.0",
"typescript": "^3.8.3",
"utility-types": "^3.10.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-safe-area-context": "^3.1.9",
"react-native-vector-icons": ">7.0.0"
},
"resolutions": {
"@types/react": "^17"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/StarBem/react-native-starsystem.git"
}
}