wocwin-vp-cli
Version:
Vue项目脚手架工具
65 lines • 1.52 kB
JSON
{
"name": "wocwin-vp-cli",
"version": "0.1.0",
"main": "index.js",
"author": "wocwin",
"description": "Vue项目脚手架工具",
"bin": {
"wocwin-vp-cli": "bin/index.js"
},
"files": [
"dist",
"bin",
"README"
],
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "npm publish --registry=https://registry.npmjs.org/",
"build": "rimraf dist && rollup -c rollup.config.js --bundleConfigAsCjs"
},
"keywords": [
"Vite5",
"VUE3",
"Typescript",
"Pinia",
"Vue-router",
"Axios",
"I18n",
"Eslint",
"Prettier",
"Vue3模板",
"Vue2模板",
"Pnpm",
"wocwin",
"t-ui",
"t-ui-plus",
"Element-Plus"
],
"dependencies": {
"@inquirer/prompts": "^3.3.0",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@types/figlet": "^1.7.0",
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"axios": "^1.6.2",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"figlet": "^1.7.0",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"log-symbols": "4.1.0",
"ora": "5",
"progress-estimator": "^0.3.1",
"rollup": "^4.6.1",
"rollup-plugin-node-externals": "^5.1.2",
"rollup-plugin-typescript2": "^0.36.0",
"simple-git": "^3.21.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
}
}