aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
blob: 12aff7bf587da5e313f4259089c21e9ad8c29c77 (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
{
  "name": "@refinery/frontend",
  "version": "0.0.0",
  "description": "Web frontend for Refinery",
  "main": "index.js",
  "scripts": {
    "assemble:lezer": "lezer-generator src/language/problem.grammar -o build/generated/sources/lezer/problem.ts",
    "assemble:webpack": "webpack --node-env production",
    "serve": "webpack serve --node-env development --hot",
    "check": "yarn run check:eslint && yarn run check:stylelint",
    "check:eslint": "eslint .",
    "check:eslint:ci": "eslint -f json -o build/eslint.json .",
    "check:stylelint": "stylelint src/**/*.scss",
    "check:stylelint:ci": "stylelint -f json src/**/*.scss > build/stylelint.json"
  },
  "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",
  "devDependencies": {
    "@babel/core": "^7.18.10",
    "@babel/plugin-transform-runtime": "^7.18.10",
    "@babel/preset-env": "^7.18.10",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@lezer/generator": "^1.1.1",
    "@principalstudio/html-webpack-inject-preload": "^1.2.7",
    "@types/react": "^18.0.17",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "@typescript-eslint/parser": "^5.33.0",
    "babel-loader": "^8.2.5",
    "css-loader": "^6.7.1",
    "eslint": "^8.21.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-hooks": "^4.6.0",
    "html-webpack-plugin": "^5.5.0",
    "image-webpack-loader": "^8.1.0",
    "mini-css-extract-plugin": "^2.6.1",
    "postcss": "^8.4.16",
    "postcss-scss": "^4.0.4",
    "sass": "^1.54.4",
    "sass-loader": "^13.0.2",
    "style-loader": "^3.3.1",
    "stylelint": "^14.10.0",
    "stylelint-config-recommended-scss": "^7.0.0",
    "stylelint-scss": "^4.3.0",
    "typescript": "~4.7.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.10.0",
    "webpack-subresource-integrity": "^5.1.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.18.9",
    "@codemirror/autocomplete": "^6.1.0",
    "@codemirror/commands": "^6.0.1",
    "@codemirror/language": "^6.2.1",
    "@codemirror/lint": "^6.0.0",
    "@codemirror/search": "^6.0.1",
    "@codemirror/state": "^6.1.1",
    "@codemirror/view": "^6.2.0",
    "@emotion/react": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "@fontsource/jetbrains-mono": "^4.5.10",
    "@fontsource/roboto": "^4.5.8",
    "@lezer/common": "^1.0.0",
    "@lezer/highlight": "^1.0.0",
    "@lezer/lr": "^1.2.1",
    "@mui/icons-material": "5.8.4",
    "@mui/material": "5.10.0",
    "ansi-styles": "^6.1.0",
    "escape-string-regexp": "^5.0.0",
    "loglevel": "^1.8.0",
    "loglevel-plugin-prefix": "^0.8.4",
    "mobx": "^6.6.1",
    "mobx-react-lite": "^3.4.0",
    "nanoid": "^4.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "zod": "^3.18.0"
  }
}