panorama/ui/package.json

60 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2024-05-25 10:04:05 +00:00
{
2024-06-18 19:16:38 +00:00
"name": "panorama",
2024-05-25 10:04:05 +00:00
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
2024-06-02 21:37:36 +00:00
"build": "vite build",
2024-05-25 10:04:05 +00:00
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
2024-05-25 11:45:23 +00:00
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@floating-ui/react": "^0.26.16",
2024-05-25 10:04:05 +00:00
"@fontsource/inter": "^5.0.18",
2024-05-25 11:45:23 +00:00
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
2024-05-28 04:01:41 +00:00
"@react-spring/web": "^9.7.3",
2024-05-27 05:43:09 +00:00
"@remark-embedder/core": "^3.0.3",
2024-05-25 10:04:05 +00:00
"@tanstack/react-query": "^5.37.1",
"@tauri-apps/api": "^1",
2024-06-02 21:37:36 +00:00
"@tauri-apps/plugin-window-state": "2.0.0-beta.6",
2024-05-27 04:07:02 +00:00
"@uidotdev/usehooks": "^2.4.1",
2024-05-25 11:45:23 +00:00
"@uiw/react-md-editor": "^4.0.4",
2024-05-25 16:13:07 +00:00
"classnames": "^2.5.1",
2024-05-27 05:43:09 +00:00
"date-fns": "^3.6.0",
2024-05-27 19:44:24 +00:00
"formik": "^2.4.6",
2024-05-25 16:13:07 +00:00
"hast-util-to-jsx-runtime": "^2.3.0",
2024-05-25 15:11:34 +00:00
"hast-util-to-mdast": "^10.1.0",
2024-05-27 07:02:19 +00:00
"immutable": "^4.3.6",
2024-05-25 11:45:23 +00:00
"javascript-time-ago": "^2.5.10",
2024-05-25 15:11:34 +00:00
"jotai": "^2.8.1",
2024-05-27 04:35:18 +00:00
"katex": "^0.16.10",
2024-05-25 15:11:34 +00:00
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-markdown": "^2.1.0",
2024-05-25 10:04:05 +00:00
"react": "^18.2.0",
2024-05-25 11:45:23 +00:00
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
2024-05-25 16:13:07 +00:00
"react-time-ago": "^7.3.3",
2024-05-27 04:35:18 +00:00
"rehype-katex": "^7.0.0",
2024-05-25 16:13:07 +00:00
"remark": "^15.0.1",
2024-05-27 04:35:18 +00:00
"remark-math": "^6.0.0",
2024-05-25 16:13:07 +00:00
"remark-rehype": "^11.1.0",
2024-05-27 04:07:02 +00:00
"use-debounce": "^10.0.1",
2024-05-27 04:35:18 +00:00
"uuidv7": "^1.0.0",
2024-05-25 16:13:07 +00:00
"vfile": "^6.0.1"
2024-05-25 10:04:05 +00:00
},
"devDependencies": {
2024-06-02 21:37:36 +00:00
"@tauri-apps/cli": "2.0.0-beta.20",
2024-05-25 16:13:07 +00:00
"@types/mdast": "^4.0.4",
2024-05-25 10:04:05 +00:00
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
2024-05-28 04:01:41 +00:00
"rollup-plugin-visualizer": "^5.12.0",
2024-05-25 10:04:05 +00:00
"sass": "^1.77.2",
"typescript": "^5.0.2",
"vite": "^5.0.0"
}
}