86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
{
|
|
"name": "shadcn-vue",
|
|
"type": "module",
|
|
"version": "0.8.1",
|
|
"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": "rimraf dist && rimraf components",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"start:dev": "cross-env 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": {
|
|
"@antfu/ni": "^0.21.8",
|
|
"@babel/core": "^7.22.17",
|
|
"@babel/parser": "^7.22.16",
|
|
"@babel/plugin-transform-typescript": "^7.22.15",
|
|
"@vue/compiler-sfc": "^3.3.7",
|
|
"chalk": "5.3.0",
|
|
"commander": "^11.0.0",
|
|
"cosmiconfig": "^8.3.6",
|
|
"detype": "npm:detypes@^0.7.6",
|
|
"diff": "^5.1.0",
|
|
"execa": "^8.0.1",
|
|
"fs-extra": "^11.1.1",
|
|
"https-proxy-agent": "^7.0.2",
|
|
"lodash.template": "^4.5.0",
|
|
"magic-string": "^0.30.3",
|
|
"node-fetch": "^3.3.2",
|
|
"ora": "^7.0.1",
|
|
"prompts": "^2.4.2",
|
|
"radix-vue": "^1.1.0",
|
|
"recast": "^0.23.4",
|
|
"rimraf": "^5.0.1",
|
|
"ts-morph": "^19.0.0",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"vite-tsconfig-paths": "^4.2.1",
|
|
"zod": "^3.22.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__core": "^7.20.1",
|
|
"@types/diff": "^5.0.3",
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@types/lodash.template": "^4.5.1",
|
|
"@types/prompts": "^2.4.4",
|
|
"@vitest/ui": "^0.34.4",
|
|
"tsup": "^7.2.0",
|
|
"type-fest": "^4.3.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|