fp/packages/uppy/package.json

27 lines
582 B
JSON
Raw Normal View History

2024-01-20 16:16:14 +00:00
{
"type": "module",
2024-07-06 08:49:51 +00:00
"name": "uppy",
"version": "1.0.5",
2024-01-20 16:16:14 +00:00
"description": "",
"main": "index.js",
"scripts": {
2024-07-06 08:49:51 +00:00
"start": "node index"
2024-01-20 16:16:14 +00:00
},
"keywords": [],
"author": "",
"license": "Unlicense",
"dependencies": {
2024-04-08 18:24:54 +00:00
"@uppy/aws-s3-multipart": "^2.4.3",
2024-01-20 16:16:14 +00:00
"@uppy/companion": "4.12.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
2024-04-08 18:24:54 +00:00
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
2024-01-20 16:16:14 +00:00
"jsonwebtoken": "^9.0.2",
"memorystore": "^1.6.7",
2024-04-08 18:24:54 +00:00
"react-hook-form": "^7.51.2",
2024-01-20 16:16:14 +00:00
"yup": "link:@hookform/resolvers/yup"
}
}