-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 808 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 808 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
{
"name": "phpamersfoort-website",
"license": "UNLICENSED",
"dependencies": {
"bootstrap": "^5.3.3"
},
"devDependencies": {
"css-loader": "^7.1.2",
"favicons": "^7.1.0",
"favicons-webpack-plugin": "^6.0.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.86.0",
"sass-loader": "^16.0.5",
"sharp": "^0.33.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.3",
"webpack-image-resize-loader": "^5.0.0"
},
"scripts": {
"watch": "webpack --watch --mode development",
"serve": "webpack serve --open --mode development",
"build": "webpack --mode production"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}