46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@wrnexus/astro",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"description": "A component library built for Astro",
|
|
"homepage": "https://ui.wrnexus.com",
|
|
"license": "MIT",
|
|
"author": "WrNexus <contact@wrnexus.com> (https://wrnexus.com)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.workroot.in/WorkRoot/Astro-UI.git"
|
|
},
|
|
"keywords": [
|
|
"astro",
|
|
"astro-component",
|
|
"astro-component-library",
|
|
"astro-ui-library",
|
|
"astro-ui"
|
|
],
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"check": "astro check",
|
|
"build:prod": "astro check && astro build"
|
|
},
|
|
"exports": {
|
|
"./*": "./src/components/*"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"astro": "^5.13.0",
|
|
"tailwindcss": "^4.1.12",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/tabler": "^1.2.22",
|
|
"@iconify/json": "^2.2.373",
|
|
"@iconify/utils": "^3.0.1",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"tailwind-merge": "^3.3.1"
|
|
}
|
|
} |