{ "//": [ "SPDX-FileCopyrightText: 2021-2023 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": "cross-env MODE=production vite build", "serve": "cross-env MODE=development vite serve", "typegen": "xstate typegen \"src/**/*.ts?(x)\"", "typecheck": "tsc -p tsconfig.shared.json && tsc -p tsconfig.node.json && tsc -p tsconfig.json", "lint": "node config/eslintReport.cjs", "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.8.0", "@codemirror/commands": "^6.2.4", "@codemirror/language": "^6.8.0", "@codemirror/lint": "^6.2.2", "@codemirror/search": "^6.5.0", "@codemirror/state": "^6.2.1", "@codemirror/view": "^6.13.2", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fontsource-variable/inter": "^5.0.3", "@fontsource-variable/jetbrains-mono": "^5.0.3", "@lezer/common": "^1.0.3", "@lezer/highlight": "^1.1.6", "@lezer/lr": "^1.3.6", "@material-icons/svg": "^1.0.33", "@mui/icons-material": "5.11.16", "@mui/material": "5.13.5", "@vitejs/plugin-react-swc": "^3.3.2", "ansi-styles": "^6.2.1", "csstype": "^3.1.2", "escape-string-regexp": "^5.0.0", "lodash-es": "^4.17.21", "loglevel": "^1.8.1", "loglevel-plugin-prefix": "^0.8.4", "mobx": "^6.9.0", "mobx-react-lite": "^3.4.3", "ms": "^2.1.3", "nanoid": "^4.0.2", "notistack": "^3.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "xstate": "^4.37.2", "zod": "^3.21.4" }, "devDependencies": { "@lezer/generator": "^1.3.0", "@types/eslint": "^8.40.2", "@types/html-minifier-terser": "^7.0.0", "@types/lodash-es": "^4.17.7", "@types/micromatch": "^4.0.2", "@types/ms": "^0.7.31", "@types/node": "^18.16.18", "@types/prettier": "^2.7.3", "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "@xstate/cli": "^0.5.1", "cross-env": "^7.0.3", "eslint": "^8.43.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-mobx": "^0.0.9", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "html-minifier-terser": "^7.2.0", "micromatch": "^4.0.5", "prettier": "^2.8.8", "typescript": "5.1.3", "vite": "^4.3.9", "vite-plugin-pwa": "^0.16.4", "workbox-window": "^7.0.0" } }