-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 864 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 864 Bytes
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": "editor.silex.me",
"version": "1.0.144",
"description": "This repo holds the code for the free public Silex instance hosted by Silex Labs foundation",
"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.167",
"@silexlabs/silex-cms": "^0.0.144",
"@silexlabs/silex-dashboard": "^1.0.58",
"grapesjs-navbar": "^1.0.2",
"livereload": "^0.9.3"
},
"repository": {
"type": "git",
"url": "git@github.com:silexlabs/editor.silex.me.git"
},
"keywords": [
"silex",
"website",
"builder",
"free",
"foss",
"website builder",
"diy"
]
}