template/package.json

32 lines
927 B
JSON

{
"name": "@fwdekker/template",
"version": "0.0.6",
"description": "The base template for pages on fwdekker.com.",
"author": "Felix W. Dekker (https://fwdekker.com)",
"license": "MIT",
"homepage": "https://git.fwdekker.com/FWDekker/fwdekker-template",
"repository": {
"type": "git",
"url": "git@git.fwdekker.com:FWDekker/fwdekker-template.git"
},
"bugs": {
"url": "https://git.fwdekker.com/FWDekker/fwdekker-template/issues"
},
"module": "dist/index.js",
"scripts": {
"dev": "webpack --mode=development",
"deploy": "webpack --mode=production"
},
"dependencies": {
"hyperscript": "^2.0.2",
"milligram": "^1.3.0",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"css-loader": "^3.5.3",
"style-loader": "^1.2.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}