forked from vipzhicheng/logseq-plugin-lock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 873 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 873 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
31
32
33
34
35
{
"name": "logseq-plugin-lock",
"version": "0.0.7",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build && cp icon.png package.json LICENSE dist/"
},
"main": "index.html",
"logseq": {
"title": "Lock Block",
"icon": "./icon.png",
"id": "logseq-plugin-lock"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.2",
"@types/node": "^18.11.11",
"@types/stegcloak": "^1.0.0",
"autoprefixer": "^10.4.13",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"postcss": "^8.4.19",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^3.2.5",
"vite-plugin-logseq": "^1.1.2"
},
"dependencies": {
"@joeattardi/emoji-button": "^4.6.2",
"@logseq/libs": "0.0.12",
"stegcloak": "^1.1.1"
}
}