-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 850 Bytes
/
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
{
"name": "@bkstar18/jquery-ajax-uploader",
"version": "1.1.4",
"description": "JQuery plugin for Ajax uploading",
"main": "./src/index.js",
"scripts": {
"test": "echo \"No test specified\"",
"dev": "webpack --mode development --watch",
"prod": "webpack --mode production"
},
"keywords": [
"jquery-plugin",
"ajax",
"upload"
],
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
}
}