package.json 7.0 KB

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