github.com/pluralsh/plural-cli@v0.9.5/pkg/ui/web/package.json (about) 1 { 2 "name": "frontend", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc && vite build", 9 "lint": "yarn lint:ts", 10 "lint:ts": "eslint ./src", 11 "fix": "yarn fix:ts", 12 "fix:ts": "eslint ./src --fix", 13 "graphql:codegen": "graphql-codegen --config codegen.yml" 14 }, 15 "engines": { 16 "node": "18.12.1" 17 }, 18 "packageManager": "yarn@3.4.1", 19 "dependencies": { 20 "@absinthe/socket": "0.2.1", 21 "@absinthe/socket-apollo-link": "0.2.1", 22 "@apollo/client": "3.7.10", 23 "@emotion/react": "11.10.6", 24 "@emotion/styled": "11.10.6", 25 "@pluralsh/design-system": "1.334.0", 26 "grommet": "2.31.0", 27 "honorable": "0.194.0", 28 "honorable-theme-default": "0.77.0", 29 "lodash": "4.17.21", 30 "phoenix": "1.7.2", 31 "react": "18.2.0", 32 "react-dom": "18.2.0", 33 "react-router-dom": "6.9.0", 34 "styled-components": "5.3.9" 35 }, 36 "devDependencies": { 37 "@graphql-codegen/add": "4.0.1", 38 "@graphql-codegen/cli": "3.2.2", 39 "@graphql-codegen/introspection": "3.0.1", 40 "@graphql-codegen/typescript": "3.0.2", 41 "@graphql-codegen/typescript-operations": "3.0.2", 42 "@graphql-codegen/typescript-react-apollo": "3.3.7", 43 "@pluralsh/eslint-config-typescript": "2.5.41", 44 "@types/absinthe__socket": "0.2.3", 45 "@types/absinthe__socket-apollo-link": "0.2.1", 46 "@types/phoenix": "1.5.5", 47 "@types/react": "18.0.28", 48 "@types/react-dom": "18.0.11", 49 "@types/styled-components": "5.1.26", 50 "@typescript-eslint/eslint-plugin": "5.56.0", 51 "@vitejs/plugin-react": "3.1.0", 52 "eslint": "8.33.0", 53 "eslint-plugin-import": "2.27.5", 54 "eslint-plugin-import-newlines": "1.3.1", 55 "eslint-plugin-jsx-a11y": "6.7.1", 56 "eslint-plugin-react": "7.32.2", 57 "eslint-plugin-react-hooks": "4.6.0", 58 "typescript": "5.0.2", 59 "vite": "4.2.1" 60 } 61 }