(sdk) add sdk projects

It includes a consumer project which is simply a demo app. The sdk
project includes the first version of the SDK, with a light React
implementation. The first version lays down the foundations of
the iframe sdk framework. The npm package logic is also already
ready to be published.
This commit is contained in:
Nathan Vasse
2025-02-10 16:34:55 +01:00
committed by NathanVss
parent 452dbe8bba
commit 183e8f6a72
50 changed files with 36130 additions and 0 deletions

11
src/sdk/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "sdk",
"version": "0.0.0",
"author": "",
"license": "ISC",
"description": "",
"workspaces": [
"./library",
"./consumer"
]
}