mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
20 lines
501 B
JSON
20 lines
501 B
JSON
{
|
|
"name": "@vant/stylelint-config",
|
|
"version": "1.4.2",
|
|
"description": "stylelint config of vant.",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-stylelint-config",
|
|
"dependencies": {
|
|
"stylelint-config-prettier": "^8.0.1",
|
|
"stylelint-config-standard": "^22.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"stylelint": "^13.0.0"
|
|
}
|
|
}
|