c9344ec266
This builds and works and cleans up a few things. We're also migrating to material ui - but not very deeply yet. No clue what we're going to do with the talks and blog posts yet. The real question is - do I care about those at this point? I think I'd like to use this as a playground a bit, make some of the CSS style sections into components. Maybe make all of this a bit more dynamic or something. But for now, this gets me a something. Change-Id: I455bb3fbf9d7473e8f7bcf639b2254ffe0917a32
35 lines
814 B
JSON
35 lines
814 B
JSON
{
|
|
"name": "inaugust.com",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"format": "prettier --write 'src/**/*'",
|
|
"lint": "next lint"
|
|
},
|
|
"author": {
|
|
"name": "Monty Taylor",
|
|
"email": "mordred@inaugust.com",
|
|
"url": "http://inaugust.com"
|
|
},
|
|
"license": "CC-BY 4.0",
|
|
"repository": "https://opendev.org/inaugust/inaugust.com",
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fontsource/roboto": "^5.0.8",
|
|
"@mui/icons-material": "^5.15.6",
|
|
"@mui/material": "^5.15.6",
|
|
"next": "14.1.0",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.0",
|
|
"prettier": "^3.2.4"
|
|
}
|
|
}
|