package.json 7.5 KB

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