blog/package.json
Thibault “Adædra” Hamel f85d4d562e Explode gulpfile
* Import TypeScript
* Explode gulpfile into smaller files
* Actual CSS and Font (incomplete) file cache buster
2024-06-21 21:17:32 +02:00

42 lines
1.2 KiB
JSON

{
"name": "@adaedra/blog",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@mapbox/rehype-prism": "^0.9.0",
"asciidoctor": "^3.0.4",
"cssnano": "^7.0.2",
"glob": "^10.4.2",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-postcss": "^10.0.0",
"luxon": "^3.4.4",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5",
"pug": "^3.0.3",
"rehype": "^13.0.1",
"rehype-external-links": "^3.0.0",
"rehype-preset-minify": "^7.0.0",
"tmp": "^0.2.3",
"ts-node": "^10.9.2",
"unified": "^11.0.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/glob": "^8.1.0",
"@types/gulp": "^4.0.17",
"@types/gulp-postcss": "^8.0.6",
"@types/luxon": "^3.4.2",
"@types/pug": "^2.0.10",
"@types/tmp": "^0.2.6",
"prettier": "^3.3.1"
},
"scripts": {
"build": "env NODE_OPTIONS='--import ./lib/ts-loader.js' gulp",
"watch": "gulp watch",
"dev": "python -m http.server -d dist"
}
}