mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
101 lines
2.4 KiB
JSON
101 lines
2.4 KiB
JSON
{
|
|
"name": "@vant/cli",
|
|
"version": "4.0.3",
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"bin": {
|
|
"vant-cli": "./bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsc --watch",
|
|
"build": "rimraf ./lib && tsc",
|
|
"release": "pnpm build & release-it",
|
|
"prepare": "pnpm build"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"cjs",
|
|
"site",
|
|
"template",
|
|
"bin.js"
|
|
],
|
|
"keywords": [
|
|
"vant"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vant-ui/vant.git",
|
|
"directory": "packages/vant-cli"
|
|
},
|
|
"bugs": "https://github.com/vant-ui/vant/issues",
|
|
"author": "chenjiahan",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/less": "^3.0.3",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@jest/types": "^27",
|
|
"vue": "^3.2.27",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/preset-typescript": "^7.16.0",
|
|
"@docsearch/css": "^3.0.0",
|
|
"@docsearch/js": "^3.0.0",
|
|
"@types/jest": "^27.0.3",
|
|
"@vant/eslint-config": "^3.3.2",
|
|
"@vant/markdown-vetur": "^2.3.0",
|
|
"@vant/touch-emulator": "^1.3.2",
|
|
"@vitejs/plugin-vue": "^3.0.1",
|
|
"@vitejs/plugin-vue-jsx": "^2.0.0",
|
|
"@vue/babel-plugin-jsx": "^1.1.1",
|
|
"autoprefixer": "^10.4.0",
|
|
"commander": "^9.3.0",
|
|
"consola": "^2.15.3",
|
|
"conventional-changelog": "^3.1.24",
|
|
"esbuild": "^0.14.29",
|
|
"eslint": "^8.1.0",
|
|
"execa": "^5.1.1",
|
|
"fast-glob": "^3.2.7",
|
|
"fs-extra": "^10.0.0",
|
|
"hash-sum": "^2.0.0",
|
|
"highlight.js": "^11.3.1",
|
|
"husky": "^8.0.1",
|
|
"jest": "^27.3.1",
|
|
"jest-canvas-mock": "^2.3.1",
|
|
"jest-serializer-html": "^7.1.0",
|
|
"less": "^4.1.2",
|
|
"markdown-it": "^12.2.0",
|
|
"markdown-it-anchor": "^8.4.1",
|
|
"nano-staged": "^0.8.0",
|
|
"nanospinner": "^1.1.0",
|
|
"picocolors": "^1.0.0",
|
|
"postcss": "^8.3.11",
|
|
"postcss-load-config": "^3.1.0",
|
|
"prettier": "^2.5.0",
|
|
"release-it": "^15.1.1",
|
|
"transliteration": "^2.2.0",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^3.0.0",
|
|
"vite-plugin-html": "^2.1.1",
|
|
"vite-plugin-md": "^0.11.4",
|
|
"vue-router": "^4.0.12"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"tag": false,
|
|
"commitMessage": "release: @vant/cli ${version}"
|
|
}
|
|
}
|
|
}
|