-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathjsrepo-build-config.json
37 lines (37 loc) · 938 Bytes
/
jsrepo-build-config.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
{
"$schema": "https://unpkg.com/[email protected]/schemas/registry-config.json",
"meta": {
"authors": ["David Haz"],
"description": "An open source collection of animated, interactive & fully customizable React components for building stunning, memorable user interfaces.",
"bugs": "https://github.com/DavidHDev/react-bits/issues",
"homepage": "https://reactbits.dev",
"repository": "https://github.com/DavidHDev/react-bits",
"tags": [
"react",
"javascript",
"components",
"web",
"reactjs",
"css-animations",
"component-library",
"ui-components",
"3d",
"ui-library",
"tailwind",
"tailwindcss",
"components",
"components-library"
]
},
"dirs": [],
"doNotListBlocks": [],
"doNotListCategories": [],
"listBlocks": [],
"listCategories": [],
"excludeDeps": ["react"],
"includeBlocks": [],
"includeCategories": [],
"excludeBlocks": [],
"excludeCategories": [],
"preview": true
}