Personal_Website/package.json
2022-05-26 16:00:20 +02:00

39 lines
1.2 KiB
JSON

{
"private": true,
"name": "personal-site",
"version": "1.0.0",
"description": "This the repository for Daniel's personal website.",
"scripts": {
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"build:watch": "webpack --mode=development --watch",
"start:dev": "webpack-dev-server --mode=development"
},
"repository": {
"type": "git",
"url": "ssh://git@git.chaoticlogic.us:2302/daniel/personal-website.git"
},
"keywords": [
"portfolio",
"website"
],
"author": "Daniel \"Daniel_I_Am\" de Cloet",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"css-loader": "^6.7.1",
"dart-sass": "^1.25.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"luxon": "^2.4.0",
"mini-css-extract-plugin": "^2.6.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
}
}