-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
68 lines (68 loc) · 1.82 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "logseq-omnivore",
"version": "1.16.5",
"description": "Import Omnivore highlights and articles into Logseq.",
"main": "dist/index.html",
"targets": {
"main": false
},
"default": "dist/index.html",
"author": "Omnivore",
"repository": {
"type": "git",
"url": "https://github.com/omnivore-app/logseq-omnivore"
},
"scripts": {
"dev": "vite dev public --base=./",
"build": "vite build public --outDir ../dist --base=./",
"lint": "eslint --ext .ts src"
},
"license": "MIT",
"logseq": {
"id": "_logseq-omnivore",
"title": "Omnivore",
"icon": "./public/icon.png"
},
"dependencies": {
"@logseq/libs": "^0.0.15",
"@omnivore-app/api": "^1.0.4",
"date-fns": "^2.29.3",
"diff-match-patch": "^1.0.5",
"lodash": "^4.17.21",
"logseq-l10n": "^0.2.0",
"luxon": "^3.2.1",
"markdown-escape": "^1.1.0",
"mustache": "^4.2.0",
"out-of-character": "^1.2.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.4",
"@types/chai-string": "^1.4.2",
"@types/diff-match-patch": "^1.0.32",
"@types/lodash": "^4.14.194",
"@types/luxon": "^2.3.2",
"@types/markdown-escape": "^1.1.0",
"@types/mocha": "^10.0.1",
"@types/mustache": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"chai": "^4.3.7",
"chai-string": "^1.5.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^10.2.0",
"prettier": "^2.5.1",
"vite": "^4.5.3",
"vite-plugin-logseq": "^1.1.2",
"semantic-release": "^19.0.3",
"typescript": "^4.4.3"
},
"volta": {
"node": "18.16.1",
"pnpm": "8.9.2"
}
}