forked from npgrosser/logseq-diagrams-as-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 948 Bytes
/
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
{
"logseq": {
"id": "logseq-diagrams-as-code",
"title": "Diagrams as Code",
"icon": "./icon.svg"
},
"name": "logseq-diagrams-as-code",
"version": "0.0.10",
"description": "",
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build --no-source-maps src/index.html --public-url ./",
"dev": "parcel watch src/index.html --public-url ./",
"lint": "eslint . --ext .ts"
},
"keywords": [],
"author": "npgrosser",
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.1-alpha.35",
"asciimath2tex": "^1.3.0",
"async-mutex": "^0.3.2",
"pako": "^2.0.4"
},
"devDependencies": {
"@types/pako": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint": "^8.10.0",
"parcel": "^2.2.0",
"typescript": "^4.6.2"
}
}