Skip to content

Commit

Permalink
update cli
Browse files Browse the repository at this point in the history
my main goal was to add support for tailwind prefixes
shadcn-ui/ui#770
  • Loading branch information
kmiterror committed Jan 31, 2024
1 parent b808e0e commit e0f1d20
Show file tree
Hide file tree
Showing 23 changed files with 1,992 additions and 957 deletions.
3 changes: 3 additions & 0 deletions packages/cli/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
components
dist
.turbo
1 change: 1 addition & 0 deletions packages/cli/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test
44 changes: 27 additions & 17 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,37 @@
"build": "tsup",
"start": "node dist/index.js"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash.template": "^4.5.1",
"rimraf": "^5.0.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@antfu/ni": "^0.21.6",
"@clack/prompts": "^0.7.0",
"commander": "^11.0.0",
"cosmiconfig": "^8.2.0",
"execa": "^8.0.1",
"@antfu/ni": "^0.21.4",
"@babel/core": "^7.22.1",
"@babel/parser": "^7.22.6",
"@babel/plugin-transform-typescript": "^7.22.5",
"chalk": "5.2.0",
"commander": "^10.0.0",
"cosmiconfig": "^8.1.3",
"diff": "^5.1.0",
"execa": "^7.0.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.1.0",
"https-proxy-agent": "^7.0.1",
"https-proxy-agent": "^6.2.0",
"lodash.template": "^4.5.0",
"node-fetch": "^3.3.2",
"picocolors": "^1.0.0",
"node-fetch": "^3.3.0",
"ora": "^6.1.2",
"prompts": "^2.4.2",
"ts-morph": "^19.0.0",
"recast": "^0.23.2",
"ts-morph": "^18.0.0",
"tsconfig-paths": "^4.2.0",
"zod": "^3.22.2"
"zod": "^3.20.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.2",
"rimraf": "^4.1.3",
"tsup": "^6.6.3",
"type-fest": "^3.8.0",
"typescript": "^4.9.3"
}
}
Loading

0 comments on commit e0f1d20

Please sign in to comment.