You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
912 B
36 lines
912 B
{
|
|
"name": "redzuurdesem",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "babel.config.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.8.4",
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/preset-env": "^7.9.6"
|
|
},
|
|
"scripts": {
|
|
"precommit": "node hooks/precommit.js",
|
|
|
|
"compile": "hugo --cleanDestinationDir --destination docs",
|
|
"predeploy": "/usr/local/bin/pagefind --source docs",
|
|
"deploy": "rsync --archive --delete docs/ /var/www/redzuurdesem/",
|
|
"postdeploy": "node hooks/postdeploy.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wgroeneveld/redzuurdesem.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/wgroeneveld/redzuurdesem/issues"
|
|
},
|
|
"homepage": "https://github.com/wgroeneveld/redzuurdesem#readme",
|
|
"dependencies": {
|
|
"jam-my-stack": "^1.0.22"
|
|
}
|
|
}
|