From 5d52846dbd2134d9082f3483e2c7c91ced484415 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Fri, 31 Oct 2025 15:54:00 +0000
Subject: [PATCH] update tinacms config

---
 exampleSite/package.json |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/exampleSite/package.json b/exampleSite/package.json
index 8365aaf..12b03f8 100644
--- a/exampleSite/package.json
+++ b/exampleSite/package.json
@@ -1,18 +1,32 @@
 {
-  "name": "examplesite",
-  "version": "1.0.0",
-  "description": "This guide covers the necessary bits. As the project evolves, it will only become more comprehensive",
+  "name": "sample",
+  "version": "0.0.1",
+  "description": "A starter for TinaCMS with Hugo",
   "main": "index.js",
   "scripts": {
+    "dev": "tinacms dev -c \"hugo server -D\" --port 8080 --datalayer-port 8000",
+    "build": "tinacms build && hugo",
+    "build-local": "tinacms build --local --skip-indexing --skip-cloud-checks && hugo",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/tinalabs/vanilla-hugo.git"
+  },
   "keywords": [],
   "author": "",
   "license": "ISC",
+  "bugs": {
+    "url": "https://github.com/tinalabs/vanilla-hugo/issues"
+  },
+  "homepage": "https://github.com/tinalabs/vanilla-hugo#readme",
   "dependencies": {
-    "@tinacms/cli": "^1.5.31",
-    "tinacms": "^1.5.22",
-    "@tinacms/auth": "^1.0.3",
-    "next-tinacms-cloudinary": "^4.3.0"
+    "@tinacms/auth": "^1.1.0",
+    "@tinacms/cli": "^1.11.0",
+    "@types/node": "^24.9.2",
+    "next-tinacms-cloudinary": "^13.0.10",
+    "react": "^19.2.0",
+    "react-dom": "^19.2.0",
+    "tinacms": "^2.9.0"
   }
 }
\ No newline at end of file

--
Gitblit v1.10.0