2024-12-04
This commit is contained in:
parent
e27f6eaf31
commit
cdcf186a16
12 changed files with 198 additions and 216 deletions
26
package.json
26
package.json
|
|
@ -8,10 +8,7 @@
|
|||
"packageManager": "pnpm@9.14.4",
|
||||
"main": "index.js",
|
||||
"keywords": [],
|
||||
"scripts": {
|
||||
"knip": "knip",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"scripts": { "knip": "knip", "test": "echo \"Error: no test specified\" && exit 1" },
|
||||
"dependencies": {
|
||||
"@mobily/ts-belt": "4.0.0-rc.5",
|
||||
"@sentry/browser": "8.42.0",
|
||||
|
|
@ -27,7 +24,7 @@
|
|||
"@eslint/js": "^9.16.0",
|
||||
"@prettier/plugin-php": "^0.22.2",
|
||||
"@prettier/plugin-xml": "^3.4.1",
|
||||
"@sentry/types": "8.42.0",
|
||||
"@sentry/core": "^8.42.0",
|
||||
"@swc/cli": "0.5.2",
|
||||
"@types/eslint__js": "^8.42.3",
|
||||
"@types/node": "^22.10.1",
|
||||
|
|
@ -36,16 +33,16 @@
|
|||
"browserslist": "^4.24.2",
|
||||
"eslint": "^9.16.0",
|
||||
"eslint-plugin-oxlint": "^0.14.0",
|
||||
"eslint-plugin-perfectionist": "^4.1.2",
|
||||
"eslint-plugin-perfectionist": "^4.2.0",
|
||||
"fdir": "^6.4.2",
|
||||
"globals": "^15.13.0",
|
||||
"knip": "^5.39.1",
|
||||
"oxlint": "^0.14.0",
|
||||
"picomatch": "^4.0.2",
|
||||
"prettier": "^3.4.1",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-pkg": "^0.18.1",
|
||||
"prettier-plugin-sh": "^0.14.0",
|
||||
"sass-embedded": "^1.81.1",
|
||||
"sass-embedded": "^1.82.0",
|
||||
"stylelint": "^16.11.0",
|
||||
"stylelint-config-clean-order": "^6.1.0",
|
||||
"stylelint-config-sass-guidelines": "^12.1.0",
|
||||
|
|
@ -71,15 +68,8 @@
|
|||
"ios >0 and last 3 years"
|
||||
],
|
||||
"knip": {
|
||||
"entry": [
|
||||
"web/app/themes/haiku-atelier-2024/src/scripts/*.ts"
|
||||
],
|
||||
"project": [
|
||||
"web/app/themes/haiku-atelier-2024/src/scripts/**/*.{js,ts,d.ts}"
|
||||
]
|
||||
"entry": ["web/app/themes/haiku-atelier-2024/src/scripts/*.ts"],
|
||||
"project": ["web/app/themes/haiku-atelier-2024/src/scripts/**/*.{js,ts,d.ts}"]
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@biomejs/biome",
|
||||
"@parcel/watcher"
|
||||
]
|
||||
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue