gulp dist build
This commit is contained in:
94
dist/assets/vendor/dropzone/package.json
vendored
94
dist/assets/vendor/dropzone/package.json
vendored
@@ -1,45 +1,44 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"dropzone@5.9.3",
|
||||
"/Applications/MAMP/htdocs/front/front-template"
|
||||
]
|
||||
"name": "dropzone",
|
||||
"version": "5.9.3",
|
||||
"description": "Handles drag and drop of files for you.",
|
||||
"keywords": [
|
||||
"dragndrop",
|
||||
"drag and drop",
|
||||
"file upload",
|
||||
"upload"
|
||||
],
|
||||
"_from": "dropzone@5.9.3",
|
||||
"_id": "dropzone@5.9.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Azk8kD/2/nJIuVPK+zQ9sjKMRIpRvNyqn9XwbBHNq+iNuSccbJS6hwm1Woy0pMST0erSo0u4j+KJaodndDk4vA==",
|
||||
"_location": "/dropzone",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "dropzone@5.9.3",
|
||||
"name": "dropzone",
|
||||
"escapedName": "dropzone",
|
||||
"rawSpec": "5.9.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.9.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/dropzone/-/dropzone-5.9.3.tgz",
|
||||
"_spec": "5.9.3",
|
||||
"_where": "/Applications/MAMP/htdocs/front/front-template",
|
||||
"homepage": "http://www.dropzonejs.com",
|
||||
"main": "./dist/dropzone.js",
|
||||
"browserslist": "defaults, > 0.25%, IE 11",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dropzone/dropzone/issues",
|
||||
"email": "m@tias.me"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Matias Meno",
|
||||
"email": "m@tias.me",
|
||||
"web": "https://www.yesmeno.com"
|
||||
}
|
||||
],
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Matias Meno",
|
||||
"email": "m@tias.me",
|
||||
"url": "https://www.yesmeno.com"
|
||||
"web": "https://www.yesmeno.com"
|
||||
}
|
||||
],
|
||||
"description": "Handles drag and drop of files for you.",
|
||||
"scripts": {
|
||||
"build": "webpack && cp dist/dropzone.js dist/dropzone-amd-module.js && cp dist/min/dropzone.min.js dist/min/dropzone-amd-module.min.js",
|
||||
"test": "karma start --single-run --browsers ChromeHeadless test/karma.conf.js",
|
||||
"build-website": "grunt build-website"
|
||||
},
|
||||
"bugs": {
|
||||
"email": "m@tias.me",
|
||||
"url": "https://github.com/dropzone/dropzone/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dropzone/dropzone.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.0",
|
||||
"@babel/preset-env": "^7.11.0",
|
||||
@@ -68,32 +67,5 @@
|
||||
"webpack": "^5.23.0",
|
||||
"webpack-cli": "^4.5.0",
|
||||
"webpack-shell-plugin-next": "^2.1.1"
|
||||
},
|
||||
"homepage": "http://www.dropzonejs.com",
|
||||
"keywords": [
|
||||
"dragndrop",
|
||||
"drag and drop",
|
||||
"file upload",
|
||||
"upload"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./dist/dropzone.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Matias Meno",
|
||||
"email": "m@tias.me",
|
||||
"url": "https://www.yesmeno.com"
|
||||
}
|
||||
],
|
||||
"name": "dropzone",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dropzone/dropzone.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack && cp dist/dropzone.js dist/dropzone-amd-module.js && cp dist/min/dropzone.min.js dist/min/dropzone-amd-module.min.js",
|
||||
"build-website": "grunt build-website",
|
||||
"test": "karma start --single-run --browsers ChromeHeadless test/karma.conf.js"
|
||||
},
|
||||
"version": "5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user