diff --git a/Land b/Land deleted file mode 160000 index c393285f..00000000 --- a/Land +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c393285f6a6626656ab03aad3742f554f6b877dd diff --git a/Land/Cargo/Runtime/example/functions/package.json b/Land/Cargo/Runtime/example/functions/package.json new file mode 100644 index 00000000..746aca33 --- /dev/null +++ b/Land/Cargo/Runtime/example/functions/package.json @@ -0,0 +1,22 @@ +{ + "name": "@example/functions", + "version": "1.0.0", + "private": true, + "type": "module", + "scripts": { + "build": "node build.mjs" + }, + "dependencies": { + "@aws-sdk/client-dynamodb": "3.535.0", + "@aws-sdk/client-s3": "3.537.0", + "aws-sdk": "2.1586.0", + "esbuild-css-modules-plugin": "3.1.0", + "react": "18.2.0", + "react-dom": "18.2.0" + }, + "devDependencies": { + "@types/react": "18.2.67", + "@types/react-dom": "18.2.22", + "esbuild": "0.20.2" + } +}