-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
{
"name": "logseq-mind-map",
"version": "1.14.0",
"main": "dist/index.html",
"logseq": {
"id": "logseq-mind-map",
"icon": "logo.png"
},
"type": "module",
"scripts": {
"dev": "vite --mode web",
"build:plugin": "tsc && vite build --mode plugin",
"build:web": "tsc && vite build --mode web",
"preview": "vite preview"
},
"dependencies": {
"@logseq/libs": "^0.0.17",
"classnames": "^2.5.1",
"codemirror": "^5",
"codemirror-editor-vue3": "^2.8.0",
"dompurify": "^3.1.7",
"highlight.js": "^11.10.0",
"hotkeys-js": "^3.13.7",
"marked": "^16.4.0",
"monaco-editor": "^0.52.0",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.2",
"simple-mind-map": "^0.11.2",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@types/node": "^22.7.5",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.13",
"eslint": "^9.12.0",
"logseq-proxy": "^0.1.2",
"path": "^0.12.7",
"postcss": "^8.4.47",
"semantic-release": "^24.1.2",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-importer": "^0.2.5"
}
}