@kong/markdown 1.9.1 → 1.9.2-pr.313.c93fec6.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 +27 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/markdown",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2-pr.313.c93fec6.0",
|
|
4
4
|
"description": "Kong's open-source markdown renderer and live editor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -33,25 +33,6 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"scripts": {
|
|
37
|
-
"dev": "cross-env USE_SANDBOX=true vite",
|
|
38
|
-
"build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
|
|
39
|
-
"build:package": "vite build -m production",
|
|
40
|
-
"build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
|
|
41
|
-
"build:aliases": "tsc-alias -p './tsconfig.build.json'",
|
|
42
|
-
"build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
|
|
43
|
-
"build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
|
|
44
|
-
"preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
|
|
45
|
-
"typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
|
|
46
|
-
"stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
|
|
47
|
-
"stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
|
|
48
|
-
"lint": "eslint",
|
|
49
|
-
"lint:fix": "eslint --fix",
|
|
50
|
-
"test": "cross-env FORCE_COLOR=1 vitest run",
|
|
51
|
-
"test:open": "cross-env FORCE_COLOR=1 vitest --ui",
|
|
52
|
-
"semantic-release": "semantic-release",
|
|
53
|
-
"commit": "cz"
|
|
54
|
-
},
|
|
55
36
|
"peerDependencies": {
|
|
56
37
|
"vue": ">= 3.3.13 < 4"
|
|
57
38
|
},
|
|
@@ -80,10 +61,10 @@
|
|
|
80
61
|
},
|
|
81
62
|
"devDependencies": {
|
|
82
63
|
"@babel/types": "^7.26.10",
|
|
83
|
-
"@commitlint/cli": "^
|
|
84
|
-
"@commitlint/config-conventional": "^
|
|
64
|
+
"@commitlint/cli": "^20.4.0",
|
|
65
|
+
"@commitlint/config-conventional": "^20.4.0",
|
|
85
66
|
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
|
|
86
|
-
"@evilmartians/lefthook": "^
|
|
67
|
+
"@evilmartians/lefthook": "^2.0.16",
|
|
87
68
|
"@kong/design-tokens": "^1.18.2",
|
|
88
69
|
"@kong/eslint-config-kong-ui": "^1.6.0",
|
|
89
70
|
"@mdit-vue/types": "^2.1.4",
|
|
@@ -102,7 +83,7 @@
|
|
|
102
83
|
"@vitest/ui": "^3.0.9",
|
|
103
84
|
"@vue/test-utils": "^2.4.6",
|
|
104
85
|
"@vue/tsconfig": "^0.7.0",
|
|
105
|
-
"autoprefixer": "^10.4.
|
|
86
|
+
"autoprefixer": "^10.4.24",
|
|
106
87
|
"c8": "^10.1.3",
|
|
107
88
|
"commitizen": "^4.3.1",
|
|
108
89
|
"cross-env": "^10.1.0",
|
|
@@ -114,7 +95,7 @@
|
|
|
114
95
|
"rimraf": "^6.1.2",
|
|
115
96
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
116
97
|
"sass": "^1.83.4",
|
|
117
|
-
"semantic-release": "^25.0.
|
|
98
|
+
"semantic-release": "^25.0.3",
|
|
118
99
|
"shiki": "^1.29.2",
|
|
119
100
|
"stylelint": "^16.26.1",
|
|
120
101
|
"stylelint-config-html": "^1.1.0",
|
|
@@ -127,20 +108,9 @@
|
|
|
127
108
|
"vite": "^6.4.1",
|
|
128
109
|
"vite-plugin-vue-devtools": "^7.6.8",
|
|
129
110
|
"vitest": "3.0.9",
|
|
130
|
-
"vue": "^3.5.
|
|
111
|
+
"vue": "^3.5.27",
|
|
131
112
|
"vue-tsc": "^2.1.10"
|
|
132
113
|
},
|
|
133
|
-
"pnpm": {
|
|
134
|
-
"onlyBuiltDependencies": [
|
|
135
|
-
"@evilmartians/lefthook",
|
|
136
|
-
"esbuild"
|
|
137
|
-
],
|
|
138
|
-
"overrides": {
|
|
139
|
-
"braces@<3.0.3": ">=3.0.3",
|
|
140
|
-
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.6",
|
|
141
|
-
"glob@>=10.2.0 <10.5.0": ">=10.5.0"
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
114
|
"repository": {
|
|
145
115
|
"type": "git",
|
|
146
116
|
"url": "git+https://github.com/Kong/markdown.git"
|
|
@@ -206,5 +176,24 @@
|
|
|
206
176
|
"jiraPrepend": "[",
|
|
207
177
|
"jiraAppend": "]"
|
|
208
178
|
}
|
|
179
|
+
},
|
|
180
|
+
"scripts": {
|
|
181
|
+
"dev": "cross-env USE_SANDBOX=true vite",
|
|
182
|
+
"build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
|
|
183
|
+
"build:package": "vite build -m production",
|
|
184
|
+
"build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
|
|
185
|
+
"build:aliases": "tsc-alias -p './tsconfig.build.json'",
|
|
186
|
+
"build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
|
|
187
|
+
"build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
|
|
188
|
+
"preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
|
|
189
|
+
"typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
|
|
190
|
+
"stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
|
|
191
|
+
"stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
|
|
192
|
+
"lint": "eslint",
|
|
193
|
+
"lint:fix": "eslint --fix",
|
|
194
|
+
"test": "cross-env FORCE_COLOR=1 vitest run",
|
|
195
|
+
"test:open": "cross-env FORCE_COLOR=1 vitest --ui",
|
|
196
|
+
"semantic-release": "semantic-release",
|
|
197
|
+
"commit": "cz"
|
|
209
198
|
}
|
|
210
|
-
}
|
|
199
|
+
}
|