admin-vben/internal/lint-configs/stylelint-config/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/stylelint-config",
2024-09-22 06:32:23 +00:00
"version": "5.3.0",
2024-05-19 13:20:42 +00:00
"private": true,
"homepage": "https://github.com/vbenjs/vue-vben-admin",
2024-06-16 15:56:20 +00:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-05-19 13:20:42 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/lint-configs/stylelint-config"
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
2024-05-19 13:20:42 +00:00
"files": [
"dist"
],
"main": "./index.mjs",
"module": "./index.mjs",
2024-05-19 13:20:42 +00:00
"exports": {
".": {
"import": "./index.mjs",
"default": "./index.mjs"
2024-05-19 13:20:42 +00:00
}
},
"dependencies": {
"@stylistic/stylelint-plugin": "catalog:",
"stylelint-config-recess-order": "catalog:",
"stylelint-scss": "catalog:"
2024-05-19 13:20:42 +00:00
},
"devDependencies": {
"postcss": "catalog:",
"postcss-html": "catalog:",
"postcss-scss": "catalog:",
"prettier": "catalog:",
"stylelint": "catalog:",
"stylelint-config-recommended": "catalog:",
"stylelint-config-recommended-scss": "catalog:",
"stylelint-config-recommended-vue": "catalog:",
"stylelint-config-standard": "catalog:",
"stylelint-order": "catalog:",
"stylelint-prettier": "catalog:"
2024-05-19 13:20:42 +00:00
}
}