mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
20 lines
494 B
JSON
20 lines
494 B
JSON
{
|
|
"name": "@vant/stylelint-config",
|
|
"version": "1.2.0",
|
|
"description": "stylelint config of vant.",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-stylelint-config",
|
|
"peerDependencies": {
|
|
"stylelint": "^13.0.0"
|
|
},
|
|
"dependencies": {
|
|
"stylelint-config-rational-order": "^0.1.2",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-order": "^4.0.0"
|
|
}
|
|
}
|