mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-28 15:30:22 +08:00
fix start script
This commit is contained in:
parent
5bc9b0e13a
commit
e025298b7f
@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev --turbopack",
|
"dev": "next dev --turbopack",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "pnpx serve@latest out",
|
||||||
"format": "biome check --write",
|
"format": "biome check --write",
|
||||||
"lint": "biome lint --write",
|
"lint": "biome lint --write",
|
||||||
"ci": "biome check --write"
|
"ci": "biome check --write"
|
||||||
@ -45,10 +45,10 @@
|
|||||||
"cmdk": "^1.1.1",
|
"cmdk": "^1.1.1",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"embla-carousel-react": "^8.6.0",
|
"embla-carousel-react": "^8.6.0",
|
||||||
"framer-motion": "^12.6.5",
|
"framer-motion": "^12.7.3",
|
||||||
"input-otp": "^1.4.2",
|
"input-otp": "^1.4.2",
|
||||||
"lucide-react": "^0.487.0",
|
"lucide-react": "^0.487.0",
|
||||||
"motion": "^12.6.5",
|
"motion": "^12.7.3",
|
||||||
"next": "15.3.0",
|
"next": "15.3.0",
|
||||||
"next-themes": "^0.4.6",
|
"next-themes": "^0.4.6",
|
||||||
"posthog-js": "^1.235.6",
|
"posthog-js": "^1.235.6",
|
||||||
@ -77,6 +77,10 @@
|
|||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.8.0",
|
"packageManager": "pnpm@10.8.0",
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"onlyBuiltDependencies": ["@biomejs/biome", "sharp"]
|
"onlyBuiltDependencies": [
|
||||||
|
"@biomejs/biome",
|
||||||
|
"core-js",
|
||||||
|
"sharp"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user