0.0.1
This commit is contained in:
commit
4d2186b8a8
15 changed files with 1269 additions and 0 deletions
43
package.json
Normal file
43
package.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"name": "@gcch/configuration-stylelint",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"description": "Configuration Stylelint partageable pour gcch.",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"module": "./dist/index.js",
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"browserslist": "^4.26.2",
|
||||
"stylelint": "^16.24.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"stylelint-config-clean-order": "^7.0.0",
|
||||
"stylelint-config-standard": "^39.0.0",
|
||||
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
||||
"stylelint-gamut": "^1.3.4",
|
||||
"stylelint-no-unresolved-module": "^2.4.0",
|
||||
"stylelint-no-unsupported-browser-features": "^8.0.4",
|
||||
"stylelint-plugin-logical-css": "^1.2.3",
|
||||
"stylelint-value-no-unknown-custom-properties": "^6.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@arethetypeswrong/core": "^0.18.2",
|
||||
"@gcch/configuration-eslint": "^0.0.3",
|
||||
"@gcch/configuration-prettier": "^0.0.6",
|
||||
"eslint": "^9.36.0",
|
||||
"prettier": "^4.0.0-alpha.12",
|
||||
"publint": "^0.3.13",
|
||||
"tsdown": "latest",
|
||||
"unplugin-unused": "^0.5.3"
|
||||
},
|
||||
"browserslist": [
|
||||
"baseline widely available"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue