-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
169 lines (169 loc) · 5.32 KB
/
Copy pathpackage.json
File metadata and controls
169 lines (169 loc) · 5.32 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
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
{
"name": "@cube-dev/ui-kit",
"version": "0.143.0",
"type": "module",
"description": "UIKit for Cube Projects",
"repository": {
"type": "git",
"url": "git+https://github.com/cube-js/cube-ui-kit.git"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"packageManager": "pnpm@10.32.0",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"dist/**/*.map",
"dist/README.md",
"dist/CHANGELOG.md",
"docs/components",
"docs/tasty",
"docs/glaze",
"docs/*.md"
],
"scripts": {
"start": "pnpm storybook",
"build": "tsdown",
"watch": "tsdown --watch",
"test": "vitest run",
"test-cover": "vitest run --coverage",
"test-watch": "vitest",
"prettier": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"oxlint": "oxlint src",
"oxlint:fix": "oxlint --fix src",
"lint": "npm-run-all -p oxlint prettier",
"fix": "npm-run-all -p oxlint:fix prettier:fix",
"storybook": "STORYBOOK_MODE=stories storybook dev -p 6060",
"build-storybook": "STORYBOOK_MODE=stories storybook build --stats-json",
"build-docs": "STORYBOOK_MODE=docs storybook build --docs -o storybook-docs",
"chromatic": "chromatic --only-changed",
"size": "size-limit",
"prepare": "husky install",
"clear": "pnpm clear:dist && rimraf ./storybook-docs ./storybook-static ./node_modules/.cache",
"clear:dist": "rimraf ./dist",
"prepack": "node scripts/prepare-docs.mjs",
"postpack": "node scripts/cleanup-docs.mjs",
"release": "pnpm build && changeset publish --provenance",
"add-icons": "cd src/icons && node add-new-icon.js && pnpm fix",
"audit-docs": "node scripts/audit-docs.mjs",
"update-tasty": "pnpm add @tenphi/tasty@${npm_config_version:-latest} --save-exact",
"update-glaze": "pnpm add @tenphi/glaze@${npm_config_version:-latest} --save-exact"
},
"keywords": [
"uikit"
],
"author": "Cube Dev Team",
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@internationalized/date": "^3.10.1",
"@react-aria/focus": "^3.21.3",
"@react-aria/i18n": "^3.12.14",
"@react-aria/interactions": "^3.26.0",
"@react-aria/selection": "^3.27.0",
"@react-aria/ssr": "^3.9.10",
"@react-aria/utils": "^3.32.0",
"@react-spectrum/utils": "^3.12.10",
"@react-stately/utils": "^3.11.0",
"@react-types/shared": "^3.32.1",
"@tabler/icons-react": "^3.31.0",
"@tanstack/react-virtual": "^3.13.12",
"@tenphi/glaze": "0.13.0",
"@tenphi/tasty": "2.8.0",
"clipboard-copy": "^4.0.1",
"clsx": "^1.1.1",
"diff": "^8.0.3",
"email-validator": "^2.0.4",
"prism-react-renderer": "^2.4.1",
"prismjs": "^1.30.0",
"react-aria": "^3.45.0",
"react-focus-lock": "^2.13.5",
"react-hotkeys-hook": "^5.1.0",
"react-is": "^18.3.1",
"react-keyed-flatten-children": "^1.3.0",
"react-stately": "^3.43.0",
"react-types": "^0.1.0",
"tiny-invariant": "^1.3.3",
"usehooks-ts": "^3.1.0",
"valid-url": "^1.0.9"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@babel/core": "^7.24.0",
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.22.0",
"@codemirror/lang-json": "^6.0.2",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@size-limit/file": "^8.2.4",
"@size-limit/webpack": "^8.2.4",
"@size-limit/webpack-why": "^8.2.4",
"@statoscope/cli": "^5.20.1",
"@storybook/addon-docs": "^10.3.6",
"@storybook/react-vite": "^10.3.6",
"@tenphi/eslint-plugin-tasty": "^0.6.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^22.17.2",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react-is": "^18.2.4",
"@types/react-test-renderer": "^18.0.7",
"@uiw/react-codemirror": "^4.25.4",
"@vitejs/plugin-react": "^6.0.0",
"@vitest/coverage-v8": "^4.1.0",
"best-effort-json-parser": "^1.2.1",
"bytes": "^3.1.2",
"chromatic": "^13.1.4",
"csstype": "^3.1.2",
"dedent": "^0.7.0",
"husky": "^6.0.0",
"jsdom": "^29.1.1",
"lint-staged": "^10.0.0",
"markdown-table": "^3.0.3",
"npm-run-all": "^4.1.5",
"oxlint": "^1.72.0",
"prettier": "^3.2.5",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^6.22.3",
"react-test-renderer": "^19.1.1",
"remark-gfm": "^4.0.1",
"rimraf": "^6.0.1",
"serve-handler": "^6.1.6",
"size-limit": "^8.2.6",
"storybook": "^10.3.6",
"storybook-dark-mode": "^5.0.0",
"tsdown": "^0.20.3",
"typescript": "^5.6.3",
"vite": "^8.0.0",
"vitest": "^4.1.0"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari major versions"
],
"license": "MIT",
"engines": {
"node": ">=22.14.0",
"pnpm": "^10.0.0"
}
}