mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 02:58:43 +08:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@vben/stylelint-config",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"clean": "pnpm rimraf .turbo node_modules dist",
|
|
"lint": "pnpm eslint .",
|
|
"stub": "pnpm unbuild --stub"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8.4.21",
|
|
"postcss-html": "^1.5.0",
|
|
"postcss-less": "^6.0.0",
|
|
"postcss-scss": "^4.0.6",
|
|
"prettier": "^2.8.7",
|
|
"stylelint": "^15.4.0",
|
|
"stylelint-config-property-sort-order-smacss": "^9.1.0",
|
|
"stylelint-config-recommended": "^11.0.0",
|
|
"stylelint-config-recommended-scss": "^9.0.1",
|
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
"stylelint-config-standard": "^32.0.0",
|
|
"stylelint-config-standard-scss": "^7.0.1",
|
|
"stylelint-order": "^6.0.3",
|
|
"stylelint-prettier": "^3.0.0"
|
|
}
|
|
}
|