{ "name": "ncore-ui-kit-mobile", "version": "1.0.0-pre-alpha.11", "description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": { ".": { "source": "./src/index.tsx", "types": "./lib/typescript/src/index.d.ts", "default": "./lib/module/index.js" }, "./package.json": "./package.json" }, "files": [ "src", "lib", "android", "ios", "cpp", "*.podspec", "react-native.config.js", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "example": "yarn workspace ncore-ui-kit-mobile-example", "clean": "del-cli lib", "lint": "eslint . --ext .ts,.tsx --fix", "prepare": "bob build && copyfiles -u 1 \"src/variants/**/*.json\" lib/typescript/src/", "typecheck": "tsc", "release": "release-it --only-version", "build": "yarn clean && yarn lint && yarn typecheck && yarn prepare && npm publish" }, "keywords": [ "ncore", "nibgat", "ui", "kit", "design", "system", "design-system", "component", "library", "component-library", "react-native", "android", "ios" ], "repository": { "type": "git", "url": "git+https://git.nibgat.space/nibgat-community/ncore-ui-kit-mobile.git.git" }, "author": "nibgat (https://git.nibgat.space/nibgat-community)", "license": "MIT", "bugs": { "url": "https://git.nibgat.space/nibgat-community/ncore-ui-kit-mobile.git/issues" }, "homepage": "https://git.nibgat.space/nibgat-community/ncore-ui-kit-mobile.git#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@react-native/babel-preset": "0.83.0", "@release-it/conventional-changelog": "10.0.1", "@types/copyfiles": "2", "@types/eslint-plugin-jsx-a11y": "6", "@types/react": "19.2.14", "@types/react-native": "0.73.0", "babel-plugin-module-resolver": "5.0.2", "copyfiles": "2.4.1", "del-cli": "6.0.0", "eslint": "9.37.0", "eslint-import-resolver-typescript": "4.4.4", "eslint-plugin-import": "2.32.0", "eslint-plugin-jsonc": "2.21.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-local-rules": "3.0.2", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "7.0.0", "eslint-plugin-react-native": "5.0.0", "globals": "17.4.0", "jsonc-eslint-parser": "2.4.1", "react": "19.2.0", "react-native": "0.83.2", "react-native-builder-bob": "0.40.13", "release-it": "19.0.4", "turbo": "2.5.6", "typescript": "5.9.3", "typescript-eslint": "8.46.1" }, "peerDependencies": { "lucide-react-native": ">= 0.577.0", "ncore-context": ">= 1.0.5", "react": "*", "react-native": "*", "react-native-safe-area-context": ">= 5.7.0", "react-native-svg": ">= 15.15.3" }, "workspaces": [ "example" ], "packageManager": "yarn@4.11.0", "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true } ], [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": { "name": "angular" } } } }, "create-react-native-library": { "type": "library", "languages": "js", "tools": [ "release-it" ], "version": "0.57.2" }, "dependencies": { "lucide-react-native": "0.577.0", "ncore-context": "1.0.5", "react-native-safe-area-context": "5.7.0", "react-native-svg": "15.15.3" } }