react-transloadit-uploader
Version:
A basic React Component that allows uploading and progress tracking through Transloadit.com
51 lines (50 loc) • 1.32 kB
JSON
{
"name": "react-transloadit-uploader",
"version": "0.0.1",
"description": "A basic React Component that allows uploading and progress tracking through Transloadit.com",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/stephenkiers/react-transloadit.git"
},
"keywords": [
"transloadit",
"react",
"upload"
],
"author": "Stephen Kiers",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephenkiers/react-transloadit/issues"
},
"homepage": "https://github.com/stephenkiers/react-transloadit#readme",
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^25.1.3",
"@types/node": "^13.7.7",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-test-renderer": "^16.9.2",
"del-cli": "^3.0.0",
"jest": "^25.1.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-scripts-ts": "^3.1.0",
"react-test-renderer": "^16.13.0",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"scripts": {
"build": "del-cli dist/ && tsc --declaration",
"test": "jest"
}
}