Marcel Kapfer
b5f1a80b4a
All checks were successful
Deploy / deploy (push) Successful in 5s
Especially including Firefox ESR
16 lines
447 B
JSON
16 lines
447 B
JSON
{
|
|
"name": "mmk2410.org",
|
|
"description": "Website running at mmk2410.org",
|
|
"scripts": {
|
|
"build": "esbuild assets/src/main.css --target=chrome125,firefox115,safari16 --bundle --minify --loader:.woff2=dataurl --outdir=assets/build/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.mmk2410.org/mmk2410/mmk2410.org"
|
|
},
|
|
"author": "Marcel Kapfer",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"esbuild": "^0.20.1"
|
|
}
|
|
}
|