forked from vipzhicheng/logseq-plugin-vim-shortcuts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
40
41
{
"name": "logseq-plugin-vim-shortcuts",
"version": "0.1.17",
"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.2",
"@vitejs/plugin-vue": "^2.2.4",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.6"
},
"dependencies": {
"@joeattardi/emoji-button": "^4.6.2",
"@logseq/libs": "^0.0.1-alpha.35",
"change-case-all": "^1.0.14",
"clipboardy": "^3.0.0",
"date-fns": "^2.28.0",
"element-plus": "^2.0.5",
"hotkeys-js": "^3.8.7",
"lorem-ipsum": "^2.0.4",
"minimist": "^1.2.5",
"pinia": "^2.0.11",
"vue": "^3.2.31",
"vue-color-kit": "^1.0.5"
}
}