Added logo and using Bootstrap Sass to customize theme colors.

This commit is contained in:
Bob Vandevliet 2024-06-21 12:47:47 +02:00
parent e2595ebfd8
commit f640f6aa59
9 changed files with 1661 additions and 121 deletions

View file

@ -1,17 +1,27 @@
{
"name": "vandevliet.website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "Vandevliet Aerial Shots Website",
"author": "Bob Vandevliet",
"license": "MIT",
"packageManager": "pnpm@9.2.0+sha1.886364ebd6dae009284bebc56ed4296bb6dd557a",
"scripts": {
"build": "npm-run-all css-compile css-prefix",
"css-compile": "sass --style compressed --source-map --embed-sources --no-error-css --load-path=node_modules scss/:public/assets/css/",
"css-prefix": "postcss --replace public/assets/css/styles.css --use autoprefixer --map",
"server": "docker compose up -d",
"start": "npm-run-all build server"
},
"dependencies": {
"bootstrap": "^5"
},
"devDependencies": {
"@eslint/js": "^8",
"eslint": "^8"
"autoprefixer": "^10",
"eslint": "^8",
"npm-run-all": "^4",
"postcss": "^8",
"postcss-cli": "^11",
"sass": "^1"
}
}
}