forked from vipzhicheng/logseq-plugin-move-block
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
42
43
44
{
"name": "logseq-plugin-move-block",
"version": "0.1.0",
"license": "MIT",
"main": "index.html",
"logseq": {
"icon": "./icon.png",
"id": "logseq-move-block",
"title": "Move Block"
},
"scripts": {
"dev": "vite",
"build": "vite build && cp LICENSE README.md icon.png package.json dist/"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0",
"vite-plugin-logseq": "^1.1.2",
"vite-svg-loader": "^4.0.0"
},
"dependencies": {
"@logseq/libs": "0.0.14",
"change-case-all": "^1.0.15",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"fuzzy": "^0.1.3",
"hotkeys-js": "^3.10.1",
"naive-ui": "^2.34.3",
"pinia": "^2.0.33",
"vue": "^3.2.47",
"vuedraggable": "^4.1.0"
}
}