-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.91 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.91 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
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
{
"name": "@kong-ui-public/public-ui-components",
"version": "0.0.0-development",
"private": true,
"scripts": {
"build": "cross-env FORCE_COLOR=1 pnpm -r run build",
"lint": "cross-env FORCE_COLOR=1 pnpm -r run lint",
"lint:fix": "cross-env FORCE_COLOR=1 pnpm -r run lint:fix",
"stylelint": "cross-env FORCE_COLOR=1 pnpm -r run stylelint",
"stylelint:fix": "cross-env FORCE_COLOR=1 pnpm -r run stylelint:fix",
"typecheck": "cross-env FORCE_COLOR=1 pnpm -r run typecheck",
"test:component": "BABEL_ENV=cypress pnpm -r run test:component",
"test:component:open": "BABEL_ENV=cypress cypress open --component -b chrome",
"test:component:ci": "BABEL_ENV=cypress cypress run --component -b chrome",
"test:unit": "cross-env FORCE_COLOR=1 pnpm -r run test:unit",
"test:unit:open": "cross-env FORCE_COLOR=1 pnpm -r run test:unit:open",
"create-package": "pnpm --filter \"@kong-ui-public/cli\" run create-package",
"commit": "cz",
"lerna": "lerna"
},
"devDependencies": {
"@babel/types": "^7.28.6",
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^2.0.16",
"@kong/design-tokens": "1.20.0",
"@kong/eslint-config-kong-ui": "^1.6.0",
"@kong/kongponents": "9.52.5",
"@stylistic/stylelint-plugin": "^5.0.1",
"@types/flat": "^5.0.5",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^28.0.0",
"@types/node": "^24.10.11",
"@types/uuid": "^11.0.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vitest/ui": "^3.2.4",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"c8": "^10.1.3",
"commitizen": "^4.3.1",
"cross-env": "^10.1.0",
"cypress": "^13.17.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.39.2",
"js-yaml": "^4.1.1",
"jsdom": "^29.0.0",
"lerna": "^9.0.7",
"npm-run-all2": "^8.0.4",
"postcss": "^8.5.6",
"postcss-custom-properties": "^15.0.0",
"postcss-html": "^1.8.1",
"rimraf": "^6.1.2",
"rollup-plugin-visualizer": "^6.0.5",
"sass": "^1.97.3",
"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",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tslib": "^2.8.1",
"typedoc": "^0.28.17",
"typedoc-plugin-markdown": "^4.9.0",
"typescript": "~5.9.3",
"uuid": "^11.1.0",
"vite": "^5.4.21",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-vue-devtools": "^7.7.9",
"vitest": "^3.2.4",
"vue": "^3.5.27",
"vue-router": "^4.6.4",
"vue-tsc": "^3.2.4"
},
"pnpm": {
"overrides": {
"vue": "^3.5.27",
"form-data@>=3.0.0 <3.0.4": ">=4.0.4",
"axios@>=1.0.0 <=1.13.4": ">=1.13.5",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"serialize-javascript@<=7.0.2": ">=7.0.3",
"dompurify@<3.2.4": ">=3.2.4"
},
"onlyBuiltDependencies": [
"@evilmartians/lefthook",
"@parcel/watcher",
"@swc/core",
"core-js",
"core-js-pure",
"cypress",
"es5-ext",
"esbuild",
"nx",
"swagger-ui",
"tree-sitter",
"tree-sitter-json",
"tree-sitter-yaml",
"vue-demi"
]
},
"workspaces": [
"packages/*/*"
],
"repository": {
"type": "git",
"url": "https://github.com/Kong/public-ui-components"
},
"license": "Apache-2.0",
"config": {
"commitizen": {
"path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira",
"skipScope": false,
"jiraOptional": true,
"jiraLocation": "post-description",
"jiraPrepend": "[",
"jiraAppend": "]"
}
},
"engines": {
"node": ">=18.20.8"
},
"volta": {
"node": "24.13.0",
"pnpm": "10.28.2"
},
"packageManager": "pnpm@10.28.2"
}