-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 845 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": "web-heroes",
"version": "1.0.0",
"private": "true",
"scripts": {
"build": "webpack build --mode=production"
},
"keywords": [],
"author": "Giordano Vincenzo",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.1",
"html-loader": "^5.0.0",
"html-minify": "^0.3.2",
"html-webpack-plugin": "^5.6.0",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "^2.9.0",
"postcss-loader": "^8.1.1",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "5.2",
"lodash": "^4.17.21",
"mongodb": "^6.6.1"
},
"main": "webpack.config.js",
"description": ""
}