@kustomizer/visual-editor 0.0.1 → 0.2.0

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.
package/package.json CHANGED
@@ -1,28 +1,37 @@
1
1
  {
2
2
  "name": "@kustomizer/visual-editor",
3
- "version": "0.0.1",
4
- "description": "Angular visual editor with drag & drop, component registry, and Shopify integration",
5
- "license": "MIT",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/kustomizer/kustomizer.git",
9
- "directory": "projects/visual-editor"
10
- },
3
+ "version": "0.2.0",
4
+ "description": "Angular visual page builder for Shopify storefronts — drag & drop editor with component registry, NgRx state, SSR support, and iframe preview",
5
+ "license": "SEE LICENSE IN LICENSE",
11
6
  "keywords": [
12
7
  "angular",
13
- "visual-editor",
14
- "drag-drop",
15
8
  "shopify",
16
- "page-builder"
9
+ "visual-editor",
10
+ "page-builder",
11
+ "drag-and-drop",
12
+ "ngrx",
13
+ "ssr",
14
+ "storefront"
17
15
  ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/nicobrinkkemper/kustomizer.git",
19
+ "directory": "projects/visual-editor"
20
+ },
21
+ "homepage": "https://github.com/nicobrinkkemper/kustomizer#readme",
22
+ "bugs": {
23
+ "url": "https://github.com/nicobrinkkemper/kustomizer/issues"
24
+ },
18
25
  "publishConfig": {
19
26
  "access": "public"
20
27
  },
21
28
  "peerDependencies": {
22
29
  "@angular/common": "^21.0.0",
23
30
  "@angular/core": "^21.0.0",
24
- "@ngrx/store": "^19.0.0",
25
- "@ngrx/effects": "^19.0.0"
31
+ "@angular/router": "^21.0.0",
32
+ "@angular/platform-browser": "^21.0.0",
33
+ "@ngrx/store": "^21.0.0",
34
+ "@ngrx/effects": "^21.0.0"
26
35
  },
27
36
  "dependencies": {
28
37
  "tslib": "^2.3.0"