-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.9 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "bvarga.dev",
"version": "0.2.0",
"description": "Personal website and portfolio",
"main": "src/index.html",
"scripts": {
"build": "webpack --mode production --config webpack.config.js",
"start": "npx webpack serve --mode production --optimization-minimize --config webpack.config.js --stats verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warnyul/bvarga.dev.git"
},
"author": "Balázs Varga",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/warnyul/bvarga.dev/issues"
},
"homepage": "https://bvarga.dev",
"devDependencies": {
"copy-webpack-plugin": "^12.0.0",
"csp-html-webpack-plugin": "^5.1.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"cssnano-preset-advanced": "^7.0.0",
"favicons-webpack-plugin": "^6.0.1",
"firebase-tools": "^13.0.0",
"glob": "^11.0.0",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-loader": "^5.1.0",
"html-minimizer-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.6.3",
"image-minimizer-webpack-plugin": "^4.1.1",
"imagemin": "^9.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"imagemin-webp": "^8.0.0",
"loader-utils": "^3.3.1",
"mangle-css-class-webpack-plugin": "^5.1.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.1",
"purgecss-webpack-plugin": "^7.0.2",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"sitemap-webpack-plugin": "^1.1.1",
"template-ejs-loader": "^0.9.4",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.96.1",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^5.0.0"
},
"dependencies": {
"firebase": "^11.0.0"
}
}