-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.13 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.13 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
{
"name": "@uniweb/kit",
"version": "0.7.14",
"description": "Standard component library for Uniweb foundations",
"type": "module",
"exports": {
".": "./src/index.js",
"./theme-tokens.css": "./src/theme-tokens.css"
},
"files": [
"src",
"dist"
],
"sideEffects": [
"*.css"
],
"keywords": [
"uniweb",
"kit",
"components",
"react"
],
"author": "Proximify",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/uniweb/kit.git"
},
"homepage": "https://github.com/uniweb/kit#readme",
"bugs": {
"url": "https://github.com/uniweb/kit/issues"
},
"engines": {
"node": ">=20.19"
},
"dependencies": {
"@uniweb/core": "workspace:*",
"clsx": "^2.1.0",
"fuse.js": "^7.0.0",
"shiki": "^3.0.0",
"tailwind-merge": "^2.6.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"tailwindcss": "^3.4.0"
}
}