@varlet/cli
Version:
cli of varlet
97 lines • 2.4 kB
JSON
{
"name": "@varlet/cli",
"version": "3.11.3",
"description": "cli of varlet",
"keywords": [
"cli",
"varlet"
],
"bugs": {
"url": "https://github.com/varletjs/varlet/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/varletjs/varlet.git"
},
"license": "MIT",
"author": "haoziqaq <357229046@qq.com>",
"type": "module",
"main": "./lib/node/index.js",
"module": "./lib/node/index.js",
"bin": {
"varlet-cli": "./lib/node/bin.js"
},
"files": [
"lib",
"client.js",
"client.d.ts",
"template",
"site"
],
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@inquirer/prompts": "^6.0.1",
"@varlet/icon-builder": "0.2.14",
"@varlet/release": "^0.3.3",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/babel-plugin-jsx": "1.2.5",
"@vue/compiler-sfc": "3.5.13",
"@vue/runtime-core": "3.5.13",
"chokidar": "^3.5.2",
"commander": "^8.3.0",
"ejs": "^3.1.8",
"esbuild": "0.23.1",
"fs-extra": "^9.0.1",
"glob": "^7.2.0",
"hash-sum": "^2.0.0",
"less": "^3.12.2",
"markdown-it": "^12.2.3",
"nanospinner": "^1.1.0",
"picocolors": "^1.0.0",
"sass": "^1.77.4",
"sharp": "0.31.1",
"tinyexec": "^0.3.0",
"typescript": "5.3.3",
"vite": "6.1.1",
"vitest": "3.0.6",
"vue": "3.5.13",
"@varlet/shared": "3.11.3",
"@varlet/vite-plugins": "3.11.3"
},
"devDependencies": {
"@types/babel__core": "^7.20.1",
"@types/ejs": "^3.1.1",
"@types/fs-extra": "^9.0.2",
"@types/glob": "^7.1.3",
"@types/hash-sum": "^1.0.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.20",
"@types/sharp": "0.31.1",
"rimraf": "^5.0.1",
"@varlet/icons": "3.11.3",
"@varlet/touch-emulator": "3.11.3",
"@varlet/ui": "3.11.3"
},
"peerDependencies": {
"@vitest/coverage-istanbul": "3.0.6",
"@vue/runtime-core": "3.5.13",
"@vue/test-utils": "2.4.6",
"clipboard": "^2.0.6",
"jsdom": "24.1.1",
"live-server": "^1.2.1",
"vue": "3.5.13",
"vue-router": "4.5.0",
"@varlet/icons": "3.11.3",
"@varlet/touch-emulator": "3.11.3",
"@varlet/ui": "3.11.3"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"scripts": {
"build": "rimraf ./lib && tsc",
"dev": "tsc --watch"
}
}