-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.3 KB
/
package.json
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
{
"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": {
"@guolao/vue-monaco-editor": "^1.5.4",
"@kong/icons": "^1.20.0",
"@kong/kongponents": "^9.14.19",
"@kong/spec-renderer-dev": "^1.82.2",
"@vueuse/core": "^11.2.0",
"splitpanes": "^3.1.5",
"vue": "^3.5.12"
},
"description": "Live editor for Kong's open-source spec renderer",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.8.2",
"@kong/design-tokens": "^1.17.2",
"@kong/eslint-config-kong-ui": "1.1.2",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/node": "^22.9.0",
"@types/splitpanes": "^2.2.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.5.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"npm-run-all2": "^7.0.1",
"sass": "^1.81.0",
"sass-embedded": "^1.80.6",
"stylelint": "^16.10.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-order": "^6.0.4",
"typescript": "~5.6.3",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.5.4",
"vue-tsc": "^2.1.10"
},
"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",
"typecheck": "vue-tsc -p './tsconfig.json' --noEmit"
},
"type": "module",
"version": "0.0.0",
"volta": {
"node": "20.18.0",
"pnpm": "9.12.3"
}
}