| 123456789101112131415161718192021222324252627282930 |
- {
- "name": "frontend",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "@vicons/ionicons5": "^0.13.0",
- "@vue-flow/background": "^1.3.2",
- "@vue-flow/core": "^1.48.2",
- "axios": "^1.16.1",
- "cytoscape": "^3.34.0",
- "cytoscape-cose-bilkent": "^4.1.0",
- "dompurify": "^3.4.11",
- "marked": "^18.0.5",
- "monaco-editor": "^0.55.1",
- "naive-ui": "^2.44.1",
- "pinia": "^3.0.4",
- "vue": "^3.5.34",
- "vue-router": "^4.6.4"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "^6.0.6",
- "vite": "^8.0.12"
- }
- }
|