-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 966 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 966 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
31
32
33
{
"name": "webpack-bundle",
"version": "1.0.0",
"description": "Bundle NPM packages using webpack",
"keywords": [
"npm",
"package",
"bundle",
"webpack",
"module"
],
"repository": "thachnn/webpack-bundle",
"license": "MIT",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "node scripts/build-webpack.js",
"clean": "node node_modules/rimraf/bin.js dist/ node_modules/.cache",
"terser": "node node_modules/webpack/bin/terser.js",
"webpack": "node node_modules/webpack-cli/bin/cli.js --progress"
},
"devDependencies": {
"@babel/core": "thachnn/webpack-bundle#_babel/core-7.17.10",
"@babel/preset-env": "thachnn/webpack-bundle#_babel/preset-env-7.17.10",
"babel-loader": "thachnn/webpack-bundle#babel-loader-8.2.5",
"rimraf": "^2.2.8",
"webpack": "thachnn/webpack-bundle#v5.74.0",
"webpack-cli": "thachnn/webpack-bundle#cli-4.10.0"
},
"resolutions": {},
"overrides": {}
}