package.json 6.8 KB

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