1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| {
| "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/auth": "^1.1.0",
| "@tinacms/cli": "^1.11.0",
| "@types/node": "^24.9.2",
| "next-tinacms-cloudinary": "^15.0.0",
| "react": "^19.2.0",
| "react-dom": "^19.2.0",
| "tinacms": "^2.9.0"
| }
| }
|
|