-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.32 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.32 KB
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@frameless/example-editor",
"author": "Frameless",
"description": "Rich text editor with NL Design System components",
"license": "EUPL-1.2",
"keywords": [
"nl-design-system"
],
"private": true,
"repository": {
"type": "git+ssh",
"url": "git@github.com:frameless/theme-builder.git",
"directory": "packages/example-editor"
},
"version": "0.0.0",
"scripts": {
"build": "tsc && vite build --base=\"${BASE_URL:=\"/\"}\"",
"dev": "vite",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "5.9.3",
"vite": "6.2.0"
},
"dependencies": {
"@tiptap/core": "2.11.7",
"@tiptap/pm": "2.11.7",
"@utrecht/body-css": "1.2.0",
"@utrecht/heading-1-css": "1.5.0",
"@utrecht/heading-2-css": "1.5.0",
"@utrecht/heading-3-css": "1.5.0",
"@utrecht/heading-4-css": "1.5.0",
"@utrecht/heading-5-css": "1.5.0",
"@utrecht/heading-6-css": "1.5.0",
"@utrecht/link-css": "1.6.0",
"@utrecht/ordered-list-css": "1.5.1",
"@utrecht/page-body-css": "0.1.0",
"@utrecht/page-layout-css": "1.1.0",
"@utrecht/paragraph-css": "2.3.0",
"@utrecht/root-css": "1.2.0",
"@utrecht/table-css": "1.5.0",
"@utrecht/unordered-list-css": "1.5.0",
"@utrecht/web-component-library-stencil": "3.7.0",
"prosemirror-model": "1.25.4"
}
}