mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 19:42:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			807 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			807 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@vant/popperjs",
 | |
|   "version": "1.0.0",
 | |
|   "description": "Precompiled popperjs core",
 | |
|   "main": "lib/index.js",
 | |
|   "types": "lib/index.d.ts",
 | |
|   "publishConfig": {
 | |
|     "access": "public",
 | |
|     "registry": "https://registry.npmjs.org/"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "dev": "rollup --config rollup.config.js --watch",
 | |
|     "build": "rollup --config rollup.config.js && tsc -p ./tsconfig.json --emitDeclarationOnly"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "repository": "https://github.com/vant-ui/vant/tree/dev/packages/vant-popperjs",
 | |
|   "dependencies": {
 | |
|     "@popperjs/core": "^2.5.4"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/runtime": "7.x",
 | |
|     "@rollup/plugin-babel": "^5.2.1",
 | |
|     "@rollup/plugin-node-resolve": "^10.0.0",
 | |
|     "rollup": "^2.33.3"
 | |
|   },
 | |
|   "browserslist": [
 | |
|     "Android >= 4.0",
 | |
|     "iOS >= 8"
 | |
|   ]
 | |
| }
 |