shadcn-svelte
Version:
Add components to your apps.
71 lines • 1.84 kB
JSON
{
"name": "shadcn-svelte",
"version": "1.0.7",
"description": "Add components to your apps.",
"license": "MIT",
"author": {
"name": "huntabyte & shadcn",
"url": "https://twitter.com/huntabyte"
},
"repository": {
"type": "git",
"url": "https://github.com/huntabyte/shadcn-svelte.git",
"directory": "packages/cli"
},
"type": "module",
"bin": "./dist/index.js",
"files": [
"dist"
],
"keywords": [
"components",
"ui",
"tailwind",
"radix-ui",
"shadcn",
"svelte",
"sveltekit",
"radix-svelte"
],
"dependencies": {
"commander": "^14.0.0",
"node-fetch-native": "^1.6.4",
"postcss": "^8.5.5"
},
"devDependencies": {
"@clack/prompts": "^1.0.0-alpha.0",
"@svecosystem/strip-types": "^0.0.4",
"@sveltejs/acorn-typescript": "^1.0.5",
"@types/node": "^20.19.0",
"@types/semver": "^7.5.8",
"acorn": "^8.15.0",
"cross-env": "^7.0.3",
"deepmerge": "^4.3.1",
"empathic": "^1.1.0",
"estree-walker": "^3.0.3",
"get-tsconfig": "^4.7.3",
"ignore": "^7.0.4",
"memfs": "^4.17.2",
"package-manager-detector": "^1.2.0",
"picocolors": "^1.1.1",
"resolve.exports": "^2.0.3",
"semver": "^7.7.1",
"sucrase": "^3.35.0",
"tinyexec": "^1.0.1",
"tsup": "^8.4.0",
"type-fest": "^4.41.0",
"typescript": "^5.8.3",
"vitest": "^3.2.3",
"zod": "^3.25.64",
"@shadcn-svelte/registry": "0.0.1"
},
"scripts": {
"dev": "tsup --watch --sourcemap",
"build": "tsup --minify",
"check": "tsc --noEmit",
"start": "node dist/index.js",
"start:dev": "cross-env COMPONENTS_REGISTRY_URL=http://localhost:5173/registry node dist/index.js",
"start:proxy": "pnpm dlx straightforward@latest --port 9000",
"test": "pnpm -w build:registry-template && vitest"
}
}