aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/package.json
blob: ddb00f579342602caf2895d4fc98440477774d59 (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
{
  "name": "language-web",
  "version": "0.0.0",
  "description": "Web frontend for VIATRA-Generator",
  "main": "index.js",
  "scripts": {
    "assemble": "webpack --node-env production",
    "stats": "webpack --node-env production --json > build/webpack/stats.json",
    "serve": "webpack serve --node-env development --hot",
    "check": "yarn run check:eslint && yarn run check:stylelint",
    "check:eslint": "eslint .",
    "check:stylelint": "stylelint src/main/css/**/*.scss"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viatra/VIATRA-Generator.git"
  },
  "author": "VIATRA-Generator authors",
  "license": "EPL-2.0",
  "bugs": {
    "url": "https://github.com/viatra/VIATRA-Generator/issues"
  },
  "homepage": "https://github.com/viatra/VIATRA-Generator#readme",
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.15.0",
    "@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.2.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-airbnb-typescript": "^13.0.0",
    "eslint-plugin-import": "^2.24.1",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "html-webpack-plugin": "^5.3.2",
    "image-webpack-loader": "^7.0.1",
    "magic-comments-loader": "^1.4.1",
    "mini-css-extract-plugin": "^2.2.0",
    "@principalstudio/html-webpack-inject-preload": "^1.2.7",
    "sass": "^1.38.0",
    "sass-loader": "^12.1.0",
    "style-loader": "^3.2.1",
    "stylelint": "^13.13.1",
    "stylelint-config-recommended-scss": "^4.3.0",
    "stylelint-scss": "^3.20.1",
    "@types/codemirror": "^5.60.2",
    "@types/react-dom": "^17.0.9",
    "typescript": "^4.4.1",
    "@typescript-eslint/eslint-plugin": "^4.29.2",
    "@typescript-eslint/parser": "^4.29.2",
    "webpack": "^5.51.0",
    "webpack-cli": "^4.8.0",
    "webpack-dev-server": "^4.0.0",
    "webpack-subresource-integrity": "^5.0.0-rc.1"
  },
  "dependencies": {
    "@babel/runtime": "^7.15.0",
    "@emotion/react": "^11.4.1",
    "@emotion/styled": "^11.3.0",
    "@fontsource/jetbrains-mono": "^4.5.0",
    "@fontsource/roboto": "^4.5.0",
    "@material-ui/core": "5.0.0-beta.4",
    "@material-ui/icons": "5.0.0-beta.4",
    "codemirror": "^5.62.3",
    "jquery": "^3.6.0",
    "mobx": "^6.3.2",
    "mobx-react-lite": "^3.2.0",
    "react": "^17.0.2",
    "react-codemirror2": "npm:react-codemirror2-react-17@^1.0.0",
    "react-dom": "^17.0.2",
    "tss-react": "^0.7.3"
  }
}