generated from sawhney17/logseq-plugin-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
40 lines (40 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
{
"name": "logseq-schrodinger",
"version": "1.3.1",
"description": "An awesome logseq plugin to export to Hugo Static sites and jumpstart your digital garden 🌱!",
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build --no-source-maps index.html --public-url ./"
},
"keywords": [],
"author": "Aryan Sawhney & Alex Qwxlea",
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.14",
"file-saver": "^2.0.5",
"jszip": "^3.8.0",
"postcss": "^8.4.12",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.0.23"
},
"logseq": {
"id": "logseq-hugo-plugin",
"title": "logseq-hugo-plugin",
"icon": "./icon.png"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"autoprefix": "^1.0.1",
"autoprefixer": "^10.4.2",
"buffer": "^6.0.3",
"parcel": "^2.0.0",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2"
}
}