mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
22 lines
558 B
JSON
22 lines
558 B
JSON
{
|
|
"name": "@vant/waterfall",
|
|
"version": "1.0.0",
|
|
"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/youzan/vant/tree/dev/packages/vant-waterfall",
|
|
"dependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/plugin-transform-object-assign": "^7.2.0",
|
|
"@babel/preset-env": "^7.4.4"
|
|
}
|
|
}
|