Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Sep 28, 2024
1 parent c0ce30a commit daf0243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"typecheck": "tsc --noEmit",
"export": "next build && next export",
"lint": "next lint",
"prepare": "panda codegen",
"prettier:check": "prettier --check \"**/*.{ts,tsx,mdx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx,mdx}\""
},
Expand All @@ -35,7 +36,10 @@
"cookies-next": "^4.2.1",
"cvet": "^4.0.0",
"next": "14.2.13",
"@pandacss/dev": "^0.46.1",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit daf0243

Please sign in to comment.