-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1022 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
31
32
33
34
35
36
37
38
{
"main": "./src/index.js",
"version": "1.0.1",
"description": "a PicGo custom uploader plugin, use it to uploader your images",
"homepage": "https://yuanyxh.com",
"keywords": [
"picgo",
"picgo-plugin",
"picgo-gui-plugin"
],
"name": "picgo-plugin-free-uploader",
"author": {
"name": "yuanyxh"
},
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"prettier": "prettier --write ."
},
"dependencies": {
"safeify": "^5.0.6"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@webpack-cli/generators": "^3.0.1",
"babel-loader": "^9.1.2",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"picgo": "^1.5.0",
"prettier": "^2.8.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}