-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 965 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
35
{
"name": "webpack__s",
"version": "1.0.0",
"private": true,
"discription": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --open",
"build": "webpack --config webpack.prod.js"
},
"repository": "git@github.com:cwluvani/webpack__s.git",
"author": "Chris Wong <wh18710455626@126.com>",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.0",
"bootstrap": "^5.1.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.4.5",
"node-sass": "^7.0.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"clean-webpack-plugin": "^4.0.0"
}
}