4b2412c49c
* Copy in og-image code * Add "yarn start" command in lieu of vercel * Don't require that images be sourced from vercel * Load in Major Mono and Readex fonts * Fix vercel config (?) * Replace default image with Manifold's * Add some brief instructions on getting started * In the UI, use the default image * Fix typescript errors * More typescript fixing
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc -p api/tsconfig.json && tsc -p web/tsconfig.json",
|
|
"start": "vercel dev"
|
|
},
|
|
"dependencies": {
|
|
"chrome-aws-lambda": "7.0.0",
|
|
"marked": "2.0.0",
|
|
"puppeteer-core": "7.0.0",
|
|
"twemoji": "13.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/marked": "1.2.2",
|
|
"@types/puppeteer": "5.4.3",
|
|
"@types/puppeteer-core": "5.4.0",
|
|
"typescript": "4.1.5",
|
|
"vercel": "23.1.2"
|
|
}
|
|
}
|