generated from pengx17/logseq-plugin-template-react
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 1.9 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
{
"name": "logseq-plugin-my-highlights",
"version": "1.19.0",
"main": "dist/index.html",
"author": "Ben Force",
"repository": "https://github.com/theBenForce/logseq-plugin-my-highlights",
"issues": "https://github.com/theBenForce/logseq-plugin-my-highlights/issues",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "jest",
"lint": "npx eslint"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "0.0.14",
"@sentry/react": "^7.29.0",
"@sentry/tracing": "^7.29.0",
"@types/rox-browser": "^5.0.2",
"cheerio": "^1.0.0-rc.12",
"cross-fetch": "^3.1.5",
"date-fns": "^2.29.3",
"firebase": "^9.15.0",
"fuzzy": "^0.1.3",
"hash.js": "^1.1.7",
"luxon": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.3.1",
"rox-browser": "^5.4.2",
"ulidx": "^0.4.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@sentry/cli": "^2.11.0",
"@types/jest": "^29.2.5",
"@types/luxon": "^3.2.0",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@vitejs/plugin-react": "3.0.1",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.31.0",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"semantic-release": "19.0.5",
"ts-jest": "^29.0.3",
"typescript": "4.9.4",
"vite": "4.0.4",
"vite-plugin-react-svg": "^0.2.0",
"vite-plugin-windicss": "1.8.10",
"windicss": "3.5.6"
},
"logseq": {
"id": "logseq-my-highlights",
"title": "My Highlights",
"icon": "./icon.svg"
}
}