Style/add tailwind typography and font
parent
06e5156b
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 3 additions, 3 deletions.gitlab-ci.yml
- next.config.js 7 additions, 2 deletionsnext.config.js
- package-lock.json 16 additions, 0 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- src/components/SPA/MinervaSPA.component.tsx 10 additions, 1 deletionsrc/components/SPA/MinervaSPA.component.tsx
- src/styles/index.css 18 additions, 0 deletionssrc/styles/index.css
- tailwind.config.ts 3 additions, 0 deletionstailwind.config.ts
... | @@ -27,6 +27,7 @@ | ... | @@ -27,6 +27,7 @@ |
] | ] | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@next/font": "^13.5.2", | |||
"@types/node": "20.6.2", | "@types/node": "20.6.2", | ||
"@types/react": "18.2.21", | "@types/react": "18.2.21", | ||
"@types/react-dom": "18.2.7", | "@types/react-dom": "18.2.7", | ||
... | @@ -36,6 +37,7 @@ | ... | @@ -36,6 +37,7 @@ |
"postcss": "8.4.29", | "postcss": "8.4.29", | ||
"react": "18.2.0", | "react": "18.2.0", | ||
"react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
"tailwind-merge": "^1.14.0", | |||
"tailwindcss": "3.3.3" | "tailwindcss": "3.3.3" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
Please register or sign in to comment