{ "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-loader": "^8.2.2", "before-build-webpack": "^0.2.11", "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", "mini-css-extract-plugin": "^2.2.0", "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": { "@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" } }