{ "//": [ "SPDX-FileCopyrightText: 2021-2024 The Refinery Authors ", "", "SPDX-License-Identifier: EPL-2.0" ], "name": "@refinery/frontend", "version": "0.0.0", "description": "Web frontend for Refinery", "type": "module", "private": true, "scripts": { "build": "MODE=production vite build", "dev": "MODE=development vite serve", "typegen": "xstate typegen \"src/**/*.ts?(x)\"", "typecheck": "yarn run g:tsc -p subprojects/frontend/tsconfig.shared.json && yarn run g:tsc -p subprojects/frontend/tsconfig.node.json && yarn run g:tsc -p subprojects/frontend/tsconfig.json", "lint": "yarn run g:lint subprojects/frontend", "lint:fix": "yarn run lint --fix" }, "repository": { "type": "git", "url": "git+https://github.com/graphs4value/refinery.git" }, "author": "The Refinery Authors ", "license": "EPL-2.0", "bugs": { "url": "https://github.com/graphs4value/refinery/issues" }, "homepage": "https://refinery.tools", "dependencies": { "@codemirror/autocomplete": "^6.15.0", "@codemirror/commands": "^6.3.3", "@codemirror/language": "^6.10.1", "@codemirror/lint": "^6.5.0", "@codemirror/search": "^6.5.6", "@codemirror/state": "^6.4.1", "@codemirror/view": "^6.26.1", "@emotion/cache": "^11.11.0", "@emotion/react": "^11.11.4", "@emotion/serialize": "^1.1.4", "@emotion/styled": "^11.11.5", "@emotion/utils": "^1.2.1", "@fontsource-variable/jetbrains-mono": "^5.0.20", "@fontsource-variable/open-sans": "^5.0.28", "@fontsource/open-sans": "^5.0.27", "@hpcc-js/wasm": "^2.16.1", "@lezer/common": "^1.2.1", "@lezer/highlight": "^1.2.0", "@lezer/lr": "^1.4.0", "@material-icons/svg": "^1.0.33", "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.15", "@mui/system": "^5.15.15", "@mui/x-data-grid": "^7.1.1", "ansi-styles": "^6.2.1", "csstype": "^3.1.3", "d3": "^7.9.0", "d3-color": "^3.1.0", "d3-graphviz": "patch:d3-graphviz@npm%3A5.3.0#~/.yarn/patches/d3-graphviz-npm-5.3.0-e0eace978a.patch", "d3-selection": "^3.0.0", "d3-zoom": "patch:d3-zoom@npm%3A3.0.0#~/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch", "escape-string-regexp": "^5.0.0", "jspdf": "^2.5.1", "lodash-es": "^4.17.21", "loglevel": "^1.9.1", "loglevel-plugin-prefix": "^0.8.4", "mobx": "^6.12.3", "mobx-react-lite": "^4.0.7", "ms": "^2.1.3", "nanoid": "^5.0.7", "notistack": "^3.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-resize-detector": "^10.0.1", "svg2pdf.js": "^2.2.3", "xstate": "^4.38.3", "zod": "^3.22.4" }, "devDependencies": { "@lezer/generator": "^1.7.0", "@types/d3": "^7.4.3", "@types/d3-color": "^3.1.3", "@types/d3-graphviz": "^2.6.10", "@types/d3-selection": "^3.0.10", "@types/d3-zoom": "^3.0.8", "@types/html-minifier-terser": "^7.0.2", "@types/jspdf": "^2.0.0", "@types/lodash-es": "^4.17.12", "@types/micromatch": "^4.0.6", "@types/ms": "^0.7.34", "@types/node": "^20.12.5", "@types/pnpapi": "^0.0.5", "@types/react": "^18.2.74", "@types/react-dom": "^18.2.24", "@vitejs/plugin-react-swc": "^3.6.0", "@xstate/cli": "^0.5.17", "html-minifier-terser": "^7.2.0", "micromatch": "^4.0.5", "pnpapi": "^0.0.0", "typescript": "5.4.4", "vite": "^5.2.8", "vite-plugin-pwa": "^0.19.8", "workbox-window": "^7.0.0" } }