@silexlabs/silex-dashboard 1.2.1-4 → 1.2.1-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +20 -0
  2. package/package.json +8 -5
package/README.md CHANGED
@@ -8,6 +8,26 @@ Technically, the dashboard is an [11ty](https://11ty.dev) website with a design
8
8
 
9
9
  For discussions and bug report please go to [Silex main project](https://github.com/silexlabs/Silex)
10
10
 
11
+ ## Development
12
+
13
+ To contribute to this project:
14
+
15
+ 1. **Clone the Repository**:
16
+ ```bash
17
+ git clone https://github.com/silexlabs/silex-dashboard.git
18
+ cd silex-dashboard
19
+ ```
20
+
21
+ 2. **Install Dependencies**:
22
+ ```bash
23
+ npm install
24
+ ```
25
+
26
+ 3. **Build the Project**:
27
+ ```bash
28
+ npm run build
29
+ ```
30
+
11
31
  ## Contribute
12
32
 
13
33
  Start Tina CMS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexlabs/silex-dashboard",
3
- "version": "1.2.1-4",
3
+ "version": "1.2.1-6",
4
4
  "description": "Dashboard for Silex v3",
5
5
  "main": "silex/server-config.js",
6
6
  "scripts": {
@@ -21,7 +21,10 @@
21
21
  "silex-plugin",
22
22
  "plugin"
23
23
  ],
24
- "author": "lexoyo",
24
+ "author": {
25
+ "name": "Alex Hoyau",
26
+ "url": "https://lexoyo.me/"
27
+ },
25
28
  "license": "GPL-3.0-or-later",
26
29
  "bugs": {
27
30
  "url": "https://github.com/silexlabs/silex-dashboard/issues"
@@ -30,15 +33,15 @@
30
33
  "devDependencies": {
31
34
  "@11ty/eleventy": "^3.0.0",
32
35
  "@tinacms/cli": "^1.9.5",
33
- "@silexlabs/silex": "3.3.1-4",
34
- "@silexlabs/silex-cms": "0.3.1-4",
36
+ "@silexlabs/silex": "3.3.1-7",
37
+ "@silexlabs/silex-cms": "0.3.1-5",
35
38
  "@types/node": "^22.14.1",
36
39
  "concurrently": "^9.1.2",
37
40
  "start-server-and-test": "^2.0.11"
38
41
  },
39
42
  "dependencies": {
40
43
  "locale": "^0.1.0",
41
- "node_modules-path": "^2.1.0",
44
+ "node_modules-path": "^2.1.1-0",
42
45
  "serve-static": "^2.2.0",
43
46
  "vue": "^3.5.13"
44
47
  }