aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
blob: ba8a0a58b46b767225cf5ad614040f1bb1d33e7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "//": [
    "SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>",
    "",
    "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 <https://refinery.tools/>",
  "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"
  }
}