recettes/package.json
2025-10-12 19:38:38 +02:00

27 lines
684 B
JSON

{
"name": "blog",
"version": "1.0.0",
"description": "Mon blog perso",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"hugo:dev": "hugo server -D --bind 127.0.0.1 --port 1313",
"tina:dev": "concurrently \"npm run hugo:dev\" \"npx @tinacms/cli dev\"",
"tina:build": "npx @tinacms/cli build"
},
"repository": {
"type": "git",
"url": "https://git.achilletoupin.com/gribse/blog.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tinacms/cli": "^2.8.1",
"@types/node": "^24.1.0",
"concurrently": "^8.2.2"
},
"dependencies": {
"tinacms": "^2.8.1"
}
}