aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
blob: 7a931d95350a099ca80a9ff3e0cc4370c4f1d637 (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
{
  "name": "refinery",
  "version": "0.0.0",
  "description": "Web frontend for VIATRA-Generator",
  "main": "index.js",
  "scripts": {
    "assemble": "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 -c ./.eslintrc.ci.js -f json -o build/eslint.json .",
    "check:stylelint": "stylelint src/main/css/**/*.scss",
    "check:stylelint:ci": "stylelint -f json src/main/css/**/*.scss > build/stylelint.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphs4value/refinery.git"
  },
  "author": "VIATRA-Generator authors",
  "license": "EPL-2.0",
  "bugs": {
    "url": "https://github.com/graphs4value/issues"
  },
  "homepage": "https://refinery.tools",
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "babel-loader": "^8.2.2",
    "css-loader": "^6.3.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-airbnb-typescript": "^14.0.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-sonarjs": "^0.10.0",
    "html-webpack-plugin": "^5.3.2",
    "image-webpack-loader": "^8.0.1",
    "magic-comments-loader": "^1.4.1",
    "mini-css-extract-plugin": "^2.3.0",
    "@principalstudio/html-webpack-inject-preload": "^1.2.7",
    "sass": "^1.42.1",
    "sass-loader": "^12.1.0",
    "style-loader": "^3.3.0",
    "stylelint": "^13.13.1",
    "stylelint-config-recommended-scss": "^4.3.0",
    "stylelint-scss": "^3.21.0",
    "@types/codemirror": "^5.60.3",
    "@types/react-dom": "^17.0.9",
    "typescript": "^4.4.3",
    "@typescript-eslint/eslint-plugin": "^4.32.0",
    "@typescript-eslint/parser": "^4.32.0",
    "webpack": "^5.56.0",
    "webpack-cli": "^4.8.0",
    "webpack-dev-server": "^4.3.0",
    "webpack-subresource-integrity": "^5.0.0"
  },
  "dependencies": {
    "ansi-styles": "^6.1.0",
    "@babel/runtime": "^7.15.4",
    "@emotion/react": "^11.4.1",
    "@emotion/styled": "^11.3.0",
    "@fontsource/jetbrains-mono": "^4.5.0",
    "@fontsource/roboto": "^4.5.0",
    "@mui/material": "5.0.2",
    "@mui/icons-material": "5.0.1",
    "codemirror": "^5.63.1",
    "jquery": "^3.6.0",
    "loglevel": "^1.7.1",
    "loglevel-plugin-prefix": "^0.8.4",
    "mobx": "^6.3.3",
    "mobx-react-lite": "^3.2.1",
    "react": "^17.0.2",
    "react-codemirror2": "npm:react17-codemirror2@^7.2.3",
    "react-dom": "^17.0.2"
  }
}