turbopack, add alias, update @kodingdotninja/use-tailwind-breakpoint

This commit is contained in:
2024-12-19 16:51:59 -06:00
parent 3ca69f135b
commit 35128ec208
3 changed files with 11 additions and 8 deletions

View File

@@ -4,14 +4,14 @@
"private": true, "private": true,
"scripts": { "scripts": {
"build": "next build", "build": "next build",
"dev": "next dev", "dev": "next dev --turbopack",
"lint": "next lint", "lint": "next lint",
"start": "next start" "start": "next start"
}, },
"dependencies": { "dependencies": {
"@directus/sdk": "^18.0.3", "@directus/sdk": "^18.0.3",
"@headlessui/react": "^2.2.0", "@headlessui/react": "^2.2.0",
"@kodingdotninja/use-tailwind-breakpoint": "^0.0.5", "@kodingdotninja/use-tailwind-breakpoint": "^1.0.0",
"@next/eslint-plugin-next": "^15.1.1", "@next/eslint-plugin-next": "^15.1.1",
"@plaiceholder/next": "^3.0.0", "@plaiceholder/next": "^3.0.0",
"@tailwindcss/typography": "^0.5.8", "@tailwindcss/typography": "^0.5.8",

View File

@@ -9,12 +9,15 @@
"noEmit": true, "noEmit": true,
"esModuleInterop": true, "esModuleInterop": true,
"module": "esnext", "module": "esnext",
"moduleResolution": "node", "moduleResolution": "bundler",
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"jsx": "preserve", "jsx": "preserve",
"incremental": true, "incremental": true,
"noUncheckedIndexedAccess": true "noUncheckedIndexedAccess": true,
"paths": {
"@/*": ["./src/*"]
}
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.cjs", "**/*.mjs"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.cjs", "**/*.mjs"],
"exclude": ["node_modules"] "exclude": ["node_modules"]

View File

@@ -310,10 +310,10 @@
"@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14" "@jridgewell/sourcemap-codec" "^1.4.14"
"@kodingdotninja/use-tailwind-breakpoint@^0.0.5": "@kodingdotninja/use-tailwind-breakpoint@^1.0.0":
version "0.0.5" version "1.0.0"
resolved "https://registry.yarnpkg.com/@kodingdotninja/use-tailwind-breakpoint/-/use-tailwind-breakpoint-0.0.5.tgz#f3319448c33572e2e810700e6f2c4e219cf3b54a" resolved "https://registry.yarnpkg.com/@kodingdotninja/use-tailwind-breakpoint/-/use-tailwind-breakpoint-1.0.0.tgz#2ccc01812fc911cf8228b264a82a2849eefe1cde"
integrity sha512-7h52zL+l+14u9diyjVcGoS5NRIwrc6euIGlHDwtJXlrR3h31RNyTrOfimy7PJTvS4fFdNgbzyrNcGfhj3sDRfQ== integrity sha512-UVN3Au5qBg7H7tkLxInvbozpigout08AWj6wQORtvAO/F67Gb3sAayuOgppHZTjMuQPAUbVL+TWMLwivuIxWtw==
"@next/env@15.1.1": "@next/env@15.1.1":
version "15.1.1" version "15.1.1"