{ "name": "@refinery/frontend", "version": "0.0.0", "description": "Web frontend for Refinery", "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": "eslint .", "lint:ci": "eslint -f json -o build/eslint.json .", "lint:fix": "yarn run lint --fix" }, "repository": { "type": "git", "url": "git+https://github.com/graphs4value/refinery.git" }, "author": "Refinery authors", "license": "EPL-2.0", "bugs": { "url": "https://github.com/graphs4value/issues" }, "homepage": "https://refinery.tools", "dependencies": { "@codemirror/autocomplete": "^6.4.2", "@codemirror/commands": "^6.2.1", "@codemirror/language": "^6.6.0", "@codemirror/lint": "^6.1.1", "@codemirror/search": "^6.2.3", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.9.1", "@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.3", "@lezer/lr": "^1.3.3", "@material-icons/svg": "^1.0.33", "@mui/icons-material": "5.11.9", "@mui/material": "5.11.10", "@vitejs/plugin-react-swc": "^3.2.0", "ansi-styles": "^6.2.1", "escape-string-regexp": "^5.0.0", "lodash-es": "^4.17.21", "loglevel": "^1.8.1", "loglevel-plugin-prefix": "^0.8.4", "mobx": "^6.8.0", "mobx-react-lite": "^3.4.0", "ms": "^2.1.3", "nanoid": "^4.0.1", "notistack": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "xstate": "^4.37.0", "zod": "^3.20.6" }, "devDependencies": { "@lezer/generator": "^1.2.2", "@tsconfig/node18-strictest-esm": "^1.0.1", "@types/eslint": "^8.21.1", "@types/html-minifier-terser": "^7.0.0", "@types/lodash-es": "^4.17.6", "@types/micromatch": "^4.0.2", "@types/ms": "^0.7.31", "@types/node": "^18.14.1", "@types/prettier": "^2.7.2", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "@xstate/cli": "^0.4.2", "cross-env": "^7.0.3", "eslint": "^8.35.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.6.0", "eslint-import-resolver-typescript": "^3.5.3", "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.1.0", "micromatch": "^4.0.5", "prettier": "^2.8.4", "typescript": "4.9.5", "vite": "^4.1.4", "vite-plugin-pwa": "^0.14.4", "workbox-window": "^6.5.4" } }