This commit is contained in:
philipcheung 2025-03-16 16:38:14 +08:00
parent 97a242826d
commit 524b05182a
1 changed files with 2 additions and 1 deletions

View File

@ -5,9 +5,10 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/cli": "^3.12.0",