forked from silexlabs/silex-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 870 Bytes
/
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
{
"name": "@silexlabs/silex-platform",
"version": "1.0.170",
"description": "This repo holds the code for the free public Silex instance hosted by Silex Labs foundation",
"bin": "./bin/silex-platform",
"scripts": {
"release": "",
"start": "silex --server-config `pwd`/.silex.js --client-config `pwd`/client-config.js",
"dev": "npm start -- --debug"
},
"engines": {
"node": ">=18"
},
"author": "lexoyo",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@silexlabs/silex": "^3.0.0-alpha.181",
"@silexlabs/silex-cms": "^0.0.162",
"@silexlabs/silex-dashboard": "^1.0.79",
"dotenv": "^16.4.5"
},
"repository": {
"type": "git",
"url": "git@github.com:silexlabs/silex-platform.git"
},
"keywords": [
"silex",
"website",
"builder",
"free",
"foss",
"website builder",
"diy"
]
}