-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 978 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 978 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
{
"private": true,
"name": "@bicou/prosemirror-render",
"version": "1.0.8",
"description": "Render ProseMirror JSON data in Vue and Nuxt",
"license": "MIT",
"author": "Benjamin VIELLARD <bicou@bicou.com>",
"repository": {
"type": "git",
"url": "https://github.com/gbicou/prosemirror-render.git"
},
"type": "module",
"scripts": {
"build": "turbo build --filter=!*-playground --filter=!*-docs",
"build:docs": "turbo build --filter=@bicou/prosemirror-render-docs",
"dev": "turbo dev --filter=!*-docs",
"lint": "turbo lint",
"test": "turbo test --filter=!*nuxt*playground --filter=!*-docs",
"typecheck": "turbo typecheck --filter=!*-docs"
},
"devDependencies": {
"@playwright/test": "1.60.0",
"@types/node": "24.13.2",
"turbo": "2.9.18"
},
"packageManager": "pnpm@11.6.0+sha512.9a36518224080c6fe5165afdcfe79bfa118c29be703f3f462b1e32efe1e98e47e8750b148e08286250aad4113cc7993ca413c4e2cd447752708c2ee5751bc95f"
}