2024-12-03
This commit is contained in:
parent
8613e0698c
commit
e27f6eaf31
11 changed files with 1727 additions and 2060 deletions
29
package.json
29
package.json
|
|
@ -8,10 +8,13 @@
|
|||
"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.41.0",
|
||||
"@sentry/browser": "8.42.0",
|
||||
"@swan-io/boxed": "^3.1.2",
|
||||
"a11y-dialog": "^8.1.1",
|
||||
"optics-ts": "^2.4.1",
|
||||
|
|
@ -24,10 +27,11 @@
|
|||
"@eslint/js": "^9.16.0",
|
||||
"@prettier/plugin-php": "^0.22.2",
|
||||
"@prettier/plugin-xml": "^3.4.1",
|
||||
"@sentry/types": "8.41.0",
|
||||
"@sentry/types": "8.42.0",
|
||||
"@swc/cli": "0.5.2",
|
||||
"@types/eslint__js": "^8.42.3",
|
||||
"@types/node": "^22.10.1",
|
||||
"@vitejs/plugin-legacy": "^6.0.0",
|
||||
"better-typescript-lib": "^2.10.0",
|
||||
"browserslist": "^4.24.2",
|
||||
"eslint": "^9.16.0",
|
||||
|
|
@ -35,13 +39,13 @@
|
|||
"eslint-plugin-perfectionist": "^4.1.2",
|
||||
"fdir": "^6.4.2",
|
||||
"globals": "^15.13.0",
|
||||
"knip": "^5.38.3",
|
||||
"knip": "^5.39.1",
|
||||
"oxlint": "^0.14.0",
|
||||
"picomatch": "^4.0.2",
|
||||
"prettier": "^3.4.1",
|
||||
"prettier-plugin-pkg": "^0.18.1",
|
||||
"prettier-plugin-sh": "^0.14.0",
|
||||
"sass-embedded": "^1.81.0",
|
||||
"sass-embedded": "^1.81.1",
|
||||
"stylelint": "^16.11.0",
|
||||
"stylelint-config-clean-order": "^6.1.0",
|
||||
"stylelint-config-sass-guidelines": "^12.1.0",
|
||||
|
|
@ -49,7 +53,7 @@
|
|||
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
||||
"stylelint-plugin-logical-css": "^1.2.1",
|
||||
"typescript": "5.8.0-dev.20241122",
|
||||
"typescript-eslint": "^8.16.0",
|
||||
"typescript-eslint": "^8.17.0",
|
||||
"vite": "^6.0.2",
|
||||
"vite-plugin-manifest-sri": "^0.2.0",
|
||||
"vite-plugin-node-polyfills": "^0.22.0",
|
||||
|
|
@ -67,8 +71,15 @@
|
|||
"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