Fix Docker and bio

Rename prepare step

Attempt docker fix

Docker fix

Fix bio and add pug prettier config

Fix spacing

Fix grammer
This commit is contained in:
E
2024-04-29 17:21:03 +01:00
parent b3aae82a2a
commit dec522c914
5 changed files with 119 additions and 69 deletions

36
package-lock.json generated
View File

@@ -29,6 +29,7 @@
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@prettier/plugin-pug": "^3.0.0",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.1.0",
@@ -347,6 +348,32 @@
"node": ">= 8"
}
},
"node_modules/@prettier/plugin-pug": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@prettier/plugin-pug/-/plugin-pug-3.0.0.tgz",
"integrity": "sha512-ERMMvGSJK/7CTc8OT7W/dtlV43sytyNeiCWckN0DIFepqwXotU0+coKMv5Wx6IWSNj7ZSjdNGBAA1nMPi388xw==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/Shinigami92"
},
{
"type": "paypal",
"url": "https://www.paypal.com/donate/?hosted_button_id=L7GY729FBKTZY"
}
],
"dependencies": {
"pug-lexer": "^5.0.1"
},
"engines": {
"node": "^16.13.0 || >=18.0.0",
"npm": ">=7.10.0"
},
"peerDependencies": {
"prettier": "^3.0.0"
}
},
"node_modules/@sendgrid/client": {
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-8.1.3.tgz",
@@ -5309,6 +5336,15 @@
"fastq": "^1.6.0"
}
},
"@prettier/plugin-pug": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@prettier/plugin-pug/-/plugin-pug-3.0.0.tgz",
"integrity": "sha512-ERMMvGSJK/7CTc8OT7W/dtlV43sytyNeiCWckN0DIFepqwXotU0+coKMv5Wx6IWSNj7ZSjdNGBAA1nMPi388xw==",
"dev": true,
"requires": {
"pug-lexer": "^5.0.1"
}
},
"@sendgrid/client": {
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/@sendgrid/client/-/client-8.1.3.tgz",