aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
blob: 1edd7f34726e35515aab7836bab95c325b633774 (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
100
101
102
{
  "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.16.5",
    "@babel/plugin-transform-runtime": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-react": "^7.16.5",
    "@babel/preset-typescript": "^7.16.5",
    "@lezer/generator": "^0.15.2",
    "@principalstudio/html-webpack-inject-preload": "^1.2.7",
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "@typescript-eslint/eslint-plugin": "^5.7.0",
    "@typescript-eslint/parser": "^5.7.0",
    "babel-loader": "^8.2.3",
    "css-loader": "^6.5.1",
    "eslint": "^8.4.1",
    "eslint-config-airbnb": "^19.0.2",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.27.1",
    "eslint-plugin-react-hooks": "^4.3.0",
    "html-webpack-plugin": "^5.5.0",
    "image-webpack-loader": "^8.0.1",
    "mini-css-extract-plugin": "^2.4.5",
    "postcss": "^8.4.5",
    "postcss-scss": "^4.0.2",
    "sass": "^1.45.0",
    "sass-loader": "^12.4.0",
    "style-loader": "^3.3.1",
    "stylelint": "^14.1.0",
    "stylelint-config-recommended-scss": "^5.0.2",
    "stylelint-scss": "^4.0.1",
    "typescript": "~4.5.4",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.6.0",
    "webpack-subresource-integrity": "^5.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.16.5",
    "@codemirror/autocomplete": "^0.19.9",
    "@codemirror/closebrackets": "^0.19.0",
    "@codemirror/commands": "^0.19.6",
    "@codemirror/comment": "^0.19.0",
    "@codemirror/fold": "^0.19.2",
    "@codemirror/gutter": "^0.19.9",
    "@codemirror/highlight": "^0.19.6",
    "@codemirror/history": "^0.19.0",
    "@codemirror/language": "^0.19.7",
    "@codemirror/lint": "^0.19.3",
    "@codemirror/matchbrackets": "^0.19.3",
    "@codemirror/rangeset": "^0.19.2",
    "@codemirror/rectangular-selection": "^0.19.1",
    "@codemirror/search": "^0.19.4",
    "@codemirror/state": "^0.19.6",
    "@codemirror/view": "^0.19.31",
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@fontsource/jetbrains-mono": "^4.5.0",
    "@fontsource/roboto": "^4.5.1",
    "@lezer/common": "^0.15.10",
    "@lezer/lr": "^0.15.5",
    "@mui/icons-material": "5.2.1",
    "@mui/material": "5.2.3",
    "ansi-styles": "^6.1.0",
    "escape-string-regexp": "^5.0.0",
    "loglevel": "^1.8.0",
    "loglevel-plugin-prefix": "^0.8.4",
    "mobx": "^6.3.8",
    "mobx-react-lite": "^3.2.2",
    "nanoid": "^3.1.30",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "zod": "^3.11.6"
  }
}