@whitemordred/react-native-bootstrap5
Version:
A complete React Native library that replicates Bootstrap 5.3 with 100% feature parity, full theming support, CSS variables, and dark/light mode
91 lines (90 loc) • 2.33 kB
JSON
{
"name": "@whitemordred/react-native-bootstrap5",
"version": "2.0.1",
"description": "A complete React Native library that replicates Bootstrap 5.3 with 100% feature parity, full theming support, CSS variables, and dark/light mode",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "node scripts/build.js",
"build:tsc": "tsc",
"watch": "tsc --watch",
"prepare": "npm run build",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix"
},
"keywords": [
"react-native",
"bootstrap",
"bootstrap5",
"bootstrap-5.3",
"ui-components",
"theme",
"dark-mode",
"css-variables",
"theming",
"responsive",
"cross-platform",
"ios",
"android",
"web",
"windows",
"macos",
"react-native-web",
"react-native-windows",
"react-native-macos",
"utility-classes",
"color-utilities",
"bootstrap-colors"
],
"author": "Your Name",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.60.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.72.0",
"@types/jest": "^29.0.0",
"@testing-library/react-native": "^12.0.0",
"@testing-library/jest-native": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"babel-jest": "^29.0.0",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^4.0.0",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^29.0.0",
"metro-react-native-babel-preset": "^0.77.0",
"react-test-renderer": "^18.0.0",
"typescript": "^5.0.0"
},
"files": [
"lib/",
"README.md",
"THEMING.md",
"CHANGELOG.md",
"CONTRIBUTING.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/react-native-bootstrap5.git"
},
"react-native": {
"platforms": {
"android": {
"sourceDir": "../node_modules/@whitemordred/react-native-bootstrap5/lib",
"folder": "lib"
},
"ios": {
"sourceDir": "../node_modules/@whitemordred/react-native-bootstrap5/lib",
"folder": "lib"
}
}
},
"react-native-web": {
"moduleMap": {}
}
}