shadcn-svelte
Version:
Add components to your apps.
63 lines • 1.54 kB
JSON
{
"name": "shadcn-svelte",
"version": "0.14.0",
"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",
"exports": "./dist/index.js",
"main": "./dist/index.js",
"bin": "./dist/index.js",
"files": [
"dist"
],
"keywords": [
"components",
"ui",
"tailwind",
"radix-ui",
"shadcn",
"svelte",
"sveltekit",
"radix-svelte"
],
"dependencies": {
"@clack/core": "^0.3.4",
"chalk": "5.2.0",
"commander": "^10.0.1",
"execa": "^7.2.0",
"is-unicode-supported": "^2.0.0",
"node-fetch-native": "^1.6.4"
},
"devDependencies": {
"@types/node": "^18.19.22",
"cross-env": "^7.0.3",
"get-tsconfig": "^4.7.3",
"ignore": "^5.3.1",
"package-manager-detector": "^0.1.2",
"sisteransi": "^1.0.5",
"tsup": "^8.0.0",
"type-fest": "^3.13.1",
"typescript": "^5.0.0",
"valibot": "^0.36.0",
"vitest": "^0.34.6"
},
"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 node dist/index.js",
"start:proxy": "pnpm dlx straightforward@latest --port 9000",
"release": "changeset version",
"test": "vitest"
}
}