Perf improvements and billing updates

This commit is contained in:
giancarlo
2024-03-26 16:49:11 +08:00
parent 8626ea30c7
commit 4032aed827
39 changed files with 1261 additions and 1090 deletions

View File

@@ -2,11 +2,12 @@
"name": "web",
"version": "0.1.0",
"private": true,
"sideEffects": false,
"scripts": {
"analyze": "ANALYZE=true pnpm run build",
"build": "pnpm with-env next build",
"clean": "git clean -xdf .next .turbo node_modules",
"dev": "pnpm with-env next dev",
"dev": "pnpm with-env next dev --turbo",
"lint": "next lint",
"format": "prettier --check \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"",
"start": "pnpm with-env next start",
@@ -44,7 +45,7 @@
"next-contentlayer": "0.3.4",
"react-i18next": "^14.1.0",
"date-fns": "^3.2.0",
"next": "^14.2.0-canary.41",
"next": "canary",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"react": "18.2.0",
@@ -60,7 +61,7 @@
"@kit/prettier-config": "^0.1.0",
"@kit/tailwind-config": "^0.1.0",
"@kit/tsconfig": "^0.1.0",
"@next/bundle-analyzer": "^14.2.0-canary.41",
"@next/bundle-analyzer": "canary",
"@types/mdx": "^2.0.10",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
@@ -81,4 +82,4 @@
]
},
"prettier": "@kit/prettier-config"
}
}