-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.3 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
{
"name": "markon",
"private": true,
"description": "Minimal distraction-free live Markdown editor",
"version": "1.21.6",
"type": "module",
"bugs": "https://github.com/metaory/markon/issues",
"homepage": "https://metaory.github.io/markon/",
"repository": "git+https://github.com/metaory/markon.git",
"scripts": {
"dev": "vite",
"gen:hljs": "node scripts/hljs.js",
"gen:social": "bash scripts/gen-social.sh",
"gen:themes": "bash scripts/gen-themes.sh",
"build": "vite build",
"preview": "vite preview",
"check": "biome check .",
"fix": "biome check --write .",
"fmt": "biome format --write ."
},
"devDependencies": {
"@biomejs/biome": "^2.1.4",
"vite": "^8.0.16",
"vite-plugin-pwa": "^1.3.0"
},
"dependencies": {
"@codemirror/commands": "^6.6.2",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/language": "^6.10.2",
"@codemirror/language-data": "^6.4.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.2",
"@fontsource/bungee": "^5.2.6",
"@fontsource/monaspace-argon": "^5.2.5",
"@fontsource/monaspace-krypton": "^5.2.5",
"@iconify-json/tabler": "^1.2.23",
"@lezer/highlight": "^1.2.0",
"highlight.js": "^11.9.0",
"iconify-icon": "3.0.0",
"marked": "^16.1.2",
"morphdom": "^2.7.7"
}
}