mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 16:41:08 +02:00
Assign version numbers based on app maturity: Calendar/Contacts/Todo (1.0.0), Chat/Picture (0.3.0), 11 beta apps (0.2.0), Context/Planta/Questions (0.1.0), Traces (0.0.1). Set up @changesets/cli for future version management. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
34 lines
676 B
JSON
34 lines
676 B
JSON
{
|
|
"name": "@picture/mobile-ui",
|
|
"version": "0.3.0",
|
|
"description": "React Native UI component library for picture mobile apps",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"keywords": [
|
|
"react-native",
|
|
"ui",
|
|
"components",
|
|
"mobile",
|
|
"picture",
|
|
"expo"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/memoro/picture"
|
|
},
|
|
"license": "PRIVATE",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18.0.0",
|
|
"react-native": ">=0.70.0",
|
|
"react-native-reanimated": ">=3.0.0",
|
|
"react-native-safe-area-context": ">=4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|