2024-05-19 21:20:42 +08:00
|
|
|
{
|
|
|
|
"name": "@vben/stylelint-config",
|
2024-08-25 11:02:15 +08:00
|
|
|
"version": "5.1.2",
|
2024-05-19 21:20:42 +08:00
|
|
|
"private": true,
|
|
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
2024-06-16 23:56:20 +08:00
|
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
2024-05-19 21:20:42 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
|
|
"directory": "internal/lint-configs/stylelint-config"
|
|
|
|
},
|
2024-06-16 23:56:20 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
2024-05-19 21:20:42 +08:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2024-08-02 22:18:46 +08:00
|
|
|
"main": "./index.mjs",
|
|
|
|
"module": "./index.mjs",
|
2024-05-19 21:20:42 +08:00
|
|
|
"exports": {
|
|
|
|
".": {
|
2024-08-02 22:18:46 +08:00
|
|
|
"import": "./index.mjs",
|
|
|
|
"default": "./index.mjs"
|
2024-05-19 21:20:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-20 10:16:56 +08:00
|
|
|
"@stylistic/stylelint-plugin": "^3.0.1",
|
2024-08-22 09:55:09 +08:00
|
|
|
"stylelint-config-recess-order": "^5.1.0",
|
2024-08-06 06:53:41 +08:00
|
|
|
"stylelint-scss": "^6.5.0"
|
2024-05-19 21:20:42 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-07 22:24:39 +08:00
|
|
|
"postcss": "^8.4.41",
|
2024-05-19 21:20:42 +08:00
|
|
|
"postcss-html": "^1.7.0",
|
|
|
|
"postcss-scss": "^4.0.9",
|
2024-07-14 22:51:10 +08:00
|
|
|
"prettier": "^3.3.3",
|
2024-08-16 09:47:45 +08:00
|
|
|
"stylelint": "^16.8.2",
|
2024-06-22 00:01:15 +08:00
|
|
|
"stylelint-config-recommended": "^14.0.1",
|
2024-07-10 00:38:29 +08:00
|
|
|
"stylelint-config-recommended-scss": "^14.1.0",
|
2024-05-19 21:20:42 +08:00
|
|
|
"stylelint-config-recommended-vue": "^1.5.0",
|
2024-06-22 00:01:15 +08:00
|
|
|
"stylelint-config-standard": "^36.0.1",
|
2024-05-19 21:20:42 +08:00
|
|
|
"stylelint-order": "^6.0.4",
|
2024-07-17 22:30:18 +08:00
|
|
|
"stylelint-prettier": "^5.0.2"
|
2024-05-19 21:20:42 +08:00
|
|
|
}
|
|
|
|
}
|