Skip to content

Commit d144ad7

Browse files
committed
📦 deps: install markdown-to-jsx and tailwind typography
1 parent 06159ce commit d144ad7

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

‎apps/web/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
"@stocker/core": "*",
1515
"@stocker/email": "*",
1616
"@stocker/validation": "*",
17+
"@tailwindcss/typography": "0.5.15",
1718
"autoprefixer": "^10.4.20",
1819
"framer-motion": "^11.11.10",
1920
"lucide-react": "0.460.0",
21+
"markdown-to-jsx": "7.7.0",
2022
"next": "14.2.5",
2123
"nuqs": "2.1.1",
2224
"postcss": "^8.4.45",
@@ -41,4 +43,4 @@
4143
"@types/react-dom": "^18",
4244
"typescript": "5.6.3"
4345
}
44-
}
46+
}

‎apps/web/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ export default {
4040
},
4141
},
4242
},
43-
})],
43+
}), require('@tailwindcss/typography')],
4444
}

‎package-lock.json

Lines changed: 54 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)