mirror of
https://github.com/jordienr/zenblog.git
synced 2026-08-29 02:34:26 -05:00
19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"name": "tailwindutils",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"zenblog": "*",
|
|
"zenblog-ui": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.9"
|
|
}
|
|
}
|