2024-08-16
This commit is contained in:
parent
187aab9fb4
commit
fcdf367d31
307 changed files with 534 additions and 406 deletions
11
package.json
11
package.json
|
|
@ -16,7 +16,7 @@
|
|||
"@prettier/plugin-php": "^0.22.2",
|
||||
"@prettier/plugin-xml": "^3.4.1",
|
||||
"@swc/cli": "^0.4.0",
|
||||
"@swc/core": "^1.7.10",
|
||||
"@swc/core": "^1.7.11",
|
||||
"@zackad/prettier-plugin-twig": "^0.8.0",
|
||||
"browserslist": "^4.23.3",
|
||||
"fdir": "^6.2.0",
|
||||
|
|
@ -25,18 +25,21 @@
|
|||
"prettier-plugin-pkg": "^0.18.1",
|
||||
"prettier-plugin-sh": "^0.14.0",
|
||||
"sass": "^1.77.8",
|
||||
"stylelint": "^16.8.1",
|
||||
"stylelint": "^16.8.2",
|
||||
"stylelint-config-clean-order": "^6.1.0",
|
||||
"stylelint-config-sass-guidelines": "^12.0.0",
|
||||
"stylelint-config-standard-scss": "^13.1.0",
|
||||
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
||||
"stylelint-plugin-logical-css": "^1.2.1",
|
||||
"typescript": "^5.5.4",
|
||||
"vite": "^5.4.0"
|
||||
"vite": "^5.4.1"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
"last 3 years",
|
||||
"not dead"
|
||||
]
|
||||
],
|
||||
"dependencies": {
|
||||
"purify-ts": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue