@prosperitainova/dumbo-react-native
Version:
Dumbo for React Native Library
149 lines (148 loc) • 3.66 kB
JSON
{
"name": "@prosperitainova/dumbo-react-native",
"version": "10.1.1",
"description": "Dumbo for React Native Library",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"telemetry.yml",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"test": "jest",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "bob build",
"release": "release-it",
"example:start": "npm --prefix ./example run start",
"example:bump": "node ./scripts/bump-example.js",
"postinstall": "ibmtelemetry --config=telemetry.yml",
"docs": "typedoc"
},
"keywords": [
"prosperita",
"dumbo",
"ibm",
"carbon",
"carbon-components",
"react-native",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "https://bitbucket.org/prosperitainova/dumbo-react-native"
},
"author": "IBM <david.bradshaw@ibm.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://bitbucket.org/prosperitainova/dumbo-react-native/issues"
},
"homepage": "https://bitbucket.org/prosperitainova/dumbo-react-native",
"devDependencies": {
"@babel/eslint-parser": "^7.27.1",
"@carbon/icon-helpers": "^10.58.0",
"@carbon/icons": "^11.59.0",
"@carbon/themes": "^11.51.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.26.0",
"@release-it/conventional-changelog": "^10.0.1",
"@types/jest": "^29.5.14",
"@types/react": "19.1.3",
"commitlint": "^19.8.0",
"eslint": "^9.26.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.0.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"pod-install": "^0.3.9",
"react": "19.1.0",
"react-native": "0.79.2",
"react-native-builder-bob": "^0.37.0",
"react-native-safe-area-context": "^5.4.0",
"react-native-svg": "^15.11.2",
"react-native-webview": "^13.13.5",
"release-it": "^18.1.2",
"typedoc": "^0.28.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0"
},
"resolutions": {
"@types/react": "^18.2.0",
"@types/react-native": "0.73.0"
},
"peerDependencies": {
"@carbon/icon-helpers": "*",
"@carbon/icons": "*",
"@carbon/themes": "*",
"react": "*",
"react-native": "*",
"react-native-svg": "*",
"react-native-webview": "*",
"react-native-safe-area-context": "*"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}\n\nci-skip",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"dependencies": {
"@ibm/telemetry-js": "^1.9.1"
}
}