{ "name": "portfolio", "description": "An easily configurable timeline of projects.", "private": true, "scripts": { "start": "webpack serve --open --mode development", "lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.(ts|scss|json|html)\"", "build": "webpack --mode production" }, "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": { "@typescript-eslint/eslint-plugin": "^5.10.0", "css-loader": "^6.5.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", "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.29.3", "string-replace-loader": "^3.1.0", "svg-inline-loader": "^0.8.2", "ts-loader": "^9.2.6", "typescript": "^4.5.5", "webpack": "^5.67.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.3" } }