59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "panorama-app",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@floating-ui/react": "^0.26.16",
|
|
"@fontsource/inter": "^5.0.18",
|
|
"@mui/icons-material": "^5.15.18",
|
|
"@mui/material": "^5.15.18",
|
|
"@react-spring/web": "^9.7.3",
|
|
"@remark-embedder/core": "^3.0.3",
|
|
"@tanstack/react-query": "^5.37.1",
|
|
"@tauri-apps/api": "^1",
|
|
"@tauri-apps/plugin-window-state": "2.0.0-beta.6",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"@uiw/react-md-editor": "^4.0.4",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^3.6.0",
|
|
"formik": "^2.4.6",
|
|
"hast-util-to-jsx-runtime": "^2.3.0",
|
|
"hast-util-to-mdast": "^10.1.0",
|
|
"immutable": "^4.3.6",
|
|
"javascript-time-ago": "^2.5.10",
|
|
"jotai": "^2.8.1",
|
|
"katex": "^0.16.10",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-time-ago": "^7.3.3",
|
|
"rehype-katex": "^7.0.0",
|
|
"remark": "^15.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"remark-rehype": "^11.1.0",
|
|
"use-debounce": "^10.0.1",
|
|
"uuidv7": "^1.0.0",
|
|
"vfile": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.0.0-beta.20",
|
|
"@types/mdast": "^4.0.4",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"sass": "^1.77.2",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|