uppy/examples
Merlijn Vos 7a50ab89ef
Cleanup examples (#5817)
- Remove outdated examples
- Rename folders for consistency
- Remove lots of unused deps in angular example.
- Rename `name` inside `package.json`'s from `@uppy-example/*` to
`example-*`.

**Before**

```
├── angular-example
├── aws-companion
├── aws-nodejs
├── aws-php
├── bundled
├── cdn-example
├── custom-provider
├── digitalocean-spaces
├── multiple-instances
├── node-xhr
├── php-xhr
├── python-xhr
├── react
├── react-native-expo
├── redux
├── sveltekit
├── transloadit
├── transloadit-markdown-bin
├── uppy-with-companion
├── vue3
└── xhr-bundle
```

**After**

```
examples
├── angular
├── aws-companion
├── aws-nodejs
├── aws-php
├── cdn
├── companion
├── companion-custom-provider
├── companion-digitalocean-spaces
├── react
├── react-native-expo
├── redux
├── sveltekit
├── transloadit
├── vue
├── xhr-bundle
├── xhr-node
├── xhr-php
└── xhr-python
```
2025-07-10 17:23:58 +02:00
..
angular Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
aws-companion Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
aws-nodejs Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
aws-php Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
cdn Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
companion Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
companion-custom-provider Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
companion-digitalocean-spaces Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
react Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
react-native-expo Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
redux Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
sveltekit Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
transloadit Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
vue Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
xhr-bundle Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
xhr-node Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
xhr-php Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
xhr-python Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00