UNPKG

@keadex/mina-live

Version:

Web porting of the Keadex Mina application.

110 lines (109 loc) 3.22 kB
{ "name": "@keadex/mina-live", "description": "Web porting of the Keadex Mina application.", "author": "Keadex <keadex.it@gmail.com>", "license": "MIT", "version": "2.5.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": "21.0.3", "@nx/webpack": "21.0.3", "@wasm-tool/wasm-pack-plugin": "^1.7.0", "webpack": "^5.98.0", "webpack-node-externals": "^3.0.0", "@tauri-apps/cli": "^2.2.7", "@testing-library/react": "14.0.0", "@types/escape-html": "^1.0.4", "@types/fabric": "^5.3.10", "@types/fontfaceobserver": "^2.1.2", "@types/pluralize": "^0.0.31", "@types/react": "^18.2.28", "@types/react-dom": "^18.2.13", "@types/react-resizable": "^3.0.5", "@types/uuid": "^9.0.5", "@types/wicg-file-system-access": "^2023.10.5", "@vitejs/plugin-react": "^4.1.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.33", "postcss-import": "^15.1.0", "semver": "^7.6.2", "tailwindcss": "^3.3.3", "typescript": "^5.2.2" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.2", "@hpcc-js/wasm-graphviz": "^1.10.0", "@monaco-editor/react": "^4.6.0", "@reduxjs/toolkit": "^1.9.7", "@tanstack/react-table": "^8.10.7", "@tauri-apps/api": "^2.2.0", "@tauri-apps/plugin-clipboard-manager": "^2.2.1", "@tauri-apps/plugin-deep-link": "^2.2.0", "@tauri-apps/plugin-dialog": "^2.2.0", "@tauri-apps/plugin-os": "^2.2.0", "@tauri-apps/plugin-process": "^2.2.0", "@tauri-apps/plugin-shell": "^2.2.0", "@tauri-apps/plugin-updater": "^2.5.0", "@yaireo/tagify": "^4.24.0", "ahooks": "^3.7.8", "buffer": "^6.0.3", "change-case": "^5.4.3", "copy-webpack-plugin": "^12.0.2", "escape-html": "^1.0.3", "escape-string-regexp": "^5.0.0", "fabric": "^5.5.2", "fontfaceobserver": "^2.3.0", "i18next": "^23.5.1", "i18next-http-backend": "^2.2.2", "lodash.clonedeep": "^4.5.0", "monaco-editor": "^0.44.0", "pluralize": "^8.0.0", "react-color": "^2.19.3", "react-ga4": "^2.1.0", "react-hotkeys-hook": "^4.4.1", "react-html-parser": "^2.0.2", "react-i18next": "^15.4.0", "react-redux": "^8.1.3", "react-resizable": "^3.0.5", "react-resize-detector": "^9.1.0", "react-toastify": "^11.0.3", "ts-key-enum": "^2.0.12", "tw-elements": "1.0.0", "uuid": "^9.0.1", "wasm-pack": "^0.12.1" }, "peerDependencies": { "react-router": "^6.28.0", "react-router-dom": "^6.28.0", "react": "^18.2.0", "react-dom": "^18.2.0" } }