generated from pengx17/logseq-plugin-template-react
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "logseq-memos-sync",
"version": "1.3.1",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preinstall": "npx only-allow pnpm",
"test": "jest",
"prepare": "husky install"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.10",
"axios": "^1.2.0",
"date-fns": "^2.29.3"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@types/jest": "^29.5.0",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.28.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"semantic-release": "19.0.5",
"ts-jest": "^29.1.0",
"typescript": "4.9.3",
"vite": "3.2.7",
"vite-plugin-logseq": "1.1.2"
},
"logseq": {
"id": "_eindex-logseq-memos-sync",
"icon": "./logo.webp"
}
}