package.json 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. {
  2. "name": "ncore-ui-kit",
  3. "version": "1.3.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. "types": "./lib/typescript/src/index.d.ts",
  10. "source": "./src/index.tsx",
  11. "default": "./lib/module/index.js"
  12. },
  13. "./package.json": "./package.json",
  14. "./webpack-config": "./webpack-config.js",
  15. "./metro-config": "./metro-config.js"
  16. },
  17. "files": [
  18. "!android/local.properties",
  19. "react-native.config.js",
  20. "!android/gradlew.bat",
  21. "eslint-local-rules",
  22. "eslint.config.mjs",
  23. "webpack-config.js",
  24. "!**/__fixtures__",
  25. "!android/gradlew",
  26. "metro-config.js",
  27. "!android/gradle",
  28. "!android/build",
  29. "tsconfig.json",
  30. "!**/__tests__",
  31. "!**/__mocks__",
  32. "!ios/build",
  33. "*.podspec",
  34. "android",
  35. ".vscode",
  36. "!**/.*",
  37. "bin",
  38. "cpp",
  39. "ios",
  40. "lib",
  41. "src"
  42. ],
  43. "scripts": {
  44. "example-mobile": "yarn workspace ncore-ui-kit-example-mobile",
  45. "example-web": "yarn workspace ncore-ui-kit-example-web",
  46. "clean": "del-cli lib",
  47. "lint": "eslint . --ext .ts,.tsx --fix",
  48. "prepare": "bob build && copyfiles -u 1 \"src/variants/**/*.json\" lib/typescript/src/ && node version.mjs",
  49. "type-check-build": "tsc -p tsconfig.build.json",
  50. "type-check": "tsc --project tsconfig.json --noEmit",
  51. "release": "release-it --only-version",
  52. "build": "yarn clean && yarn lint && yarn type-check-build && yarn prepare && npm publish"
  53. },
  54. "bin": {
  55. "ncore-setup": "./bin/setup.js"
  56. },
  57. "keywords": [
  58. "ncore",
  59. "nibgat",
  60. "ui",
  61. "kit",
  62. "design",
  63. "system",
  64. "design-system",
  65. "component",
  66. "library",
  67. "component-library",
  68. "mobile",
  69. "web",
  70. "react-native",
  71. "android",
  72. "ios"
  73. ],
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://git.nibgat.space/nibgat-community/ncore-ui-kit.git.git"
  77. },
  78. "author": "nibgat <development@nibgat.com> (https://git.nibgat.space/nibgat-community)",
  79. "license": "MIT",
  80. "bugs": {
  81. "url": "https://git.nibgat.space/nibgat-community/ncore-ui-kit.git/issues"
  82. },
  83. "homepage": "https://git.nibgat.space/nibgat-community/ncore-ui-kit.git#readme",
  84. "publishConfig": {
  85. "registry": "https://registry.npmjs.org/"
  86. },
  87. "devDependencies": {
  88. "@babel/core": "7.25.2",
  89. "@babel/plugin-proposal-class-properties": "7.18.6",
  90. "@babel/plugin-transform-modules-commonjs": "7.28.6",
  91. "@babel/plugin-transform-private-methods": "7.28.6",
  92. "@babel/plugin-transform-private-property-in-object": "7.28.6",
  93. "@babel/preset-env": "7.25.3",
  94. "@babel/preset-typescript": "7.28.5",
  95. "@babel/runtime": "7.25.0",
  96. "@expo/metro-runtime": "56.0.15",
  97. "@react-native-community/cli": "20.1.0",
  98. "@react-native-community/cli-platform-android": "20.1.0",
  99. "@react-native-community/cli-platform-ios": "20.1.0",
  100. "@react-native/babel-preset": "0.85.3",
  101. "@react-native/eslint-config": "0.85.3",
  102. "@react-native/jest-preset": "0.85.3",
  103. "@react-native/metro-config": "0.85.3",
  104. "@react-native/new-app-screen": "0.85.3",
  105. "@react-native/typescript-config": "0.85.3",
  106. "@react-navigation/elements": "2.9.18",
  107. "@react-navigation/native": "7.2.4",
  108. "@react-navigation/native-stack": "7.15.1",
  109. "@release-it/conventional-changelog": "10.0.1",
  110. "@types/copyfiles": "2",
  111. "@types/eslint-plugin-jsx-a11y": "6",
  112. "@types/jest": "29.5.13",
  113. "@types/node": "25.9.3",
  114. "@types/react": "19.2.0",
  115. "@types/react-dom": "19.2.3",
  116. "@types/react-test-renderer": "19.1.0",
  117. "babel-loader": "10.1.1",
  118. "babel-plugin-module-resolver": "5.0.3",
  119. "babel-plugin-react-native-web": "0.21.2",
  120. "babel-preset-expo": "56.0.15",
  121. "buffer": "^6.0.3",
  122. "copyfiles": "2.4.1",
  123. "cross-env": "10.1.0",
  124. "del-cli": "6.0.0",
  125. "eslint": "9.37.0",
  126. "eslint-import-resolver-typescript": "4.4.4",
  127. "eslint-plugin-import": "2.32.0",
  128. "eslint-plugin-jsonc": "2.21.0",
  129. "eslint-plugin-jsx-a11y": "6.10.2",
  130. "eslint-plugin-local-rules": "3.0.2",
  131. "eslint-plugin-react": "7.37.5",
  132. "eslint-plugin-react-hooks": "7.0.0",
  133. "eslint-plugin-react-native": "5.0.0",
  134. "eslint-webpack-plugin": "5.0.1",
  135. "expo": "56.0.11",
  136. "expo-font": "56.0.6",
  137. "expo-status-bar": "56.0.4",
  138. "globals": "17.4.0",
  139. "html-webpack-plugin": "5.6.7",
  140. "jest": "29.6.3",
  141. "jsonc-eslint-parser": "2.4.1",
  142. "react": "19.2.3",
  143. "react-dom": "19.2.3",
  144. "react-native": "0.85.3",
  145. "react-native-builder-bob": "0.40.13",
  146. "react-native-monorepo-config": "0.3.3",
  147. "react-native-screens": "4.24.0",
  148. "react-native-web": "0.21.2",
  149. "react-test-renderer": "19.2.3",
  150. "release-it": "19.0.4",
  151. "turbo": "2.5.6",
  152. "typescript": "5.9.3",
  153. "typescript-eslint": "8.46.1",
  154. "url-loader": "4.1.1",
  155. "webpack": "5.107.1",
  156. "webpack-cli": "7.0.2",
  157. "webpack-dev-server": "5.2.4"
  158. },
  159. "peerDependencies": {
  160. "@react-native-clipboard/clipboard": ">= 1.16.3",
  161. "core-complex-client": ">= 1.0.19",
  162. "lucide-react-native": ">= 1.16.0",
  163. "moment": "*",
  164. "ncore-context": ">= 1.0.7",
  165. "react": "*",
  166. "react-native": "*",
  167. "react-native-safe-area-context": ">= 5.7.0",
  168. "react-native-svg": ">= 15.15.3",
  169. "rrule": "*"
  170. },
  171. "workspaces": [
  172. "example/mobile",
  173. "example/web",
  174. "example/src"
  175. ],
  176. "packageManager": "yarn@4.11.0",
  177. "react-native-builder-bob": {
  178. "source": "src",
  179. "output": "lib",
  180. "targets": [
  181. [
  182. "module",
  183. {
  184. "esm": true
  185. }
  186. ],
  187. [
  188. "typescript",
  189. {
  190. "project": "tsconfig.build.json"
  191. }
  192. ]
  193. ]
  194. },
  195. "release-it": {
  196. "git": {
  197. "commitMessage": "Release: v${version}",
  198. "tagName": "v${version}"
  199. },
  200. "npm": {
  201. "publish": true
  202. },
  203. "github": {
  204. "release": true
  205. },
  206. "plugins": {
  207. "@release-it/conventional-changelog": {
  208. "preset": {
  209. "name": "angular"
  210. }
  211. }
  212. }
  213. },
  214. "create-react-native-library": {
  215. "type": "library",
  216. "languages": "js",
  217. "tools": [
  218. "release-it"
  219. ],
  220. "version": "0.57.2"
  221. },
  222. "dependencies": {
  223. "@react-native-clipboard/clipboard": "1.16.3",
  224. "core-complex-client": "1.0.19",
  225. "crypto-browserify": "^3.12.1",
  226. "lucide-react-native": "1.16.0",
  227. "moment": "https://git.nibgat.space/nibgat-community/moment.git",
  228. "ncore-context": "1.0.8",
  229. "process": "^0.11.10",
  230. "react-native-safe-area-context": "5.5.2",
  231. "react-native-svg": "15.15.5",
  232. "rrule": "https://git.nibgat.space/nibgat-community/rrule.git",
  233. "stream-browserify": "^3.0.0",
  234. "util": "^0.12.5",
  235. "vm-browserify": "^1.1.2"
  236. }
  237. }