Refactor JSON files for improved formatting and add pre-commit hook to Makefile

This commit is contained in:
Fundor333
2025-04-01 19:31:14 +02:00
committed by fundor333
parent 0f366ff178
commit e3f987ad8d
285 changed files with 14959 additions and 6828 deletions

View File

@@ -1,21 +1,22 @@
{
"name": "fundor333.com",
"version": "0.0.0",
"private": true,
"description": "The source code for fundor333.com",
"keywords": [],
"author": {
"name": "Fundor333.com",
"url": "https://fundor333.com/"
},
"engines": {
"node": "16.x",
"npm": "8.x"
},
"dependencies": {
"autoprefixer": "^10.4.21",
"cjs-loader": "^0.1.0",
"postcss": "^8.5.1",
"postcss-cli": "^11.0.1"
}
}
},
"description": "The source code for fundor333.com",
"engines": {
"node": "16.x",
"npm": "8.x"
},
"keywords": [
],
"name": "fundor333.com",
"private": true,
"version": "0.0.0"
}