trying to get nextjs to work
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"tailwind": "tailwindcss -i styles/globals.css -o styles/dist.css",
|
||||
"format": "prettier --write \"**/*.{js,ts,tsx,md}\"",
|
||||
"postinstall": "npm run tailwind"
|
||||
"format": "prettier --write \"**/*.{js,ts,tsx,md}\""
|
||||
},
|
||||
"prettier": {
|
||||
"arrowParens": "always",
|
||||
@@ -24,6 +23,7 @@
|
||||
"react-dom": "18.2.0",
|
||||
"react-markdown": "8.0.3",
|
||||
"remark-gfm": "3.0.1",
|
||||
"server-only": "0.0.1",
|
||||
"styled-components": "6.0.0-beta.2",
|
||||
"styled-jsx": "5.1.0",
|
||||
"use-count-up": "3.0.1"
|
||||
|
Reference in New Issue
Block a user