4
0
forked from crowetic/commerce

Compare commits

...

1 Commits

Author SHA1 Message Date
Lee Robinson
dc4f7411f2 PPR / inlineCSS 2024-11-21 13:44:22 -06:00
3 changed files with 562 additions and 1146 deletions

View File

@ -1,4 +1,8 @@
export default { export default {
experimental: {
ppr: true,
inlineCss: true
},
images: { images: {
formats: ['image/avif', 'image/webp'], formats: ['image/avif', 'image/webp'],
remotePatterns: [ remotePatterns: [

View File

@ -13,27 +13,27 @@
"test": "pnpm prettier:check" "test": "pnpm prettier:check"
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^2.1.2", "@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5", "@heroicons/react": "^2.2.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"geist": "^1.3.1", "geist": "^1.3.1",
"next": "15.0.0-rc.1", "next": "15.0.4-canary.22",
"react": "19.0.0-rc-cd22717c-20241013", "react": "19.0.0-rc-cd22717c-20241013",
"react-dom": "19.0.0-rc-cd22717c-20241013", "react-dom": "19.0.0-rc-cd22717c-20241013",
"sonner": "^1.5.0" "sonner": "^1.7.0"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.13", "@tailwindcss/typography": "^0.5.15",
"@types/node": "20.14.12", "@types/node": "22.9.1",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.20",
"postcss": "^8.4.39", "postcss": "^8.4.49",
"prettier": "3.3.3", "prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5", "prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.6", "tailwindcss": "^3.4.15",
"typescript": "5.5.4" "typescript": "5.6.3"
}, },
"pnpm": { "pnpm": {
"overrides": { "overrides": {

1454
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff