-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.47 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@silexlabs/silex-dashboard",
"version": "1.0.85",
"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://[email protected]/silexlabs/silex-dashboard.git"
},
"keywords": [
"silex",
"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.7.0",
"@types/node": "^22.10.2",
"concurrently": "^9.1.0",
"start-server-and-test": "^2.0.9"
},
"dependencies": {
"@silexlabs/silex": "^3.0.0-alpha.185",
"@silexlabs/silex-cms": "^0.0.163",
"locale": "^0.1.0",
"node_modules-path": "^2.0.8",
"serve-static": "^1.16.2",
"vue": "^3.5.13"
}
}