mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
43 lines
966 B
JSON
43 lines
966 B
JSON
{
|
|
"name": "@vant/compat",
|
|
"version": "1.0.1",
|
|
"description": "Provide Vant 3 compatible behavior for Vant 4",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
}
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"dev": "rslib dev",
|
|
"build": "rslib build",
|
|
"release": "vant-cli release"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vant-ui/vant.git",
|
|
"directory": "packages/vant-compat"
|
|
},
|
|
"bugs": "https://github.com/vant-ui/vant/issues",
|
|
"author": "chenjiahan",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@rslib/core": "^0.1.1",
|
|
"@vue/runtime-core": "^3.5.13",
|
|
"typescript": "^5.6.3",
|
|
"vant": "workspace:*",
|
|
"vue": "^3.5.13"
|
|
}
|
|
}
|