initial commit

This commit is contained in:
Zheyuan Wu
2024-11-17 22:05:00 -06:00
parent 784903cc3f
commit 1a0afdc06c
37 changed files with 7607 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"nextra": "^3.2.3",
"nextra-theme-blog": "^3.2.3"
}
}