forked from dropzone/dropzone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.89 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "dropzone",
"version": "5.9.2",
"description": "Handles drag and drop of files for you.",
"keywords": [
"dragndrop",
"drag and drop",
"file upload",
"upload"
],
"homepage": "http://www.dropzonejs.com",
"main": "./dist/dropzone.js",
"browserslist": "defaults, > 0.25%, IE 11",
"maintainers": [
{
"name": "Matias Meno",
"email": "[email protected]",
"web": "https://www.yesmeno.com"
}
],
"contributors": [
{
"name": "Matias Meno",
"email": "[email protected]",
"web": "https://www.yesmeno.com"
}
],
"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": "[email protected]",
"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",
"babel-loader": "^8.0.0",
"chai": "4.3.0",
"core-js": "^3.8.0",
"css-loader": "^5.0.2",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.0",
"karma": "^6.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-rollup-preprocessor": "^7.0.5",
"karma-sinon-chai": "^2.0.2",
"karma-spec-reporter": "^0.0.32",
"marked": "^2.0.0",
"mocha": "^8.3.0",
"mocha-headless-chrome": "^3.0.0",
"rollup": "^2.38.4",
"rollup-plugin-html": "^0.2.1",
"sass": "^1.0.0",
"sass-loader": "^11.0.1",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0",
"webpack-shell-plugin-next": "^2.1.1"
}
}