-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1001 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
36
37
38
39
40
41
{
"name": "readme-studio",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "A GitHub README authoring tool with pixel-perfect rendering, alerts, Mermaid diagrams, math, templates, and badge builder.",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daniissac/readme-studio.git"
},
"keywords": [
"markdown",
"readme",
"github",
"editor"
],
"author": "Dani Issac",
"license": "MIT",
"bugs": {
"url": "https://github.com/daniissac/readme-studio/issues"
},
"homepage": "https://daniissac.com/readme-studio/",
"devDependencies": {
"vite": "^8.0.1"
},
"dependencies": {
"dompurify": "^3.3.3",
"github-markdown-css": "^5.9.0",
"highlight.js": "^11.11.1",
"katex": "^0.16.40",
"marked": "^17.0.5",
"marked-highlight": "^2.2.3",
"mermaid": "^11.13.0"
}
}