31 lines
738 B
JSON
31 lines
738 B
JSON
{
|
|
"name": "twilight",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 4000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "13.1.6",
|
|
"@types/node": "18.13.0",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.10",
|
|
"gray-matter": "^4.0.3",
|
|
"markdown-to-jsx": "^7.1.9",
|
|
"next": "13.1.6",
|
|
"next-themes": "^0.2.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "^8.0.5",
|
|
"remark": "^14.0.2",
|
|
"remark-frontmatter": "^4.0.1",
|
|
"remark-html": "^15.0.2",
|
|
"sass": "^1.58.0",
|
|
"to-vfile": "^7.2.4",
|
|
"typescript": "4.9.5",
|
|
"use-lanyard": "^1.4.2"
|
|
}
|
|
}
|