template/package.json

44 lines
1.2 KiB
JSON

{
"name": "@fwdekker/template",
"version": "2.7.3",
"description": "The base template for pages on fwdekker.com.",
"author": "Florine W. Dekker",
"license": "MIT",
"homepage": "https://git.fwdekker.com/fwdekker.com/template",
"repository": {
"type": "git",
"url": "git@git.fwdekker.com:fwdekker.com/template.git"
},
"bugs": {
"url": "https://git.fwdekker.com/fwdekker.com/template/issues"
},
"browser": "template.js",
"files": [
"dist/template.js",
"dist/template.css"
],
"scripts": {
"clean": "grunt clean",
"deploy": "grunt deploy",
"deploy:server": "grunt deploy:server"
},
"dependencies": {
"milligram": "^1.4.1",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-webpack": "^5.0.0",
"ts-loader": "^9.4.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}