-
-
Notifications
You must be signed in to change notification settings - Fork 742
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@blocknote/dev-scripts",
"homepage": "https://github.com/TypeCellOS/BlockNote",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/TypeCellOS/BlockNote.git",
"directory": "packages/dev-scripts"
},
"license": "MPL-2.0",
"version": "0.51.4",
"description": "",
"type": "module",
"scripts": {
"gen": "vp run gen:examples && vp run gen:docs",
"lint": "vp lint examples",
"clean": "rimraf dist && rimraf types"
},
"devDependencies": {
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"glob": "^10.5.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"rimraf": "^5.0.10",
"tinyglobby": "0.2.12",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vite-plus": "catalog:"
},
"dependencies": {}
}