forked from benjypng/logseq-todoist-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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-todoist-plugin",
"version": "4.3.0",
"author": "hkgnp",
"description": "Simple Todoist plugin to pull only active tasks from specified project, i.e. Inbox",
"logseq": {
"id": "logseq-todoist-plugin",
"title": "logseq-todoist-plugin",
"icon": "./icon.png"
},
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "postcss src/tailwind.css -o src/App.css && parcel build --no-source-maps src/index.html --public-url ./"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.6",
"axios": "^0.27.2",
"logseq-dateutils": "^0.0.21",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use": "^17.3.2",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"buffer": "^6.0.3",
"eslint-plugin-react": "7.26.1",
"parcel": "^2.5.0",
"typescript": "^4.6.4"
}
}