package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. {
  2. "name": "ncore-ui-kit-mobile",
  3. "version": "1.0.0-pre-alpha.23",
  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 && copyfiles -u 1 \"src/variants/**/*.json\" lib/typescript/src/ && node version.mjs",
  39. "typecheck": "tsc",
  40. "release": "release-it --only-version",
  41. "build": "yarn clean && yarn lint && yarn typecheck && yarn prepare && npm publish"
  42. },
  43. "keywords": [
  44. "ncore",
  45. "nibgat",
  46. "ui",
  47. "kit",
  48. "design",
  49. "system",
  50. "design-system",
  51. "component",
  52. "library",
  53. "component-library",
  54. "react-native",
  55. "android",
  56. "ios"
  57. ],
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://git.nibgat.space/nibgat-community/ncore-ui-kit-mobile.git.git"
  61. },
  62. "author": "nibgat <development@nibgat.com> (https://git.nibgat.space/nibgat-community)",
  63. "license": "MIT",
  64. "bugs": {
  65. "url": "https://git.nibgat.space/nibgat-community/ncore-ui-kit-mobile.git/issues"
  66. },
  67. "homepage": "https://git.nibgat.space/nibgat-community/ncore-ui-kit-mobile.git#readme",
  68. "publishConfig": {
  69. "registry": "https://registry.npmjs.org/"
  70. },
  71. "devDependencies": {
  72. "@react-native/babel-preset": "0.83.0",
  73. "@release-it/conventional-changelog": "10.0.1",
  74. "@types/copyfiles": "2",
  75. "@types/eslint-plugin-jsx-a11y": "6",
  76. "@types/react": "19.2.14",
  77. "@types/react-native": "0.73.0",
  78. "babel-plugin-module-resolver": "5.0.2",
  79. "copyfiles": "2.4.1",
  80. "del-cli": "6.0.0",
  81. "eslint": "9.37.0",
  82. "eslint-import-resolver-typescript": "4.4.4",
  83. "eslint-plugin-import": "2.32.0",
  84. "eslint-plugin-jsonc": "2.21.0",
  85. "eslint-plugin-jsx-a11y": "6.10.2",
  86. "eslint-plugin-local-rules": "3.0.2",
  87. "eslint-plugin-react": "7.37.5",
  88. "eslint-plugin-react-hooks": "7.0.0",
  89. "eslint-plugin-react-native": "5.0.0",
  90. "globals": "17.4.0",
  91. "jsonc-eslint-parser": "2.4.1",
  92. "react": "19.2.6",
  93. "react-native": "0.83.2",
  94. "react-native-builder-bob": "0.40.13",
  95. "release-it": "19.0.4",
  96. "turbo": "2.5.6",
  97. "typescript": "5.9.3",
  98. "typescript-eslint": "8.46.1"
  99. },
  100. "peerDependencies": {
  101. "lucide-react-native": ">= 0.577.0",
  102. "moment": "*",
  103. "ncore-context": ">= 1.0.5",
  104. "react": "*",
  105. "react-native": "*",
  106. "react-native-safe-area-context": ">= 5.7.0",
  107. "react-native-svg": ">= 15.15.3",
  108. "rrule": "*"
  109. },
  110. "workspaces": [
  111. "example/mobile",
  112. "example/web"
  113. ],
  114. "packageManager": "yarn@4.11.0",
  115. "react-native-builder-bob": {
  116. "source": "src",
  117. "output": "lib",
  118. "targets": [
  119. [
  120. "module",
  121. {
  122. "esm": true
  123. }
  124. ],
  125. [
  126. "typescript",
  127. {
  128. "project": "tsconfig.build.json"
  129. }
  130. ]
  131. ]
  132. },
  133. "release-it": {
  134. "git": {
  135. "commitMessage": "chore: release ${version}",
  136. "tagName": "v${version}"
  137. },
  138. "npm": {
  139. "publish": true
  140. },
  141. "github": {
  142. "release": true
  143. },
  144. "plugins": {
  145. "@release-it/conventional-changelog": {
  146. "preset": {
  147. "name": "angular"
  148. }
  149. }
  150. }
  151. },
  152. "create-react-native-library": {
  153. "type": "library",
  154. "languages": "js",
  155. "tools": [
  156. "release-it"
  157. ],
  158. "version": "0.57.2"
  159. },
  160. "dependencies": {
  161. "lucide-react-native": "0.577.0",
  162. "moment": "https://git.nibgat.space/nibgat-community/moment.git",
  163. "ncore-context": "1.0.5",
  164. "react-native-safe-area-context": "5.7.0",
  165. "react-native-svg": "15.15.3",
  166. "rrule": "https://git.nibgat.space/nibgat-community/rrule.git"
  167. }
  168. }