mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
chore(dev): add @next/bundle-analyzer
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"analyze": "ANALYZE=true next build",
|
||||
"start": "next start",
|
||||
"check": "pnpm typecheck && pnpm lint && pnpm format:check",
|
||||
"fix": "pnpm lint:fix && pnpm format:write",
|
||||
@@ -52,6 +53,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.0.1",
|
||||
"@next/bundle-analyzer": "13.4.4",
|
||||
"@types/create-hash": "^1.2.2",
|
||||
"@types/node": "~18.16.16",
|
||||
"@types/react": "~18.2.7",
|
||||
|
||||
Reference in New Issue
Block a user