@emcsistemas/native-ui
Version:
Biblioteca de componentes react native
61 lines (60 loc) • 1.89 kB
JSON
{
"name": "@emcsistemas/native-ui",
"version": "1.1.29",
"description": "Biblioteca de componentes react native",
"author": "Leandro Fernandes <desenvolvedor_emc@emcsistemas.com.br>",
"license": "MIT",
"main": "lib/index.js",
"types": "lib",
"repository": {
"type": "git",
"url": "git+https://github.com/emcsistemas/bibliotecas-npm/tree/main/native-ui"
},
"keywords": [
"emc",
"sistemas",
"emc-sistemas",
"ui",
"react",
"native",
"react-native",
"react-component"
],
"scripts": {
"commit:main": "cd .. && git add . && git commit -m 'bibliotecas atualizadas' && git push origin main",
"pub:view": "npm run build && npm publish --dry-run",
"postpub:view": "echo 'package simulation finalized'",
"prebuild": "sudo rm -rf lib",
"build": "tsc -p .",
"postbuild": "cp -r ./src/assets ./lib/src/assets",
"pub:main": "npm run build && npm version patch --force && npm publish --access public",
"postpub:main": "echo 'package has been published'",
"tsc": "npx tsc --noEmit"
},
"devDependencies": {
"@expo/vector-icons": "^14.1.0",
"@types/react": "~19.0.10",
"@types/react-native-calendars": "^1.1267.0",
"date-fns": "^4.1.0",
"expo-haptics": "~14.1.4",
"lottie-react-native": "7.2.2",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-calendars": "^1.1313.0",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-root-toast": "^4.0.1",
"react-native-safe-area-context": "5.4.0",
"react-native-svg": "15.11.2",
"react-native-svg-transformer": "^1.5.1",
"typescript": "~5.8.3"
},
"peerDependencies": {
"@expo/vector-icons": "*",
"@types/react": "*",
"expo-haptics": "*",
"react": "*",
"react-native": "*",
"react-native-safe-area-context": "*"
}
}