UNPKG

@keadex/mina-live

Version:

Web porting of the Keadex Mina application.

117 lines (116 loc) 3.45 kB
{ "name": "@keadex/mina-live", "description": "Web porting of the Keadex Mina application.", "author": "Keadex <keadex.it@gmail.com>", "license": "MIT", "version": "3.2.0", "private": false, "homepage": "https://keadex.dev", "repository": { "type": "git", "url": "https://github.com/keadex/keadex" }, "publishConfig": { "access": "public" }, "keywords": [ "c4-model", "interactive", "diagrams", "render", "mina", "live", "editor", "web" ], "types": "index.d.ts", "exports": { ".": "./index.js", "./index.css": "./index.css", "./nextjs-middleware": "./mina-live-middleware.js", "./nextjs-plugin": "./mina-live-plugin.js", "./webpack-config": "./webpack.config.js" }, "devDependencies": { "@nx/react": "^22.6.0", "@nx/webpack": "^22.6.0", "@tailwindcss/postcss": "^4.1.18", "@wasm-tool/wasm-pack-plugin": "^1.7.0", "webpack": "^5.104.1", "webpack-node-externals": "^3.0.0", "@tauri-apps/cli": "^2.9.6", "@testing-library/react": "^16.3.2", "@types/escape-html": "^1.0.4", "@types/fabric": "^5.3.11", "@types/fontfaceobserver": "^2.1.3", "@types/pluralize": "^0.0.33", "@types/react": "^19.2.9", "@types/react-dom": "^19.2.3", "@types/react-resizable": "^3.0.8", "@types/wicg-file-system-access": "^2023.10.7", "@vitejs/plugin-react": "^5.1.3", "autoprefixer": "^10.4.24", "next": "^16.1.4", "postcss": "^8.5.6", "postcss-import": "^16.1.1", "semver": "^7.7.4", "typescript": "^5.9.3" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^7.1.0", "@fortawesome/free-solid-svg-icons": "^7.1.0", "@fortawesome/react-fontawesome": "^3.1.1", "@hpcc-js/wasm-graphviz": "^1.21.0", "@monaco-editor/react": "^4.7.0", "@reduxjs/toolkit": "^2.11.2", "@tanstack/react-table": "^8.21.3", "@tauri-apps/api": "^2.10.1", "@tauri-apps/plugin-clipboard-manager": "^2.3.2", "@tauri-apps/plugin-deep-link": "^2.4.6", "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "^2.4.5", "@tauri-apps/plugin-os": "^2.3.2", "@tauri-apps/plugin-process": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.4", "@tauri-apps/plugin-updater": "^2.10.0", "@yaireo/tagify": "^4.36.0", "ahooks": "^3.9.6", "buffer": "^6.0.3", "change-case": "^5.4.4", "copy-webpack-plugin": "^13.0.1", "escape-html": "^1.0.3", "escape-string-regexp": "^5.0.0", "fabric": "^5.5.2", "fontfaceobserver": "^2.3.0", "i18next": "^25.8.0", "i18next-http-backend": "^3.0.2", "jszip": "^3.10.1", "lodash.clonedeep": "^4.5.0", "monaco-editor": "^0.55.1", "octokit": "^5.0.5", "pluralize": "^8.0.0", "react-color": "^2.19.3", "react-error-boundary": "^6.1.0", "react-ga4": "^2.1.0", "react-hotkeys-hook": "^5.2.3", "react-html-parser": "^2.0.2", "react-i18next": "^16.5.3", "react-player": "^3.4.0", "react-redux": "^9.2.0", "react-resizable": "^3.1.3", "react-resize-detector": "^12.3.0", "react-toastify": "^11.0.5", "tailwindcss": "^4.1.18", "tailwind-merge": "^3.4.0", "ts-key-enum": "^2.0.12", "tw-elements": "1.0.0", "uuid": "^13.0.0", "wasm-pack": "^0.15.0" }, "peerDependencies": { "react-router": "^7.13.0", "react-router-dom": "^7.13.0", "react": "^19.2.3", "react-dom": "^19.2.3" } }