2024-09-17 02:26:48 +00:00
{
2025-04-18 13:17:30 +00:00
"name" : "obsidian-querydash" ,
2025-10-12 07:57:13 +00:00
"description" : "The new view for bases refers to an updated or additional interface that allows users to interact with base data in a different way, such as through enhanced search, sorting, and pagination features, similar to Notion. This improves usability and data management within your application. It was originally a new view for dataview, but now its functionality has been extended to bases." ,
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-10-11 16:14:39 +00:00
"@ant-design/icons" : "^6.1.0" ,
"@ant-design/pro-components" : "^2.8.10" ,
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-10-11 16:14:39 +00:00
"@types/luxon" : "^3.7.1" ,
2025-10-12 07:17:09 +00:00
"@types/node" : "^24.7.2" ,
"@types/react" : "^18.3.7" ,
"@types/react-dom" : "^18.3.7" ,
2025-10-11 16:14:39 +00:00
"@typescript-eslint/eslint-plugin" : "8.46.0" ,
"@typescript-eslint/parser" : "8.46.0" ,
"@vitejs/plugin-react" : "^5.0.4" ,
2025-04-25 23:36:44 +00:00
"builtin-modules" : "5.0.0" ,
2025-02-27 15:55:27 +00:00
"husky" : "^9" ,
2025-10-11 16:14:39 +00:00
"lint-staged" : "^16.2.4" ,
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" ,
2025-10-12 07:17:09 +00:00
"vite" : "7.1.9" ,
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
}
}