35 lines
1.0 KiB
JSON
35 lines
1.0 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": {
|
|
"css-loader": "^6.7.1",
|
|
"dart-sass": "^1.25.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"pug": "^2.0.4",
|
|
"pug-loader": "^2.4.0",
|
|
"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"
|
|
}
|
|
}
|