UNPKG

crawlab-vue3-dropzone

Version:

It's inspired by [react-dropzone](https://github.com/react-dropzone/react-dropzone) and implemented with vue3.

67 lines (66 loc) 1.62 kB
{ "name": "crawlab-vue3-dropzone", "version": "3.0.3", "description": "", "main": "dist/crawlab-vue3-dropzone.mjs", "exports": { ".": { "import": "./dist/crawlab-vue3-dropzone.mjs", "require": "./dist/crawlab-vue3-dropzone.umd.cjs" } }, "unpkg": "dist/crawlab-vue3-dropzone.umd.js", "types": "dist/index.d.ts", "scripts": { "build": "npm run build:umd", "build:umd": "vite build", "test": "jest", "release": "npm run build && np" }, "repository": { "type": "git", "url": "git+https://github.com/Yaxian/vue3-dropzone.git" }, "keywords": [ "vue3", "dropzone", "file-upload", "vue3-dropzone" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Yaxian/vue3-dropzone/issues" }, "homepage": "https://github.com/Yaxian/vue3-dropzone#readme", "peerDependencies": { "vue": ">=3.2.45" }, "devDependencies": { "@testing-library/jest-dom": "^5.11.9", "@types/jest": "^26.0.20", "@types/testing-library__jest-dom": "^5.9.5", "@vitejs/plugin-vue": "^4.0.0", "jest": "^26.6.3", "jest-serializer-vue": "^2.0.2", "jest-watch-typeahead": "^0.6.1", "np": "^7.4.0", "rollup": "^2.40.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", "ts-jest": "^26.5.2", "typescript": "^4.2.2", "vite": "^4.0.1", "vite-plugin-dts": "^1.7.1", "vite-plugin-dynamic-import": "^1.2.4", "vue": "^3.2.45" }, "dependencies": { "attr-accept": "^2.2.2", "file-selector": "^0.2.4" }, "files": [ "src", "dist" ] }