{
  "name": "@silexlabs/silex-dashboard",
  "version": "1.5.6",
  "description": "Dashboard for Silex v3",
  "main": "silex/server-config.js",
  "scripts": {
    "start": "concurrently --kill-others \"$npm_execpath run silex:dev\" \"$npm_execpath run 11ty:dev\"",
    "build": "start-server-and-test tina:dev http://localhost:4001 11ty:build",
    "silex:dev": "silex --cors-url * --fs-root `pwd`/silex/websites --fs-hosting-root `pwd`/templates --server-config `pwd`/silex/server-config.js --client-config `pwd`/silex/client-config.js --debug",
    "11ty:dev": "npm run 11ty:build -- --serve",
    "11ty:build": "eleventy --config=./11ty/eleventy.config.mjs",
    "tina:dev": "tinacms dev",
    "tina:build": "tinacms build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/silexlabs/silex-dashboard.git"
  },
  "keywords": [
    "silex",
    "silex-plugin",
    "plugin"
  ],
  "author": {
    "name": "Alex Hoyau",
    "url": "https://lexoyo.me/"
  },
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/silexlabs/silex-dashboard/issues"
  },
  "homepage": "https://github.com/silexlabs/silex-dashboard#readme",
  "devDependencies": {
    "@11ty/eleventy": "^3.0.0",
    "@tinacms/cli": "^1.9.5",
    "@silexlabs/silex": "3.6.6",
    "@types/node": "^22.14.1",
    "concurrently": "^9.2.1",
    "start-server-and-test": "^2.0.11"
  },
  "dependencies": {
    "locale": "^0.1.0",
    "node_modules-path": "^2.3.0",
    "serve-static": "^2.2.1",
    "vue": "^3.5.31"
  }
}
