@lad-tech/mobydick-core
Version:
React Native components library focused on usability, accessibility and developer experience
43 lines • 1.07 kB
JSON
{
"name": "@lad-tech/mobydick-core",
"version": "7.36.0",
"description": "React Native components library focused on usability, accessibility and developer experience",
"main": "index.ts",
"keywords": [
"mobydick",
"lad-tech",
"mobydick-calendar",
"core",
"react-native"
],
"files": [
"src",
"index.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/lad-tech/mobydick.git",
"directory": "packages/core"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kirill Lebedev <lebedevki@lad24.ru>",
"license": "MIT",
"peerDependencies": {
"react": ">=17.0.2",
"react-native": ">=0.66.4",
"react-native-safe-area-context": ">=4.4.1",
"react-native-svg": ">=12.3.0",
"react-native-svg-transformer": ">=1.0.0"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@tabler/icons-react-native": "^3.7.0"
}
}