david.soulayrol.name/package.json
2023-10-01 12:20:50 +02:00

59 lines
1.7 KiB
JSON

{
"name": "david.soulayrol.name",
"version": "2022.06",
"private": true,
"description": "The sources for <http://david.soulayrol.name>",
"main": "",
"scripts": {
"build": "npm run clean && npm run build:metalsmith",
"build:prod": "NODE_ENV=production npm run build",
"build:metalsmith": "node scripts/run.js build",
"clean": "rimraf dist",
"dev": "npm run build && nodemon scripts/run.js serve",
"server": "npm run build && http-server dist",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint scripts",
"lint:css": "stylelint assets/**/*.css",
"test": "npm run lint && npm run build"
},
"author": "David Soulayrol <david@soulayrol.name>",
"devDependencies": {
"@metalsmith/collections": "1.3.0",
"@metalsmith/layouts": "2.4.0",
"@metalsmith/markdown": "1.9.1",
"@metalsmith/permalinks": "^2.4.0",
"browser-sync": "^2.27.5",
"bs-fullscreen-message": "^1.1.0",
"cli-table2": "^0.2.0",
"debug": "^4.3.4",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "4.1.0",
"filesize": "^8.0.0",
"http-server": "^13.0.1",
"jstransformer-nunjucks": "^1.0.0",
"metalsmith": "^2.4.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-groff": ">=0.4.1",
"metalsmith-sitemap": "^1.2.2",
"nodemon": "^2.0.12",
"rimraf": "^3.0.2",
"slug": "^8.0.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0"
},
"nodemonConfig": {
"delay": 2500,
"ignore": [
"test/*",
"docs/*"
],
"watch": [
"scripts"
]
}
}