init
This commit is contained in:
commit
de73fc619a
3560 changed files with 747274 additions and 0 deletions
82
package.json
Executable file
82
package.json
Executable file
|
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"name": "haikuatelier.fr",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"keywords": [],
|
||||
"scripts": { "knip": "knip" },
|
||||
"dependencies": {
|
||||
"@mobily/ts-belt": "v4.0.0-rc.5",
|
||||
"@sentry/browser": "9.30.0",
|
||||
"@swan-io/boxed": "^3.2.0",
|
||||
"a11y-dialog": "^8.1.3",
|
||||
"chalk": "^5.4.1",
|
||||
"lit-html": "^3.3.0",
|
||||
"loglevel": "^1.9.2",
|
||||
"loglevel-plugin-prefix": "^0.8.4",
|
||||
"optics-ts": "^2.4.1",
|
||||
"purify-ts": "2.1.1",
|
||||
"ts-pattern": "^5.7.1",
|
||||
"valibot": "1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.0.0",
|
||||
"@cspell/dict-fr-fr": "^2.3.0",
|
||||
"@eslint/js": "^9.29.0",
|
||||
"@playwright/test": "^1.53.1",
|
||||
"@prettier/plugin-php": "^0.22.4",
|
||||
"@prettier/plugin-xml": "^3.4.1",
|
||||
"@sentry/core": "^9.30.0",
|
||||
"@swc/cli": "0.7.7",
|
||||
"@types/eslint__js": "^9.14.0",
|
||||
"@types/node": "^24.0.3",
|
||||
"@vitejs/plugin-legacy": "^6.1.1",
|
||||
"better-typescript-lib": "^2.11.0",
|
||||
"browserslist": "^4.25.0",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-plugin-oxlint": "^1.2.0",
|
||||
"eslint-plugin-perfectionist": "^4.15.0",
|
||||
"fdir": "^6.4.6",
|
||||
"globals": "^16.2.0",
|
||||
"knip": "^5.61.2",
|
||||
"lightningcss-cli": "^1.30.1",
|
||||
"oxlint": "^1.2.0",
|
||||
"picomatch": "^4.0.2",
|
||||
"playwright": "^1.53.1",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-pkg": "^0.21.1",
|
||||
"prettier-plugin-sh": "^0.17.4",
|
||||
"sass-embedded": "^1.89.2",
|
||||
"stylelint": "^16.21.0",
|
||||
"stylelint-config-clean-order": "^7.0.0",
|
||||
"stylelint-config-sass-guidelines": "^12.1.0",
|
||||
"stylelint-config-standard-scss": "^15.0.1",
|
||||
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
||||
"stylelint-plugin-logical-css": "^1.2.3",
|
||||
"typescript": "5.8.3",
|
||||
"typescript-eslint": "^8.34.1",
|
||||
"vite": "^6.3.5",
|
||||
"vite-plugin-manifest-sri": "^0.2.0",
|
||||
"vite-plugin-node-polyfills": "^0.23.0",
|
||||
"vite-plugin-valibot-env": "^0.10.2",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"wp-types": "^4.68.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"chrome >0 and last 3 years",
|
||||
"edge >0 and last 3 years",
|
||||
"safari >0 and last 3 years",
|
||||
"firefox >0 and last 3 years",
|
||||
"and_chr >0 and last 3 years",
|
||||
"and_ff >0 and last 3 years",
|
||||
"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}"]
|
||||
},
|
||||
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher", "@swc/core", "core-js", "esbuild", "lightningcss-cli"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue