chore: initial Observable workspace with technical README
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user