reactnativeepictrailsds
Version:
A modern, production-ready design system for React Native — featuring pre-styled, customizable components, state-based UI logic, theme support, and seamless integration with Tailwind, Expo, and TypeScript. Built for scalable mobile app development with ac
156 lines • 4.37 kB
JSON
{
"name": "reactnativeepictrailsds",
"version": "1.0.1",
"description": "A modern, production-ready design system for React Native — featuring pre-styled, customizable components, state-based UI logic, theme support, and seamless integration with Tailwind, Expo, and TypeScript. Built for scalable mobile app development with accessibility and performance in mind.",
"keywords": [
"react-native",
"design-system",
"react-native-ui",
"ui-library",
"component-library",
"mobile-ui",
"native-components",
"tailwindcss",
"nativewind",
"expo",
"typescript",
"theme-provider",
"lightweight-ui",
"cross-platform",
"mobile-first",
"react-native-theme",
"custom-components",
"prebuilt-components",
"reusable-ui",
"dark-mode",
"light-mode",
"variant-based-ui",
"react-native-design-system",
"gesture-ui",
"performance",
"accessibility",
"a11y",
"animation",
"stateful-ui",
"customizable",
"ios",
"android",
"open-source",
"storybook",
"react-native-paper",
"react-native-elements",
"responsive-design",
"material-design",
"modern-ui",
"adaptive-ui",
"headless-ui",
"hover-states",
"pressable-components"
],
"homepage": "https://github.com/gaureshpai/reactnativeepictrailsds#readme",
"bugs": {
"url": "https://github.com/gaureshpai/reactnativeepictrailsds/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gaureshpai/reactnativeepictrailsds.git"
},
"license": "MIT",
"author": "Gauresh G Pai",
"type": "module",
"main": "src/index.tsx",
"module": "src/index.tsx",
"react-native": "src/index.ts",
"files": [
"src/",
"preset.js",
"tsconfig.json",
"package.json",
"README.md",
"global.css"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"exports": {
".": {
"import": "./src/index.tsx",
"require": "./src/index.tsx"
},
"./preset": "./preset.js"
},
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"build": "tsc",
"prepare": "bob build",
"postbuild": "npx tailwindcss --input src/styles/global.css --output dist/styles.css"
},
"react-native-builder-bob": {
"source": "src",
"output": "dist",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@expo/vector-icons": "^14.0.2",
"@react-native-community/cli": "^18.0.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"autoprefixer": "^10.4.21",
"expo": "~52.0.38",
"expo-blur": "~14.0.3",
"expo-constants": "~17.0.8",
"expo-font": "~13.0.4",
"expo-haptics": "~14.0.1",
"expo-linking": "~7.0.5",
"expo-router": "^4.0.19",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-symbols": "~0.2.2",
"expo-system-ui": "~4.0.8",
"expo-web-browser": "~14.0.2",
"nativewind": "^4.1.23",
"postcss": "^8.5.3",
"react": ">=18.0.0",
"react-dom": "18.3.1",
"react-native": ">=0.71.0",
"react-native-builder-bob": "^0.39.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "^3.16.2",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.4.0",
"react-native-video": "^6.13.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.6",
"react-test-renderer": "18.3.1",
"typescript": "^5.8.2"
},
"jest": {
"preset": "jest-expo"
},
"directories": {
"example": "example"
}
}