{ "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/schmelczerandras/timeline.git" }, "keywords": [ "CV", "curriculum", "vitae", "portfolio", "resume", "resumé" ], "author": "András Schmelczer", "license": "UNLICENSED", "bugs": { "url": "https://github.com/schmelczerandras/timeline/issues" }, "browserslist": [ "defaults" ], "homepage": "https://github.com/schmelczerandras/timeline#readme", "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^3.3.0", "@typescript-eslint/eslint-plugin": "^5.10.0", "css-loader": "^6.5.1", "eslint": "^8.23.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-unused-imports": "^2.0.0", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.5.0", "inline-source-webpack-plugin": "^2.0.1", "mini-css-extract-plugin": "^2.5.2", "npm-check-updates": "^16.1.3", "prettier": "^2.5.1", "resolve-url-loader": "^5.0.0", "responsive-loader": "^2.3.0", "sass": "^1.49.0", "sass-loader": "^12.4.0", "sharp": "^0.31.0", "string-replace-loader": "^3.1.0", "svg-inline-loader": "^0.8.2", "ts-loader": "^9.3.1", "ts-node": "^10.8.1", "typescript": "^4.5.5", "webpack": "^5.67.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.3" } }