mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-01 03:42:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			507 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			507 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@vant/waterfall",
 | |
|   "version": "1.0.2",
 | |
|   "description": "vant waterfall component",
 | |
|   "main": "lib/index.js",
 | |
|   "publishConfig": {
 | |
|     "access": "public"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "build": "npx babel src --out-dir lib",
 | |
|     "release": "npm run build && npm publish"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "repository": "https://github.com/vant-ui/vant/tree/dev/packages/vant-waterfall",
 | |
|   "devDependencies": {
 | |
|     "@babel/cli": "^7.8.4",
 | |
|     "@babel/core": "^7.9.0",
 | |
|     "@babel/preset-env": "^7.9.5"
 | |
|   }
 | |
| }
 |