package.json 7.7 KB

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