-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.16 KB
/
package.json
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
{
"name": "doc-mamager",
"license": "MIT",
"author": "George Iosifelis <[email protected]>",
"homepage": "https://github.com/giosifelis/docs-svelte",
"description": "Markdown file manager/editor",
"version": "1.0.5",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.6",
"markdown-it": "^12.2.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.3.0",
"markdown-it-collapsible": "^1.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-ins": "^3.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-sanitizer": "^0.4.3",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-and-anchor": "^4.2.0",
"markdown-it-video": "^0.6.3",
"path": "^0.12.7",
"sanitize-html": "^2.4.0",
"svelte": "^3.37.0",
"svelte-navigator": "^3.1.5",
"svelte-tree": "^0.7.0",
"tourlou": "file:./tourlou",
"vite": "^2.1.5",
"vite-plugin-restart": "0.0.1",
"vite-plugin-windicss": "^0.13.0"
}
}