mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
* chore: upgrade to NAPI-RS 3.0 stable * upgrade debian * edition * napi cross * napi cross * Install nasm * cross aarch64 * image version * save * update lock * process.arch * lockfile * move artifacts * set node version * ubuntu * wasm artifacts name * cflags * upgrade NAPI
23 lines
490 B
JSON
23 lines
490 B
JSON
{
|
|
"name": "website",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@napi-rs/canvas": "^0.1.74",
|
|
"@napi-rs/image": "^1.11.0",
|
|
"chalk": "^5.4.1",
|
|
"next": "^15.4.3",
|
|
"nextra": "^3",
|
|
"nextra-theme-docs": "^3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"sharp": "^0.34.3"
|
|
},
|
|
"scripts": {
|
|
"build": "node generate-img.js && node changelog.js && next build",
|
|
"dev": "next dev",
|
|
"start": "next start"
|
|
}
|
|
}
|