mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 17:44:30 +00:00
* lerna link convert * ci: use npm ci * update lockfile * companion: set `bin` to source file Since typescript doesn't actually transform anything, we can just use this. In a next major version we could set `noEmit: true` in the tsconfig and stop publishing `lib`. * companion: do chmod +x on start-server.js * build: remove obsolete lerna config * build: explicitly install latest versions when building e2e tests for ci * Remove versions from private packages * fix regex * try fix * ci: force npm to install to endtoend folder * ci: fold up e2e build output * Update netlify deploy preview command * Remove mentions of npm run bootstrap * Edit .github/CONTRIBUTING.md instead * companion: add proxy executable * companion: fix publish * Downgrade jest to appease create-react-app
27 lines
1 KiB
JSON
27 lines
1 KiB
JSON
{
|
|
"name": "@uppy-example/react-native-expo",
|
|
"dependencies": {
|
|
"@uppy/core": "file:../../packages/@uppy/core",
|
|
"@uppy/dashboard": "file:../../packages/@uppy/dashboard",
|
|
"@uppy/instagram": "file:../../packages/@uppy/instagram",
|
|
"@uppy/react-native": "file:../../packages/@uppy/react-native",
|
|
"@uppy/tus": "file:../../packages/@uppy/tus",
|
|
"@uppy/url": "file:../../packages/@uppy/url",
|
|
"@uppy/xhr-upload": "file:../../packages/@uppy/xhr-upload",
|
|
"babel-preset-expo": "^5.0.0",
|
|
"base64-js": "^1.3.0",
|
|
"expo": "^32.0.6",
|
|
"preact-render-to-string": "^4.1.0",
|
|
"react": "16.5.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
|
|
"react-native-svg-uri": "gaboelnuevo/react-native-svg-uri#473e4f958e8846cbd5c69ce5cf59753cd5cea748"
|
|
},
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "expo start --android",
|
|
"eject": "expo eject",
|
|
"ios": "expo start --ios",
|
|
"start": "expo start"
|
|
}
|
|
}
|