-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
197 lines (197 loc) · 5.96 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"name": "@kong/kongponents",
"version": "9.14.17",
"description": "Kong Component library",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Kong/kongponents.git"
},
"homepage": "https://kongponents.konghq.com/",
"main": "./dist/kongponents.umd.js",
"module": "./dist/kongponents.es.js",
"files": [
"dist",
"bin"
],
"types": "dist/types/index.d.ts",
"typings": "dist/types",
"exports": {
".": {
"import": "./dist/kongponents.es.js",
"require": "./dist/kongponents.umd.js",
"types": "./dist/types/index.d.ts"
},
"./package.json": "./package.json",
"./dist/*": "./dist/*"
},
"scripts": {
"build:cli": "rimraf ./bin && tsc --project ./cli/tsconfig.json && chmod u+x ./bin/index.js",
"build:docs": "vitepress build docs",
"build:kongponents": "pnpm typecheck && vite build && vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly && tsc-alias -p './tsconfig.build.json'",
"build:visualize": "cross-env-shell BUILD_VISUALIZER=true vite build -m production",
"build": "pnpm build:cli && pnpm stylelint && pnpm lint && pnpm build:kongponents && pnpm build:docs",
"build:ci": "pnpm build:kongponents && pnpm build:docs",
"commit": "cz",
"create-kongponent": "node ./bin/index.js",
"sandbox:dev": "cross-env USE_SANDBOX=true vite",
"sandbox:build": "cross-env USE_SANDBOX=true vite build && shx cp sandbox/dist/index.html sandbox/dist/404.html",
"sandbox:build:netlify": "cross-env USE_SANDBOX=true USE_NETLIFY=true vite build && shx cp sandbox/dist/index.html sandbox/dist/404.html",
"sandbox:preview": "cross-env USE_SANDBOX=true vite preview",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:serve": "vitepress serve docs",
"docs:preview": "vitepress preview docs --port 8080",
"typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
"lint": "eslint",
"lint:fix": "eslint --fix",
"stylelint": "stylelint './src/**/*.{css,scss,sass,vue}'",
"stylelint:fix": "stylelint './src/**/*.{css,scss,sass,vue}' --fix",
"test": "cypress run --component -b chrome",
"test:open": "cypress open --component -b chrome",
"test:spec": "cypress run --component -b chrome --spec",
"semantic-release": "semantic-release"
},
"dependencies": {
"@floating-ui/vue": "^1.1.5",
"@kong/icons": "^1.18.1",
"@popperjs/core": "^2.11.8",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"focus-trap": "^7.6.0",
"focus-trap-vue": "^4.0.3",
"nanoid": "^5.0.7",
"sortablejs": "^1.15.3",
"swrv": "^1.0.4",
"v-calendar": "^3.1.2",
"vue-bind-once": "^0.2.1",
"vue-draggable-next": "^2.2.1"
},
"peerDependencies": {
"axios": "^1.7.7",
"vue": ">= 3.3.4 < 4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@babel/types": "^7.26.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@cypress/vite-dev-server": "^5.2.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.8.1",
"@kong-ui-public/sandbox-layout": "^2.1.59",
"@kong/design-tokens": "^1.17.2",
"@kong/eslint-config-kong-ui": "^1.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.17.1",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-core": "^3.5.12",
"@vue/tsconfig": "^0.6.0",
"@vueuse/core": "^11.1.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"boxen": "^8.0.1",
"commitizen": "^4.3.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cypress": "^13.15.1",
"cypress-fail-fast": "^7.1.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.15.0",
"inquirer": "^9.3.6",
"nanospinner": "^1.1.0",
"node-emoji": "^2.1.3",
"picocolors": "^1.1.1",
"postcss-cli": "^11.0.0",
"postcss-custom-properties": "^14.0.3",
"postcss-html": "^1.7.0",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.80.7",
"semantic-release": "^24.2.0",
"shx": "^0.3.4",
"stylelint": "^16.9.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",
"tsc-alias": "^1.8.10",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.4.6",
"vitepress": "^1.3.4",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
},
"author": {
"name": "Kong Inc.",
"url": "https://konghq.com/"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json"
]
}
],
"@semantic-release/github"
]
},
"engines": {
"node": ">=v16.20.2 || >=18.12.1 || >=20.14.0"
},
"packageManager": "[email protected]",
"volta": {
"node": "20.17.0",
"pnpm": "9.11.0"
},
"config": {
"commitizen": {
"path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira",
"skipScope": false,
"jiraOptional": true,
"jiraLocation": "post-description",
"jiraPrepend": "[",
"jiraAppend": "]"
}
}
}