first commit

This commit is contained in:
adlevin
2025-07-27 15:47:34 +03:00
commit 1811c43e7a
17 changed files with 2793 additions and 0 deletions

35
package.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "fidem-medical-center",
"version": "1.0.0",
"description": "Сайт-визитка медицинского центра ФИДЕМ в Слониме",
"main": "index.html",
"scripts": {
"start": "npx http-server -p 8000 -c-1",
"dev": "npx http-server -p 8000 -c-1 -o",
"build": "echo 'Static site - no build process needed'",
"serve": "python3 -m http.server 8000",
"validate": "npx html-validate index.html",
"optimize": "echo 'Run image optimization and minification'"
},
"keywords": [
"medical",
"healthcare",
"website",
"fidem",
"slonim",
"belarus"
],
"author": "Developer",
"license": "ISC",
"devDependencies": {
"http-server": "^14.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/fidem-medical-center.git"
},
"bugs": {
"url": "https://github.com/your-username/fidem-medical-center/issues"
},
"homepage": "https://yourdomain.com"
}