43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "graph-notes",
|
|
"private": true,
|
|
"version": "1.5.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@blinksgg/canvas": "file:../blinksgg/gg-antifragile/packages/canvas",
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-dialog": "^2",
|
|
"@tauri-apps/plugin-fs": "^2",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"d3-force": "^3.0.0",
|
|
"dompurify": "^3.3.2",
|
|
"graphology": "^0.26.0",
|
|
"graphology-types": "^0.24.8",
|
|
"highlight.js": "^11.11.1",
|
|
"jotai": "^2.18.0",
|
|
"jotai-family": "^1.0.1",
|
|
"marked": "^15.0.0",
|
|
"mermaid": "^11.12.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@tauri-apps/cli": "^2",
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"tailwindcss": "^4.2.1",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.0.4"
|
|
}
|
|
}
|