-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 937 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
{
"name": "dxsf-proxy",
"version": "2.3.4",
"description": "Proxy for DXSF",
"author": "DevriX",
"private": false,
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"glob": "^7.2.0",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^2.5.3",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-remove-empty-scripts": "^0.7.3"
},
"scripts": {
"watch": "webpack --mode production --watch --env bundlejs=false",
"prod": "webpack --mode production --env bundlejs=false",
"prod-bundle": "webpack --mode production --env bundlejs=true",
"dev": "webpack --mode development --watch --env bundlejs=false",
"build": "sh zip.sh dxsf-wordpress-proxy.zip"
},
"babel": {
"presets": [
"@babel/preset-env"
]
}
}