{ "name": "chat", "version": "1.0.0", "description": "A chat demo using a GraphQL subscription", "main": "bundle.js", "scripts": { "build": "webpack", "watch": "webpack --watch", "pretty": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --quiet --fix" }, "author": "Matthias Ladkau", "license": "ISC", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.8.2", "@typescript-eslint/parser": "^4.8.2", "css-loader": "^5.0.1", "eslint": "^7.14.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.1.4", "prettier": "^2.2.1", "ts-loader": "^8.0.11", "typescript": "^4.1.2", "vue": "^2.6.12", "vue-loader": "^15.9.5", "vue-template-compiler": "^2.6.12", "webpack": "^5.9.0", "webpack-cli": "^4.2.0" } }