{ "name": "fi3w0-portfolio", "version": "1.0.0", "description": "Personal systems and development portfolio for Alex (Fi3w0).", "private": true, "keywords": [ "portfolio", "devops", "systems", "homelab" ], "license": "MIT", "author": "Alex (Fi3w0)", "scripts": { "start": "webpack serve --open --config webpack.config.dev.js", "build": "webpack --config webpack.config.prod.js" }, "devDependencies": { "copy-webpack-plugin": "^14.0.0", "html-webpack-plugin": "^5.6.0", "three": "0.128.0", "webpack": "^5.91.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^6.0.0", "webpack-merge": "^5.10.0" } }