mirror of
https://github.com/liufree/obsidian-querydash.git
synced 2026-07-22 05:41:49 +00:00
35 lines
992 B
JSON
35 lines
992 B
JSON
{
|
|
"name": "obsidian-querydash",
|
|
"description": "Refer to Dataview and add search, sorting, and pagination functions, just like Notion.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "vite build --watch --mode development",
|
|
"build": "vite build",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^6.0.0",
|
|
"@ant-design/pro-components": "^2.8.7",
|
|
"umi-request": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"husky": "^9",
|
|
"lint-staged": "^15.5.1",
|
|
"obsidian": "latest",
|
|
"obsidian-dataview": "^0.5.68",
|
|
"tslib": "2.8.1",
|
|
"vite": "^6.3.3",
|
|
"vite-plugin-css-injected-by-js": "^3.5.2"
|
|
}
|
|
}
|