chore: initial Observable workspace with technical README

This commit is contained in:
Kerboul
2026-03-19 16:28:35 +01:00
commit c390caf2e2
16 changed files with 4980 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "observable",
"version": "1.0.0",
"description": "Observable Framework workspace",
"private": true,
"scripts": {
"dev": "observable preview",
"build": "observable build"
},
"keywords": [
"observable",
"framework"
],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@observablehq/framework": "^1.13.4",
"d3-dsv": "^3.0.1"
}
}