-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 756 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 756 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
{
"name": "mymarkmapapp",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"deploy": "npm run build && touch build/.nojekyll && gh-pages -d build -t true"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.3",
"@sveltejs/kit": "^1.30.3",
"svelte": "^3.59.2",
"vite": "^4.5.2"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-static": "^1.0.6",
"codejar": "^4.3.0",
"file-saver-es": "^2.0.5",
"gh-pages": "^5.0.0",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.0",
"markmap-common": "^0.18.9",
"markmap-lib": "^0.18.12",
"markmap-view": "^0.18.12",
"node-emoji": "^1.11.0",
"marked": "^5.1.1"
}
}