mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
25 lines
538 B
JSON
25 lines
538 B
JSON
{
|
|
"name": "website",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@napi-rs/canvas": "^0.1.46",
|
|
"@napi-rs/image": "^1.8.0",
|
|
"chalk": "^5.3.0",
|
|
"next": "canary",
|
|
"next-mdx-remote": "^4.4.1",
|
|
"nextra": "^2.13.3",
|
|
"nextra-theme-docs": "^2.13.3",
|
|
"node-fetch": "^3.3.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sharp": "^0.33.2"
|
|
},
|
|
"scripts": {
|
|
"build": "node generate-img.js && next build",
|
|
"dev": "next dev",
|
|
"start": "next start"
|
|
}
|
|
}
|