mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【新增】私有证书
This commit is contained in:
23
frontend/env/stylelint/package.json
vendored
Normal file
23
frontend/env/stylelint/package.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "@baota/stylelint",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "stylelint.config.js",
|
||||
"files": [
|
||||
"stylelint.config.js"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"stylelint": "^16.16.0",
|
||||
"stylelint-config-standard": "^37.0.0",
|
||||
"stylelint-config-tailwindcss": "^1.0.0",
|
||||
"stylelint-order": "^6.0.4",
|
||||
"@baota/typescript": "workspace:*",
|
||||
"@baota/prettier": "workspace:*",
|
||||
"@baota/eslint": "workspace:*"
|
||||
},
|
||||
"exports": {
|
||||
".": "./stylelint.config.js",
|
||||
"./rules": "./index.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user