@blueprint-chart/editor 0.1.12 → 0.1.13
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blueprint-chart/editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "Blueprint Chart editor — static site bundle. Self-host or use the live version at https://blueprintchart.com.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blueprint-chart",
|
|
@@ -28,20 +28,7 @@
|
|
|
28
28
|
"access": "public",
|
|
29
29
|
"provenance": true
|
|
30
30
|
},
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build:grammar": "node src/dsl-lang/build.mjs",
|
|
33
|
-
"predev": "node src/dsl-lang/build.mjs",
|
|
34
|
-
"dev": "vite",
|
|
35
|
-
"build": "node src/dsl-lang/build.mjs && vite build",
|
|
36
|
-
"typecheck": "vue-tsc --noEmit",
|
|
37
|
-
"preview": "vite preview",
|
|
38
|
-
"pretest": "node src/dsl-lang/build.mjs",
|
|
39
|
-
"test": "vitest run",
|
|
40
|
-
"test:watch": "vitest"
|
|
41
|
-
},
|
|
42
31
|
"dependencies": {
|
|
43
|
-
"@blueprint-chart/lib": "workspace:*",
|
|
44
|
-
"@blueprint-chart/ui": "workspace:*",
|
|
45
32
|
"@codemirror/commands": "^6",
|
|
46
33
|
"@codemirror/language": "^6",
|
|
47
34
|
"@codemirror/state": "^6",
|
|
@@ -57,7 +44,9 @@
|
|
|
57
44
|
"pinia": "^3.0.4",
|
|
58
45
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
59
46
|
"vue": "^3.5",
|
|
60
|
-
"vue-router": "^4.6.4"
|
|
47
|
+
"vue-router": "^4.6.4",
|
|
48
|
+
"@blueprint-chart/lib": "0.1.13",
|
|
49
|
+
"@blueprint-chart/ui": "0.1.13"
|
|
61
50
|
},
|
|
62
51
|
"devDependencies": {
|
|
63
52
|
"@iconify-json/ph": "^1",
|
|
@@ -74,5 +63,16 @@
|
|
|
74
63
|
"vite": "^6",
|
|
75
64
|
"vitest": "^3",
|
|
76
65
|
"vue-tsc": "^2"
|
|
66
|
+
},
|
|
67
|
+
"scripts": {
|
|
68
|
+
"build:grammar": "node src/dsl-lang/build.mjs",
|
|
69
|
+
"predev": "node src/dsl-lang/build.mjs",
|
|
70
|
+
"dev": "vite",
|
|
71
|
+
"build": "node src/dsl-lang/build.mjs && vite build",
|
|
72
|
+
"typecheck": "vue-tsc --noEmit",
|
|
73
|
+
"preview": "vite preview",
|
|
74
|
+
"pretest": "node src/dsl-lang/build.mjs",
|
|
75
|
+
"test": "vitest run",
|
|
76
|
+
"test:watch": "vitest"
|
|
77
77
|
}
|
|
78
|
-
}
|
|
78
|
+
}
|