UNPKG

@zatjs/stylelint

Version:

基于Taro的小电样式规范标准库

53 lines (52 loc) 1.08 kB
{ "name": "@zatjs/stylelint", "version": "0.2.0", "main": "index.js", "author": "三少 <sanshao@dian.so>", "description": "基于Taro的小电样式规范标准库", "license": "MIT", "publishConfig": { "access": "public", "registry": "http://registry.npmjs.org" }, "keywords": [ "stylelint", "stylelint-config", "standard", "dian" ], "repository": { "type": "https", "url": "https://github.com/DianJS/zat.git" }, "bugs": { "url": "https://github.com/DianJS/zat/issues/new" }, "engines": { "node": ">=12", "npm": ">=6.4", "yarn": ">=1.22" }, "browserslist": [ "last 3 versions", "Chrome >= 35", "ChromeAndroid >= 35", "iOS >= 8", "Safari >= 8", "Android >= 4.1", "QQAndroid >= 4.1", "UCAndroid >= 4.1" ], "scripts": { "build": "", "test:watch": "", "test": "" }, "peerDependencies": { "stylelint": "^13.13.1" }, "dependencies": { "stylelint-config-standard": "^22.0.0" }, "gitHead": "bb8ae06448bba378b2022786728169adce299e7c" }