mirror of
https://github.com/vndangkhoa/Sys-Arc-Visl.git
synced 2026-04-05 01:17:57 +07:00
80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
{
|
|
"name": "kv-graph",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "AI-Powered Diagram Editor - Transform ideas into beautiful, interactive flowcharts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,css,json}\"",
|
|
"format:check": "prettier --check \"src/**/*.{ts,tsx,css,json}\"",
|
|
"typecheck": "tsc --noEmit",
|
|
"clean": "rm -rf dist node_modules/.cache",
|
|
"test": "vitest"
|
|
},
|
|
"keywords": [
|
|
"diagram",
|
|
"flowchart",
|
|
"mermaid",
|
|
"react-flow",
|
|
"ai",
|
|
"visualization"
|
|
],
|
|
"author": "KV",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@huggingface/transformers": "^3.8.1",
|
|
"@mlc-ai/web-llm": "^0.2.80",
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"@types/dagre": "^0.7.53",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/randomcolor": "^0.5.9",
|
|
"@xyflow/react": "^12.10.0",
|
|
"clsx": "^2.1.1",
|
|
"dagre": "^0.8.5",
|
|
"file-saver": "^2.0.5",
|
|
"html-to-image": "^1.11.13",
|
|
"lucide-react": "^0.562.0",
|
|
"mermaid": "^11.12.2",
|
|
"randomcolor": "^0.6.2",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-router-dom": "^7.11.0",
|
|
"y-indexeddb": "^9.0.12",
|
|
"y-webrtc": "^10.3.0",
|
|
"yjs": "^13.6.28",
|
|
"zundo": "^2.3.0",
|
|
"zustand": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@rollup/rollup-darwin-arm64": "^4.55.0",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.5",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"jsdom": "^27.4.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.9",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.46.4",
|
|
"vite": "^7.2.4",
|
|
"vitest": "^4.0.16"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|