84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"name": "shadcn-vue",
|
|
"type": "module",
|
|
"version": "0.10.3",
|
|
"description": "Add components to your apps.",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/radix-vue/shadcn-vue.git",
|
|
"directory": "packages/cli"
|
|
},
|
|
"keywords": [
|
|
"components",
|
|
"ui",
|
|
"vue",
|
|
"nuxt",
|
|
"tailwind",
|
|
"radix-ui",
|
|
"radix-vue",
|
|
"shadcn",
|
|
"shadcn-vue"
|
|
],
|
|
"exports": "./dist/index.js",
|
|
"bin": "./dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsup --watch",
|
|
"build": "tsup",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "node ./scripts/rimraf.js",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"start:dev": "COMPONENTS_REGISTRY_URL=http://localhost:3001 node dist/index.js",
|
|
"start": "node dist/index.js",
|
|
"release": "changeset version",
|
|
"pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta",
|
|
"pub:next": "pnpm build && pnpm publish --no-git-checks --access public --tag next",
|
|
"pub:release": "pnpm build && pnpm publish --no-git-checks --access public",
|
|
"test": "vitest run",
|
|
"test:ui": "vitest --ui"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/parser": "^7.24.4",
|
|
"@vue/compiler-sfc": "^3.4",
|
|
"c12": "^1.10.0",
|
|
"commander": "^12.0.0",
|
|
"consola": "^3.2.3",
|
|
"detype": "npm:detypes@^0.7.9",
|
|
"diff": "^5.2.0",
|
|
"fs-extra": "^11.2.0",
|
|
"https-proxy-agent": "^7.0.4",
|
|
"lodash.template": "^4.5.0",
|
|
"magic-string": "^0.30.10",
|
|
"nypm": "^0.3.8",
|
|
"ofetch": "^1.3.4",
|
|
"ora": "^8.0.1",
|
|
"pathe": "^1.1.2",
|
|
"prompts": "^2.4.2",
|
|
"radix-vue": "^1.7.2",
|
|
"ts-morph": "^22.0.0",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"zod": "^3.23.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/diff": "^5.2.0",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/lodash.template": "^4.5.3",
|
|
"@types/node": "^20.11.30",
|
|
"@types/prompts": "^2.4.9",
|
|
"@vitest/ui": "^0.34.4",
|
|
"tsup": "^8.0.2",
|
|
"type-fest": "^4.16.0",
|
|
"typescript": "^5.4.5",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
}
|
|
}
|