mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
* meta: add release automations * Add missing versions * remove old scripts that are no longer useful * add special casing for robodog * skip fetching if HEAD is already available locally * Publish to npm from GitHub actions * fixes * Update afterVersionBump script * Fix getUpToDateRefsFromGitHub script * Make sub-package specific changelogs * fix git and PR opening process in GH Actions * fix Release action * don't fetch GH user names in changelog * add support for commits that touch several packages * add website as a valid commit message prefix * Assign the PR to the releaser and fix other GH related bugs * Remove release branch from CI * Restore git history at the end of local release session * skip CI if assignee has not approved the PR * fix release commit message * beautify commit message * Special case for @uppy/robodog * Failure is not an option * Rename release CI * Always rewind before crashing * Improve logging * fix changelog table * fix linter * Update CONTRIBUTING.md * Remove unused package * Disable Release workflow between two releases * Fix git command and workaround deleted branch
27 lines
733 B
JSON
27 lines
733 B
JSON
{
|
|
"name": "@uppy-example/react-native-expo",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/instagram": "workspace:*",
|
|
"@uppy/react-native": "workspace:*",
|
|
"@uppy/tus": "workspace:*",
|
|
"@uppy/url": "workspace:*",
|
|
"@uppy/xhr-upload": "workspace:*",
|
|
"babel-preset-expo": "^5.0.0",
|
|
"base64-js": "^1.3.0",
|
|
"expo": "^42.0.0",
|
|
"preact-render-to-string": "^5.1.0",
|
|
"react": "^16.8.6",
|
|
"react-native": "~0.63.4"
|
|
},
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "expo start --android",
|
|
"eject": "expo eject",
|
|
"ios": "expo start --ios",
|
|
"start": "expo start"
|
|
}
|
|
}
|