hq-kit
Version:
The command line interface for HQ UI.
122 lines (121 loc) • 3.61 kB
JSON
{
"name": "hq-kit",
"type": "module",
"version": "1.0.12",
"description": "The command line interface for HQ UI.",
"repository": {
"type": "git",
"url": "git+https://github.com/hq-kit/cli.git"
},
"files": ["dist", "src"],
"main": "./dist/index.js",
"bin": {
"hq-kit": "./dist/index.js"
},
"homepage": "https://hq-ui.vercel.app",
"scripts": {
"rp": "npm uninstall @tabler/icons-react tailwindcss clsx cmdk embla-carousel-react embla-carousel-autoplay motion recharts input-otp react-aria-components tailwind-variants tailwindcss-animate tailwindcss-react-aria-components lexical @lexical/react",
"clean": "rimraf hq.json && rimraf src/styles && rimraf src/index.css && rimraf src/app && rimraf app && rimraf styles/app.css && rimraf src/app/globals.css && rimraf app/globals.css && rimraf src/components && rimraf styles && rimraf resources && rimraf src/components && rimraf components && rimraf lib && rimraf src/lib && npm run rp",
"dev": "tsup --watch",
"start": "tsc && npm link",
"format": "biome lint --fix && biome check --write",
"format:unsafe": "biome check --unsafe --write",
"build": "tsup && npm run format",
"preview": "npm run clean && npm run build && npm link",
"pre": "chmod a+x dist/index.js",
"start:init": "npm run dist/index.js init",
"start:add": "npm run dist/index.js add",
"start:diff": "npm run dist/index.js diff",
"release": "release-it"
},
"keywords": [
"cli",
"hq-kit-ui",
"hq-kit",
"cleon",
"cleon-ui",
"design-system",
"react-ui",
"react-aria-components"
],
"author": "Diqi Al-Haqqi",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@release-it/conventional-changelog": "^10.0.1",
"@tailwindcss/vite": "^4.1.11",
"@types/babel__core": "^7.20.5",
"@types/diff": "^7.0.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.16.5",
"husky": "^9.1.7",
"release-it": "^18.1.2",
"rimraf": "^6.0.1",
"tsup": "^8.5.0",
"tw-animate-css": "^1.3.6",
"typescript": "^5.8.3"
},
"dependencies": {
"@antfu/ni": "^24.4.0",
"@babel/core": "^7.28.0",
"@babel/parser": "^7.28.0",
"@babel/plugin-transform-typescript": "^7.28.0",
"@inquirer/prompts": "^7.7.1",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"diff": "^7.0.0",
"node-fetch": "^3.3.2",
"ora": "^8.2.0",
"react-stately": "^3.40.0",
"recast": "^0.23.11",
"ts-morph": "^25.0.1"
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}",
"tag": true,
"commit": true,
"push": true
},
"github": {
"release": true,
"tokenRef": "GITHUB_TOKEN"
},
"npm": {
"publish": false
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "refactor",
"section": "Refactors"
},
{
"type": "chore",
"section": "Chores"
}
]
}
}
}
}
}