liufree_obsidian-querydash/package.json

36 lines
992 B
JSON
Raw Normal View History

2024-09-17 02:26:48 +00:00
{
2025-04-18 13:17:30 +00:00
"name": "obsidian-querydash",
2025-03-22 11:42:04 +00:00
"description": "Refer to Dataview and add search, sorting, and pagination functions, just like Notion.",
2024-09-17 02:26:48 +00:00
"main": "main.js",
"scripts": {
2025-03-08 10:15:57 +00:00
"dev": "vite build --watch --mode development",
2025-03-01 09:23:19 +00:00
"build": "vite build",
2024-09-17 02:26:48 +00:00
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
2025-02-27 15:55:27 +00:00
"dependencies": {
2025-04-25 23:36:44 +00:00
"@ant-design/icons": "^6.0.0",
2025-04-24 16:31:59 +00:00
"@ant-design/pro-components": "^2.8.7",
2025-03-01 09:23:19 +00:00
"umi-request": "^1.4.0"
2025-02-27 15:55:27 +00:00
},
2024-09-17 02:26:48 +00:00
"devDependencies": {
2025-04-25 23:36:44 +00:00
"@types/luxon": "^3.6.2",
"@types/node": "^22.15.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "8.31.0",
"@typescript-eslint/parser": "8.31.0",
"@vitejs/plugin-react": "^4.4.1",
"builtin-modules": "5.0.0",
2025-02-27 15:55:27 +00:00
"husky": "^9",
2025-04-25 23:36:44 +00:00
"lint-staged": "^15.5.1",
2025-03-01 09:23:19 +00:00
"obsidian": "latest",
2025-04-25 23:36:44 +00:00
"obsidian-dataview": "^0.5.68",
"tslib": "2.8.1",
"vite": "^6.3.3",
2025-03-08 10:15:57 +00:00
"vite-plugin-css-injected-by-js": "^3.5.2"
2024-09-17 02:26:48 +00:00
}
}