-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "logseq-plugin-vim-shortcuts",
"version": "0.2.0",
"schemaVersion": "1.0.0",
"license": "MIT",
"main": "index.html",
"logseq": {
"icon": "./icon.png",
"id": "logseq-plugin-vim-shortcuts",
"title": "Vim Shortcuts"
},
"scripts": {
"build": "vite build && cp icon.png package.json LICENSE dist/"
},
"devDependencies": {
"@types/lodash-es": "*",
"@types/minimist": "^1.2.5",
"@types/node": "^25.0.3",
"@vitejs/plugin-vue": "^6.0.3",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.3.0"
},
"dependencies": {
"@joeattardi/emoji-button": "^4.6.4",
"@logseq/libs": "^0.0.17",
"change-case-all": "^2.1.0",
"clipboardy": "^5.0.2",
"date-fns": "^4.1.0",
"element-plus": "^2.13.0",
"hotkeys-js": "^4.0.0",
"lorem-ipsum": "^2.0.8",
"minimist": "^1.2.8",
"pinia": "^3.0.4",
"vue": "^3.5.26",
"vue-color-kit": "^1.0.6"
}
}