mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
25 lines
552 B
JSON
25 lines
552 B
JSON
{
|
|
"name": "website",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@napi-rs/canvas": "^0.1.21",
|
|
"@napi-rs/image": "^1.1.1",
|
|
"chalk": "^5.0.1",
|
|
"markdown-to-jsx": "^7.1.7",
|
|
"next": "canary",
|
|
"nextra": "2.0.0-alpha.49",
|
|
"nextra-theme-docs": "2.0.0-alpha.50",
|
|
"node-fetch": "^3.2.3",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"sharp": "^0.30.4"
|
|
},
|
|
"scripts": {
|
|
"build": "node generate-img.js && next build",
|
|
"dev": "next dev",
|
|
"start": "next start"
|
|
}
|
|
}
|