mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
101 lines
2.5 KiB
JSON
101 lines
2.5 KiB
JSON
{
|
|
"name": "@vant/cli",
|
|
"version": "4.0.0-rc.2",
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"bin": {
|
|
"vant-cli": "./bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsc --watch",
|
|
"build": "tsc",
|
|
"release": "yarn build & release-it"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"cjs",
|
|
"site",
|
|
"template",
|
|
"bin.js",
|
|
"preset.cjs"
|
|
],
|
|
"keywords": [
|
|
"vant"
|
|
],
|
|
"author": "chenjiahan",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/less": "^3.0.3",
|
|
"@types/lodash-es": "^4.17.5",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/postcss-load-config": "^3.0.1",
|
|
"@vue/compiler-sfc": "^3.2.20",
|
|
"vue": "^3.2.19"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@docsearch/css": "3.0.0-alpha.41",
|
|
"@docsearch/js": "3.0.0-alpha.41",
|
|
"@types/jest": "^27.0.2",
|
|
"@vant/eslint-config": "^3.3.2",
|
|
"@vant/markdown-vetur": "^2.2.0",
|
|
"@vant/stylelint-config": "^1.4.2",
|
|
"@vant/touch-emulator": "^1.3.2",
|
|
"@vitejs/plugin-vue": "^1.9.4",
|
|
"@vitejs/plugin-vue-jsx": "^1.2.0",
|
|
"@vue/babel-plugin-jsx": "^1.1.1",
|
|
"@vue/test-utils": "2.0.0-rc.14",
|
|
"autoprefixer": "^10.3.7",
|
|
"babel-jest": "^27.3.1",
|
|
"clean-css": "^5.2.2",
|
|
"commander": "^8.3.0",
|
|
"consola": "^2.15.3",
|
|
"conventional-changelog": "^3.1.24",
|
|
"eslint": "^8.1.0",
|
|
"fast-glob": "^3.2.7",
|
|
"gh-pages": "^3.2.3",
|
|
"hash-sum": "^2.0.0",
|
|
"highlight.js": "^11.3.1",
|
|
"husky": "^7.0.4",
|
|
"jest": "^27.3.1",
|
|
"jest-canvas-mock": "^2.3.1",
|
|
"jest-serializer-html": "^7.1.0",
|
|
"less": "^4.1.2",
|
|
"lint-staged": "^11.2.6",
|
|
"lodash-es": "^4.17.21",
|
|
"markdown-it": "^12.2.0",
|
|
"markdown-it-anchor": "^8.4.1",
|
|
"ora": "^6.0.1",
|
|
"postcss": "^8.3.11",
|
|
"postcss-load-config": "^3.1.0",
|
|
"prettier": "^2.4.1",
|
|
"release-it": "^14.11.6",
|
|
"stylelint": "^13.0.0",
|
|
"transliteration": "^2.2.0",
|
|
"ts-jest": "^27.0.7",
|
|
"typescript": "^4.4.4",
|
|
"vite": "^2.6.13",
|
|
"vite-plugin-html": "^2.1.1",
|
|
"vite-plugin-md": "^0.11.4",
|
|
"vue-router": "^4.0.0",
|
|
"vue3-jest": "^27.0.0-alpha.2"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"tag": false,
|
|
"commitMessage": "release: @vant/cli ${version}"
|
|
}
|
|
}
|
|
}
|