-
-
Notifications
You must be signed in to change notification settings - Fork 741
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 985 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
33
34
35
{
"name": "@blocknote/tests",
"private": true,
"version": "0.30.0",
"scripts": {
"lint": "vp lint src",
"test:e2e": "vp test -c vite.config.browser.ts --run",
"test:e2e:updateSnaps": "vp test -c vite.config.browser.ts --run -u",
"clean": "rimraf dist"
},
"devDependencies": {
"@blocknote/ariakit": "workspace:^",
"@blocknote/core": "workspace:^",
"@blocknote/mantine": "workspace:^",
"@blocknote/react": "workspace:^",
"@blocknote/shadcn": "workspace:^",
"@playwright/test": "1.60.0",
"@tailwindcss/vite": "^4.1.14",
"@tiptap/pm": "^3.13.0",
"@types/node": "^20.19.22",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"@vitest/ui": "4.1.5",
"htmlfy": "^0.6.7",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-icons": "^5.5.0",
"rimraf": "^5.0.10",
"vite-plus": "catalog:",
"vitest-browser-react": "^2.2.0"
},
"dependencies": {
"get-port-please": "3.2.0"
}
}