mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
26 lines
629 B
JSON
26 lines
629 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/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/youzan/vant.git",
|
|
"directory": "packages/vant-stylelint-config"
|
|
},
|
|
"bugs": "https://github.com/youzan/vant/issues",
|
|
"author": "chenjiahan",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"stylelint-config-prettier": "^8.0.1",
|
|
"stylelint-config-standard": "^22.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"stylelint": "^13.0.0"
|
|
}
|
|
}
|