-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 939 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 939 Bytes
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": "drpy-webpack",
"version": "1.0.2",
"main": "webpack.config.js",
"scripts": {
"build": "webpack --config webpack.config.cjs",
"esbuild": "node esbuild.config.cjs"
},
"engines": {
"node": ">21 <23"
},
"repository": "https://github.com/hjdhnx/drpy-webpack.git",
"author": "晚风拂柳颜 <434857005@qq.com>",
"description": "道长修仙,法力无边。一统江湖,只需半年。\n君子袒蛋蛋,小人藏鸡鸡。",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.28.0",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"babel-loader": "^10.0.0",
"esbuild": "^0.25.8",
"script-loader": "^0.7.2",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.100.2",
"webpack-cli": "^6.0.1"
}
}