mirror of
https://github.com/youzan/vant.git
synced 2026-05-17 01:00:36 +08:00
17 lines
416 B
JSON
17 lines
416 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"dev": "cd packages/vant && yarn dev",
|
|
"lint": "cd packages/vant && yarn lint",
|
|
"test": "cd packages/vant && yarn test",
|
|
"build": "cd packages/vant && yarn build",
|
|
"build:site": "cd packages/vant && yarn build:site"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/compiler-sfc": "^3.2.6",
|
|
"vue": "^3.2.6",
|
|
"husky": "^7.0.0"
|
|
}
|
|
}
|