Skip to content

Commit 7c99299

Browse files
committed
chore: Add new Tabler Icons and various other node_modules dependencies.
1 parent a235841 commit 7c99299

30 files changed

+3410
-0
lines changed

bun.lock

Lines changed: 303 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/bun.lock

Lines changed: 304 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
<html lang="pt-BR">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Components Kit — Zen Design Components for React</title>
7+
<meta
8+
name="description"
9+
content="Biblioteca de componentes React config-driven para criar landing pages de alto impacto em minutos."
10+
/>
11+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
12+
</head>
13+
<body>
14+
<div id="root"></div>
15+
<script type="module" src="/src/main.jsx"></script>
16+
</body>
17+
</html>

demo/package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "@riligar/components-kit-demo",
3+
"private": true,
4+
"version": "0.0.1",
5+
"type": "module",
6+
"scripts": {
7+
"dev": "vite",
8+
"build": "vite build",
9+
"preview": "vite preview"
10+
},
11+
"dependencies": {
12+
"@mantine/core": "^8.3.15",
13+
"@mantine/hooks": "^8.3.15",
14+
"@riligar/components-kit": "link:..",
15+
"@tabler/icons-react": "^3.37.1",
16+
"react": "^19.2.4",
17+
"react-dom": "^19.2.4"
18+
},
19+
"devDependencies": {
20+
"@vitejs/plugin-react": "^5.1.4",
21+
"vite": "^7.3.1"
22+
}
23+
}
13.3 KB
Loading

0 commit comments

Comments
 (0)