32 lines
739 B
JSON
32 lines
739 B
JSON
{
|
|
"name": "void",
|
|
"version": "4.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"type-check": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@react-ui-org/react-ui": "^0.47.0",
|
|
"@supabase/supabase-js": "^1.35.4",
|
|
"date-fns": "^2.29.1",
|
|
"gray-matter": "^4.0.3",
|
|
"next": "^12.2.2",
|
|
"next-themes": "^0.2.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-use-lanyard": "^0.1.2",
|
|
"remark": "^14.0.2",
|
|
"remark-html": "^15.0.1",
|
|
"sass": "^1.53.0",
|
|
"use-lanyard": "^1.1.0"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.5",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|