-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "wxmini-plugin-webpack",
"version": "1.0.13",
"description": "wx miniprogram plugin",
"main": "src/index.js",
"engines": {
"node": ">=14.18.0"
},
"files": [
"src",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/WangZhenHao/wxmini-plugin-webpack.git"
},
"bugs": {
"url": "https://github.com/WangZhenHao/wxmini-plugin-webpack/issues"
},
"homepage": "https://github.com/WangZhenHao/wxmini-plugin-webpack#readme",
"scripts": {
"dev": "webpack --config ./example/resolve-template/webpack.config.js --watch --mode=development",
"build": "webpack --config ./example/resolve-template/webpack.config.js --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Poet <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-loader": "^9.1.3",
"clean-css": "^5.3.3",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.4",
"less": "^4.2.0",
"less-loader": "^11.1.4",
"mini-css-extract-plugin": "^2.7.6",
"rimraf": "^5.0.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"uglify-js": "^3.17.4"
},
"dependencies": {
"enhanced-resolve": "^5.15.0",
"html-minifier": "^4.0.0"
}
}