mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 19:42:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			100 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			100 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@vant/cli",
 | |
|   "version": "6.1.0",
 | |
|   "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": {
 | |
|     "@jest/types": "^29.1.2",
 | |
|     "@types/fs-extra": "^11.0.1",
 | |
|     "@types/less": "^3.0.3",
 | |
|     "@types/lodash": "^4.14.191",
 | |
|     "@types/markdown-it": "^12.2.3",
 | |
|     "rimraf": "^4.0.4",
 | |
|     "vue": "^3.2.47"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@babel/core": "^7.18.13",
 | |
|     "@babel/preset-typescript": "^7.18.6",
 | |
|     "@types/jest": "^29.1.1",
 | |
|     "@vant/eslint-config": "^3.5.0",
 | |
|     "@vant/touch-emulator": "^1.4.0",
 | |
|     "@vitejs/plugin-vue": "^4.0.0",
 | |
|     "@vitejs/plugin-vue-jsx": "^3.0.0",
 | |
|     "@vue/babel-plugin-jsx": "^1.1.1",
 | |
|     "autoprefixer": "^10.4.8",
 | |
|     "commander": "^10.0.0",
 | |
|     "consola": "^2.15.3",
 | |
|     "conventional-changelog": "^3.1.25",
 | |
|     "esbuild": "^0.17.12",
 | |
|     "eslint": "^8.31.0",
 | |
|     "execa": "^6.1.0",
 | |
|     "fast-glob": "^3.2.11",
 | |
|     "fs-extra": "^11.1.0",
 | |
|     "hash-sum": "^2.0.0",
 | |
|     "highlight.js": "^11.6.0",
 | |
|     "husky": "^8.0.1",
 | |
|     "jest": "^29.3.1",
 | |
|     "jest-canvas-mock": "^2.4.0",
 | |
|     "jest-environment-jsdom": "^29.1.2",
 | |
|     "jest-serializer-html": "^7.1.0",
 | |
|     "less": "^4.1.3",
 | |
|     "lodash": "^4.17.21",
 | |
|     "markdown-it": "^12.3.2",
 | |
|     "markdown-it-anchor": "^8.6.4",
 | |
|     "nano-staged": "^0.8.0",
 | |
|     "nanospinner": "^1.1.0",
 | |
|     "picocolors": "^1.0.0",
 | |
|     "postcss": "^8.4.16",
 | |
|     "postcss-load-config": "^3.1.4",
 | |
|     "prettier": "^2.7.1",
 | |
|     "release-it": "^15.4.1",
 | |
|     "terser": "^5.16.1",
 | |
|     "transliteration": "^2.3.5",
 | |
|     "typescript": "^5.0.2",
 | |
|     "vite": "^4.2.0",
 | |
|     "vite-plugin-md": "^0.11.9",
 | |
|     "vue-router": "^4.1.5"
 | |
|   },
 | |
|   "release-it": {
 | |
|     "git": {
 | |
|       "tag": false,
 | |
|       "commitMessage": "release: @vant/cli v${version}"
 | |
|     }
 | |
|   }
 | |
| }
 |