{ "name": "portfolio", "description": "An easily configurable timeline of projects.", "private": true, "scripts": { "start": "webpack serve --open --mode development", "lint": "eslint --fix \"src/**/*.ts\" && prettier --write \"src/**/*.(ts|scss|json|html)\"", "build": "webpack --mode production", "update": "ncu" }, "repository": { "type": "git", "url": "git+https://github.com/schmelczer/schmelczer.github.io.git" }, "keywords": [ "CV", "curriculum", "vitae", "portfolio", "resumé" ], "author": "Andras Schmelczer", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/schmelczer/schmelczer.github.io/issues" }, "browserslist": [ "defaults" ], "homepage": "https://github.com/schmelczer/schmelczer.github.io#readme", "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@typescript-eslint/eslint-plugin": "^6.7.3", "css-loader": "^6.8.1", "eslint": "^8.50.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-unused-imports": "^3.0.0", "html-webpack-plugin": "^5.5.3", "inline-source-webpack-plugin": "^3.0.1", "mini-css-extract-plugin": "^2.7.6", "npm-check-updates": "^16.14.4", "prettier": "^3.0.3", "resolve-url-loader": "^5.0.0", "responsive-loader": "^3.1.2", "sass": "^1.68.0", "sass-loader": "^13.3.2", "sharp": "^0.32.6", "sitemap-webpack-plugin": "^1.1.1", "string-replace-loader": "^3.1.0", "svg-inline-loader": "^0.8.2", "terser-webpack-plugin": "^5.3.9", "ts-loader": "^9.4.4", "typescript": "^5.2.2", "webpack": "^5.88.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1" } }