UNPKG

create-h-ui-cli

Version:
113 lines (112 loc) 2.74 kB
{ "name": "create-h-ui-cli", "version": "1.0.10", "type": "module", "description": "cli of h-ui", "bin": { "create-h-ui-cli": "./lib/node/create-h-ui-cli.js", "h-ui-cli": "./lib/node/bin.js" }, "main": "./lib/node/index.js", "module": "./lib/node/index.js", "keywords": [ "cli", "h-ui" ], "author": "yangliw3", "license": "MIT", "files": [ "lib", "cjs", "client.js", "client.d.ts", "template", "site", "tsconfig.json", "preset.cjs" ], "engines": { "node": "^14.18.0 || >=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/ayangliayangli/h-ui.git" }, "bugs": { "url": "https://github.com/ayangliayangli/h-ui.git" }, "scripts": { "dev": "tsc --watch", "build": "tsc" }, "dependencies": { "@babel/core": "^7.14.8", "@babel/helper-plugin-utils": "^7.14.5", "@babel/preset-env": "^7.14.8", "@babel/preset-typescript": "^7.14.5", "@vitejs/plugin-vue": "4.0.0", "@vitejs/plugin-vue-jsx": "3.0.0", "@vue/babel-plugin-jsx": "1.1.1", "@vue/compiler-sfc": "3.2.25", "@vue/runtime-core": "3.2.25", "babel-jest": "26.6.3", "chalk": "5.0.1", "chalk-animation": "2.0.2", "chokidar": "^3.5.2", "clear": "0.1.0", "commander": "^8.3.0", "conventional-changelog": "^3.1.25", "download-git-repo": "3.0.2", "ejs": "^3.1.8", "execa": "^5.0.0", "figlet": "1.5.2", "fs-extra": "^9.0.1", "glob": "^7.2.0", "handlebars": "^4.7.7", "hash-sum": "^2.0.0", "inquirer": "9.1.0", "jest": "^26.6.3", "less": "^3.12.2", "lodash-es": "^4.17.21", "nanospinner": "^1.1.0", "ora": "6.1.2", "picocolors": "^1.0.0", "semver": "^7.3.5", "sharp": "0.31.3", "slash": "^3.0.0", "ts-jest": "^26.5.1", "typescript": "^4.4.4", "vite": "4.0.4", "vue": "3.2.25", "vue-jest": "^5.0.0-alpha.8", "webfont": "^9.0.0" }, "devDependencies": { "@types/babel__core": "^7.1.12", "@types/chalk-animation": "^1.6.1", "@types/clear": "^0.1.2", "@types/ejs": "^3.1.1", "@types/figlet": "^1.5.5", "@types/fs-extra": "^9.0.2", "@types/glob": "^7.1.3", "@types/hash-sum": "^1.0.0", "@types/inquirer": "^9.0.2", "@types/lodash-es": "^4.17.5", "@types/node": "^18.7.20", "@types/semver": "^7.3.9", "@types/sharp": "0.31.1" }, "peerDependencies": { "@vue/runtime-core": "3.2.16", "@vue/test-utils": "^2.0.2", "clipboard": "^2.0.6", "live-server": "^1.2.1", "lodash-es": "^4.17.21", "vue": "3.2.25", "vue-router": "4.0.12" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.com" } }