Add posts and old grade-calc

Fix small bugs
>bad commit
This commit is contained in:
2022-02-14 15:32:58 -05:00
parent 3e6a540fce
commit a40f30f5ec
21 changed files with 1047 additions and 267 deletions

View File

@@ -8,6 +8,7 @@
"dependencies": {
"@types/react": "^17.0.37",
"dotenv": "^10.0.0",
"gray-matter": "^4.0.3",
"next": "^11.1.3",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
@@ -19,6 +20,7 @@
"@types/react-dom": "^17.0.11",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"typescript": "^4.5.2"
"typescript": "^4.5.2",
"ts-node": "^10.5.0"
}
}