aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
blob: a761e74c55b44c3a97935c1f0f8caf6cd72b633c (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
{
  "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": "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.2",
    "@codemirror/language": "^6.6.0",
    "@codemirror/lint": "^6.2.0",
    "@codemirror/search": "^6.3.0",
    "@codemirror/state": "^6.2.0",
    "@codemirror/view": "^6.9.3",
    "@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.11",
    "@mui/material": "5.11.15",
    "@vitejs/plugin-react-swc": "^3.2.0",
    "ansi-styles": "^6.2.1",
    "csstype": "^3.1.1",
    "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",
    "@tsconfig/strictest": "^2.0.0",
    "@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.31",
    "@types/react-dom": "^18.0.11",
    "@typescript-eslint/eslint-plugin": "^5.57.0",
    "@typescript-eslint/parser": "^5.57.0",
    "@xstate/cli": "^0.4.2",
    "cross-env": "^7.0.3",
    "eslint": "^8.37.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.4",
    "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.7",
    "typescript": "5.0.3",
    "vite": "^4.2.1",
    "vite-plugin-pwa": "^0.14.7",
    "workbox-window": "^6.5.4"
  }
}