mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-01 03:42:08 +08:00 
			
		
		
		
	* fix(DropdownItem): should inherit attrs when using teleport * chore: update lock file * chore: update snapshot
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@vant/use",
 | |
|   "version": "1.4.3",
 | |
|   "description": "Vant Composition API",
 | |
|   "main": "dist/index.cjs.js",
 | |
|   "module": "dist/index.esm.mjs",
 | |
|   "typings": "dist/index.d.ts",
 | |
|   "exports": {
 | |
|     ".": {
 | |
|       "import": "./dist/index.esm.mjs",
 | |
|       "require": "./dist/index.cjs.js"
 | |
|     }
 | |
|   },
 | |
|   "sideEffects": false,
 | |
|   "files": [
 | |
|     "dist"
 | |
|   ],
 | |
|   "scripts": {
 | |
|     "clean": "rimraf ./dist",
 | |
|     "dev": "node ./build.js -w",
 | |
|     "build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
 | |
|     "build:bundle": "node ./build.js",
 | |
|     "build": "pnpm clean && pnpm build:bundle && pnpm build:types",
 | |
|     "release": "pnpm build && release-it",
 | |
|     "prepare": "pnpm build"
 | |
|   },
 | |
|   "publishConfig": {
 | |
|     "access": "public",
 | |
|     "registry": "https://registry.npmjs.org/"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/vant-ui/vant.git",
 | |
|     "directory": "packages/vant-use"
 | |
|   },
 | |
|   "bugs": "https://github.com/vant-ui/vant/issues",
 | |
|   "author": "chenjiahan",
 | |
|   "license": "MIT",
 | |
|   "devDependencies": {
 | |
|     "esbuild": "^0.15.9",
 | |
|     "release-it": "^15.4.1",
 | |
|     "typescript": "^4.8.2",
 | |
|     "vue": "^3.2.45"
 | |
|   },
 | |
|   "release-it": {
 | |
|     "git": {
 | |
|       "tag": false,
 | |
|       "commitMessage": "release: @vant/use ${version}"
 | |
|     }
 | |
|   }
 | |
| }
 |