package.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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",
  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. "prettier": "2.8.8",
  127. "react": "19.2.3",
  128. "react-dom": "19.2.3",
  129. "react-native": "0.85.3",
  130. "react-native-builder-bob": "0.40.13",
  131. "react-native-monorepo-config": "0.3.3",
  132. "react-native-screens": "4.24.0",
  133. "react-native-web": "0.21.2",
  134. "react-test-renderer": "19.2.3",
  135. "release-it": "19.0.4",
  136. "turbo": "2.5.6",
  137. "typescript": "5.9.3",
  138. "typescript-eslint": "8.46.1",
  139. "url-loader": "4.1.1",
  140. "webpack": "5.107.1",
  141. "webpack-cli": "7.0.2",
  142. "webpack-dev-server": "5.2.4"
  143. },
  144. "peerDependencies": {
  145. "lucide-react-native": ">= 1.16.0",
  146. "moment": "*",
  147. "ncore-context": ">= 1.0.5",
  148. "react": "*",
  149. "react-native": "*",
  150. "react-native-safe-area-context": ">= 5.7.0",
  151. "react-native-svg": ">= 15.15.3",
  152. "rrule": "*"
  153. },
  154. "workspaces": [
  155. "example/mobile",
  156. "example/web",
  157. "example/src"
  158. ],
  159. "packageManager": "yarn@4.11.0",
  160. "react-native-builder-bob": {
  161. "source": "src",
  162. "output": "lib",
  163. "targets": [
  164. [
  165. "module",
  166. {
  167. "esm": true
  168. }
  169. ],
  170. [
  171. "typescript",
  172. {
  173. "project": "tsconfig.build.json"
  174. }
  175. ]
  176. ]
  177. },
  178. "release-it": {
  179. "git": {
  180. "commitMessage": "chore: release ${version}",
  181. "tagName": "v${version}"
  182. },
  183. "npm": {
  184. "publish": true
  185. },
  186. "github": {
  187. "release": true
  188. },
  189. "plugins": {
  190. "@release-it/conventional-changelog": {
  191. "preset": {
  192. "name": "angular"
  193. }
  194. }
  195. }
  196. },
  197. "create-react-native-library": {
  198. "type": "library",
  199. "languages": "js",
  200. "tools": [
  201. "release-it"
  202. ],
  203. "version": "0.57.2"
  204. },
  205. "dependencies": {
  206. "lucide-react-native": "1.16.0",
  207. "moment": "https://git.nibgat.space/nibgat-community/moment.git",
  208. "ncore-context": "1.0.5",
  209. "react-native-safe-area-context": "5.5.2",
  210. "react-native-svg": "15.15.5",
  211. "rrule": "https://git.nibgat.space/nibgat-community/rrule.git"
  212. }
  213. }