feat: add precompiled popoverjs

This commit is contained in:
chenjiahan
2020-11-25 21:58:50 +08:00
committed by neverland
parent 1794513ae5
commit c8ef32d344
7 changed files with 376 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "@vant/popperjs",
"version": "1.0.0",
"description": "Precompiled popperjs core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"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/youzan/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"
]
}