logseq-calendar/package.json

39 lines
875 B
JSON
Raw Normal View History

2023-08-23 20:21:01 +00:00
{
"name": "logseq-calendar",
"version": "0.1.0",
"author": "Michael Zhang <mail@mzhang.io>",
"main": "dist/index.html",
"description": "Calendar app for Logseq",
"license": "MIT",
"scripts": {
"dev": "vite",
2023-08-24 00:04:22 +00:00
"watch": "vite build --watch",
2023-08-23 20:21:01 +00:00
"build": "vite build"
},
"devDependencies": {
"@logseq/libs": "^0.0.1-alpha.29",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"sass": "^1.66.1",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.0"
},
"browserslist": [
"chrome 80"
],
"logseq": {
"id": "_edodonfur",
"icon": "logseq.png"
},
"dependencies": {
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"react": "^18.2.0",
2023-08-24 00:04:22 +00:00
"react-dom": "^18.2.0",
2023-08-24 02:47:25 +00:00
"react-keybind": "^0.9.4",
"react-query": "^3.39.3"
2023-08-23 20:21:01 +00:00
}
}