package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "name": "ncore-ui-kit-mobile",
  3. "version": "1.0.0-pre-alpha.0",
  4. "description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
  5. "main": "./lib/module/index.js",
  6. "types": "./lib/typescript/src/index.d.ts",
  7. "exports": {
  8. ".": {
  9. "source": "./src/index.tsx",
  10. "types": "./lib/typescript/src/index.d.ts",
  11. "default": "./lib/module/index.js"
  12. },
  13. "./package.json": "./package.json"
  14. },
  15. "files": [
  16. "src",
  17. "lib",
  18. "android",
  19. "ios",
  20. "cpp",
  21. "*.podspec",
  22. "react-native.config.js",
  23. "!ios/build",
  24. "!android/build",
  25. "!android/gradle",
  26. "!android/gradlew",
  27. "!android/gradlew.bat",
  28. "!android/local.properties",
  29. "!**/__tests__",
  30. "!**/__fixtures__",
  31. "!**/__mocks__",
  32. "!**/.*"
  33. ],
  34. "scripts": {
  35. "example": "yarn workspace ncore-ui-kit-mobile-example",
  36. "clean": "del-cli lib",
  37. "lint": "eslint . --ext .ts,.tsx --fix",
  38. "prepare": "bob build",
  39. "typecheck": "tsc",
  40. "release": "release-it --only-version"
  41. },
  42. "keywords": [
  43. "react-native",
  44. "ios",
  45. "android"
  46. ],
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://git.nibgat.space/nibgat-community/ncore-ui-kit-mobile.git.git"
  50. },
  51. "author": "nibgat <development@nibgat.com> (https://git.nibgat.space/nibgat-community)",
  52. "license": "MIT",
  53. "bugs": {
  54. "url": "https://git.nibgat.space/nibgat-community/ncore-ui-kit-mobile.git/issues"
  55. },
  56. "homepage": "https://git.nibgat.space/nibgat-community/ncore-ui-kit-mobile.git#readme",
  57. "publishConfig": {
  58. "registry": "https://registry.npmjs.org/"
  59. },
  60. "devDependencies": {
  61. "@react-native/babel-preset": "0.83.0",
  62. "@release-it/conventional-changelog": "10.0.1",
  63. "@types/eslint-plugin-jsx-a11y": "6",
  64. "@types/react": "19.1.12",
  65. "del-cli": "6.0.0",
  66. "eslint": "9.37.0",
  67. "eslint-import-resolver-typescript": "4.4.4",
  68. "eslint-plugin-import": "2.32.0",
  69. "eslint-plugin-jsonc": "2.21.0",
  70. "eslint-plugin-jsx-a11y": "6.10.2",
  71. "eslint-plugin-local-rules": "3.0.2",
  72. "eslint-plugin-react": "7.37.5",
  73. "eslint-plugin-react-hooks": "7.0.0",
  74. "eslint-plugin-react-native": "^5.0.0",
  75. "globals": "^17.4.0",
  76. "jsonc-eslint-parser": "2.4.1",
  77. "react": "19.2.0",
  78. "react-native": "0.83.2",
  79. "react-native-builder-bob": "0.40.13",
  80. "release-it": "19.0.4",
  81. "turbo": "2.5.6",
  82. "typescript": "5.9.3",
  83. "typescript-eslint": "8.46.1"
  84. },
  85. "peerDependencies": {
  86. "lucide-react-native": ">= 0.577.0",
  87. "ncore-context": ">= 1.0.5",
  88. "react": "*",
  89. "react-native": "*"
  90. },
  91. "workspaces": [
  92. "example"
  93. ],
  94. "packageManager": "yarn@4.11.0",
  95. "react-native-builder-bob": {
  96. "source": "src",
  97. "output": "lib",
  98. "targets": [
  99. [
  100. "module",
  101. {
  102. "esm": true
  103. }
  104. ],
  105. [
  106. "typescript",
  107. {
  108. "project": "tsconfig.build.json"
  109. }
  110. ]
  111. ]
  112. },
  113. "release-it": {
  114. "git": {
  115. "commitMessage": "chore: release ${version}",
  116. "tagName": "v${version}"
  117. },
  118. "npm": {
  119. "publish": true
  120. },
  121. "github": {
  122. "release": true
  123. },
  124. "plugins": {
  125. "@release-it/conventional-changelog": {
  126. "preset": {
  127. "name": "angular"
  128. }
  129. }
  130. }
  131. },
  132. "create-react-native-library": {
  133. "type": "library",
  134. "languages": "js",
  135. "tools": [
  136. "release-it"
  137. ],
  138. "version": "0.57.2"
  139. },
  140. "dependencies": {
  141. "lucide-react-native": "0.577.0",
  142. "ncore-context": "1.0.5"
  143. }
  144. }