mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2025-12-26 19:27:56 +00:00
65 lines
2.0 KiB
JSON
65 lines
2.0 KiB
JSON
{
|
|
"name": "argon-react-native",
|
|
"version": "1.5.0",
|
|
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"eject": "expo eject"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/masked-view": "0.1.6",
|
|
"@react-navigation/bottom-tabs": "^5.0.6",
|
|
"@react-navigation/compat": "^5.0.0",
|
|
"@react-navigation/drawer": "5.0.0",
|
|
"@react-navigation/native": "5.0.0",
|
|
"@react-navigation/stack": "5.0.0",
|
|
"@use-expo/font": "^2.0.0",
|
|
"expo": "^37.0.0",
|
|
"expo-asset": "~8.1.5",
|
|
"expo-font": "~8.1.0",
|
|
"galio-framework": "^0.6.3",
|
|
"prop-types": "^15.7.2",
|
|
"react": "16.9.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
|
"react-native-gesture-handler": "~1.6.0",
|
|
"react-native-modal-dropdown": "^0.7.0",
|
|
"react-native-reanimated": "~1.7.0",
|
|
"react-native-safe-area-context": "0.7.3",
|
|
"react-native-screens": "~2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-expo": "^8.2.1"
|
|
},
|
|
"keywords": [
|
|
"argon react native",
|
|
"argon design system",
|
|
"argon app react native",
|
|
"argon iOS",
|
|
"react native iOS",
|
|
"creative tim",
|
|
"argon Android",
|
|
"react native ui kit",
|
|
"react native expo",
|
|
"freebie",
|
|
"react native argon design",
|
|
"react native galio",
|
|
"galio argon free",
|
|
"galio react native free app",
|
|
"argon expo react native",
|
|
"react native ui template"
|
|
],
|
|
"author": "Creative Tim <hello@creative-tim.com> (https://www.creative-tim.com/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/creativetimofficial/argon-react-native/issues"
|
|
},
|
|
"homepage": "https://demos.creative-tim.com/argon-react-native"
|
|
}
|