mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-01 03:42:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			966 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			966 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "private": true,
 | |
|   "scripts": {
 | |
|     "prepare": "husky install",
 | |
|     "dev": "pnpm --dir ./packages/vant dev",
 | |
|     "lint": "pnpm --dir ./packages/vant lint",
 | |
|     "test": "pnpm --dir ./packages/vant test",
 | |
|     "test:watch": "pnpm --dir ./packages/vant test:watch",
 | |
|     "build": "pnpm --dir ./packages/vant build",
 | |
|     "build:site": "pnpm --dir ./packages/vant build:site"
 | |
|   },
 | |
|   "nano-staged": {
 | |
|     "*.md": "prettier --write",
 | |
|     "*.{ts,tsx,js,vue,less}": "prettier --write",
 | |
|     "*.{ts,tsx,js,vue}": "eslint --fix"
 | |
|   },
 | |
|   "packageManager": "pnpm@7.1.6",
 | |
|   "devDependencies": {
 | |
|     "@vant/cli": "workspace:*",
 | |
|     "@vant/eslint-config": "workspace:*",
 | |
|     "eslint": "^8.2.0",
 | |
|     "husky": "^8.0.1",
 | |
|     "nano-staged": "^0.8.0",
 | |
|     "prettier": "^2.5.0",
 | |
|     "rimraf": "^3.0.2"
 | |
|   },
 | |
|   "pnpm": {
 | |
|     "peerDependencyRules": {
 | |
|       "ignoreMissing": [
 | |
|         "@algolia/client-search",
 | |
|         "@types/react",
 | |
|         "react",
 | |
|         "react-dom"
 | |
|       ]
 | |
|     }
 | |
|   }
 | |
| }
 |