-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.86 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.86 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "markdown-plus-plus",
"private": true,
"version": "0.7.0-beta",
"type": "module",
"homepage": "https://markdown-plus-plus.com",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:watch": "vitest -w",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@tanstack/react-table": "^8.21.3",
"@tiptap/extension-code-block-lowlight": "^3.10.1",
"@tiptap/extension-color": "^3.10.1",
"@tiptap/extension-highlight": "^3.10.1",
"@tiptap/extension-image": "^3.10.1",
"@tiptap/extension-link": "^3.10.1",
"@tiptap/extension-placeholder": "^3.10.1",
"@tiptap/extension-table": "^3.10.1",
"@tiptap/extension-table-cell": "^3.10.1",
"@tiptap/extension-table-header": "^3.10.1",
"@tiptap/extension-table-row": "^3.10.1",
"@tiptap/extension-task-item": "^3.10.1",
"@tiptap/extension-task-list": "^3.10.1",
"@tiptap/extension-text-align": "^3.10.1",
"@tiptap/extension-typography": "^3.10.1",
"@tiptap/extension-underline": "^3.10.1",
"@tiptap/pm": "^3.10.1",
"@tiptap/react": "^3.10.1",
"@tiptap/starter-kit": "^3.10.1",
"buffer": "^6.0.3",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"diff": "^8.0.2",
"gray-matter": "^4.0.3",
"idb": "^8.0.3",
"isomorphic-git": "^1.34.2",
"lowlight": "^3.1.0",
"lucide-react": "^0.552.0",
"marked": "^16.4.1",
"react": "^19.1.1",
"react-day-picker": "^9.11.1",
"react-dom": "^19.1.1",
"react-resizable-panels": "^3.0.6",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7",
"turndown": "^7.2.2"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@tailwindcss/typography": "^0.5.19",
"@types/canvas-confetti": "^1.9.0",
"@types/diff": "^7.0.2",
"@types/node": "^24.9.2",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/coverage-v8": "^4.0.7",
"autoprefixer": "^10.4.21",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"jsdom": "^27.1.0",
"postcss": "^8.5.6",
"shadcn": "^3.5.0",
"tailwindcss": "^3.4.18",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7",
"vitest": "^4.0.7"
}
}