@silexlabs/silex-dashboard
Version:
Dashboard for Silex v3
46 lines (45 loc) • 1.51 kB
JSON
{
"name": "@silexlabs/silex-dashboard",
"version": "1.2.0",
"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": "git+ssh://git@github.com/silexlabs/silex-dashboard.git"
},
"keywords": [
"silex",
"silex-plugin",
"plugin"
],
"author": "lexoyo",
"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.3.0",
"@silexlabs/silex-cms": "0.3.0",
"@types/node": "^22.14.1",
"concurrently": "^9.1.2",
"start-server-and-test": "^2.0.11"
},
"dependencies": {
"locale": "^0.1.0",
"node_modules-path": "^2.1.0",
"serve-static": "^2.2.0",
"vue": "^3.5.13"
}
}