-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 781 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": "quartin.al",
"version": "1.0.0",
"private": true,
"description": "My personal website",
"scripts": {
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"type": "module",
"devDependencies": {
"css-loader": "^7.1.2",
"html-inline-css-webpack-plugin": "^1.11.2",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.6",
"image-minimizer-webpack-plugin": "^4.1.4",
"imagemin": "^9.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^8.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^11.0.1",
"mini-css-extract-plugin": "^2.10.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.16",
"webpack": "^5.104.1",
"webpack-cli": "^6.0.1"
}
}