-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1 KB
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
{
"name": "image_border_optimizer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config ./webpack.dev.js --env API_SERVER=http://localhost:8222 --static src",
"build": "webpack --config ./webpack.prod.js --env API_SERVER=https://api.juantu.cn"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"file-saver": "^2.0.5",
"html-webpack-plugin": "^5.6.0",
"html-withimg-loader": "^0.1.16",
"jszip": "^3.10.1",
"mini-css-extract-plugin": "^2.7.7",
"sortablejs": "^1.15.2",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}