brainbaking/package.json

40 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2020-05-30 17:41:38 +02:00
{
"name": "brainbaking",
"version": "1.0.0",
"description": "",
"main": "jamstack-init.js",
2020-05-30 17:41:38 +02:00
"directories": {
"doc": "docs"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
2021-05-09 09:07:54 +02:00
"@babel/preset-env": "^7.10.1",
"lodash": ">=4.17.21"
2020-05-30 17:41:38 +02:00
},
"scripts": {
"prenote": "node hooks/prenote.js",
"precommit": "node hooks/precommit.js",
2022-11-12 10:17:24 +01:00
"precompile": "python3 extras/popularposts.py > data/popularposts.json",
"compile": "hugo --cleanDestinationDir --destination docs",
"predeploy": "/usr/local/bin/pagefind --source docs",
"deploy": "rsync --archive --delete docs/ /var/www/brainbaking/",
2022-11-12 10:15:19 +01:00
"postdeploy": "node hooks/postdeploy.js"
2020-05-30 17:41:38 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/wgroeneveld/brainbaking.git"
},
"author": "Wouter Groeneveld",
"license": "MIT",
2020-05-30 17:41:38 +02:00
"bugs": {
"url": "https://github.com/wgroeneveld/brainbaking/issues"
},
"homepage": "https://brainbaking.com",
"dependencies": {
"dayjs": "^1.11.1",
"jam-my-stack": "^1.0.28"
}
2020-05-30 17:41:38 +02:00
}