-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.95 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.95 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"author": {
"name": "Kong Inc.",
"url": "https://konghq.com/"
},
"config": {
"commitizen": {
"jiraAppend": "]",
"jiraLocation": "post-description",
"jiraOptional": true,
"jiraPrepend": "[",
"path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira",
"skipScope": false
}
},
"dependencies": {
"@kong-ui-public/split-pane": "^0.3.6",
"@kong/icons": "^1.43.0",
"@kong/kongponents": "^9.52.0",
"@kong/spec-renderer": "^1.107.0",
"@stoplight/spectral-core": "^1.21.0",
"@stoplight/spectral-ruleset-bundler": "^1.6.3",
"@vueuse/core": "^14.2.1",
"vue": "^3.5.28"
},
"description": "Live editor for Kong's open-source spec renderer",
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.13.6",
"@kong/design-tokens": "^1.18.2",
"@kong/eslint-config-kong-ui": "1.6.1",
"@shikijs/monaco": "^3.22.0",
"@stoplight/types": "^14.1.1",
"@stylistic/stylelint-plugin": "^5.0.1",
"@types/node": "^24.10.13",
"@vitejs/plugin-vue": "^6.0.5",
"@vitest/ui": "^4.0.18",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.7.0",
"happy-dom": "^20.4.0",
"monaco-editor": "^0.55.1",
"npm-run-all2": "^8.0.4",
"sass": "^1.97.3",
"sass-embedded": "^1.97.3",
"shiki": "^3.22.0",
"stylelint": "^17.4.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^17.0.0",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-order": "^7.0.1",
"typescript": "~5.9.3",
"vite": "^8.0.1",
"vite-plugin-vue-devtools": "^8.0.6",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.4"
},
"name": "@kong/spec-editor",
"private": true,
"scripts": {
"build": "run-p typecheck \"build-only {@}\" --",
"build-only": "vite build",
"commit": "cz",
"dev": "vite",
"lint": "eslint",
"lint:fix": "eslint --fix",
"preview": "vite preview",
"stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
"stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
"test": "vitest",
"test:ui": "vitest --ui",
"typecheck": "vue-tsc -p './tsconfig.json' --noEmit"
},
"type": "module",
"version": "0.0.0",
"volta": {
"node": "24.13.0",
"pnpm": "10.28.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"@evilmartians/lefthook",
"@parcel/watcher",
"esbuild",
"vue-demi"
],
"overrides": {
"vue@>=2.0.0-alpha.1 <3.0.0-alpha.0": ">=3.5.28",
"dompurify@<3.2.4": ">=3.3.2",
"tmp@<=0.2.3": ">=0.2.5",
"form-data@>=4.0.0 <4.0.4": ">=4.0.5"
}
}
}