{ "//": [ "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.5.1", "@codemirror/commands": "^6.2.2", "@codemirror/language": "^6.6.0", "@codemirror/lint": "^6.2.1", "@codemirror/search": "^6.3.0", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.9.4", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@fontsource/inter": "^4.5.15", "@fontsource/jetbrains-mono": "^4.5.12", "@lezer/common": "^1.0.2", "@lezer/highlight": "^1.1.4", "@lezer/lr": "^1.3.3", "@material-icons/svg": "^1.0.33", "@mui/icons-material": "5.11.16", "@mui/material": "5.12.0", "@vitejs/plugin-react-swc": "^3.3.0", "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.1", "zod": "^3.21.4" }, "devDependencies": { "@lezer/generator": "^1.2.2", "@types/eslint": "^8.37.0", "@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.15.11", "@types/prettier": "^2.7.2", "@types/react": "^18.0.35", "@types/react-dom": "^18.0.11", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", "@xstate/cli": "^0.4.2", "cross-env": "^7.0.3", "eslint": "^8.38.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.7", "typescript": "5.0.4", "vite": "^4.2.1", "vite-plugin-pwa": "^0.14.7", "workbox-window": "^6.5.4" } }