generated from pengx17/logseq-plugin-template-react
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
61 lines (61 loc) · 1.69 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
{
"name": "logseq-plugin-todo",
"version": "1.21.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preinstall": "npx only-allow pnpm"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.17",
"classnames": "^2.3.2",
"dayjs": "^1.11.6",
"less": "^4.1.3",
"lodash-es": "^4.17.21",
"mousetrap": "^1.6.5",
"mousetrap-global-bind": "^1.1.0",
"rc-checkbox": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-select": "^5.7.0",
"react-use": "^17.4.0",
"recoil": "^0.7.6",
"remove-markdown": "^0.5.0",
"swr": "^1.3.0",
"tabler-icons-react": "^1.55.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@types/lodash-es": "^4.17.6",
"@types/mousetrap": "^1.6.10",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/remove-markdown": "^0.3.1",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@vitejs/plugin-react": "2.2.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.27.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"node-fetch": "3.3.0",
"semantic-release": "19.0.5",
"typescript": "4.8.4",
"vite": "3.2.3",
"vite-plugin-logseq": "1.1.2",
"vite-plugin-windicss": "1.8.8",
"windicss": "3.5.6"
},
"logseq": {
"id": "logseq-plugin-todo",
"title": "Todo list",
"icon": "./logo.svg"
}
}