mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
d864bed4f4
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5675 GitOrigin-RevId: b320b6f5bb092d20a4de8e51f6711323dd2b0a05
203 lines
6.5 KiB
JSON
203 lines
6.5 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "nx serve",
|
|
"build": "nx build",
|
|
"test": "nx test"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ant-design/icons": "4.7.0",
|
|
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
"@graphql-codegen/core": "^1.17.8",
|
|
"@graphql-codegen/typescript": "^1.17.10",
|
|
"@hookform/resolvers": "2.8.10",
|
|
"@radix-ui/react-collapsible": "^0.1.1",
|
|
"@radix-ui/react-dialog": "^0.1.7",
|
|
"@radix-ui/react-switch": "^0.1.5",
|
|
"@radix-ui/react-tooltip": "^0.1.0",
|
|
"@reduxjs/toolkit": "^1.5.1",
|
|
"@types/lodash.get": "^4.4.6",
|
|
"@xstate/react": "^2.0.0",
|
|
"ace-builds": "^1.4.11",
|
|
"antd": "4.18.6",
|
|
"apollo-link": "1.2.14",
|
|
"apollo-link-ws": "1.0.20",
|
|
"axios": "0.27.2",
|
|
"brace": "0.11.1",
|
|
"case-sensitive-paths-webpack-plugin": "^2.3.0",
|
|
"clsx": "1.1.1",
|
|
"core-js": "^3.6.5",
|
|
"graphiql": "1.0.0-alpha.0",
|
|
"graphiql-code-exporter": "2.0.8",
|
|
"graphiql-explorer": "0.6.2",
|
|
"graphql": "14.5.8",
|
|
"graphql-voyager": "1.0.0-rc.29",
|
|
"highlight.js": "9.15.8",
|
|
"history": "3.3.0",
|
|
"immer": "9.0.12",
|
|
"inflection": "1.12.0",
|
|
"isomorphic-fetch": "2.2.1",
|
|
"jsonwebtoken": "8.5.1",
|
|
"jwt-decode": "^3.0.0",
|
|
"less": "3.11.1",
|
|
"lodash.get": "4.4.2",
|
|
"lodash.merge": "4.6.2",
|
|
"lodash.pickby": "^4.6.0",
|
|
"lodash.uniqueid": "^4.0.1",
|
|
"moment": "^2.26.0",
|
|
"piping": "0.3.2",
|
|
"prop-types": "15.7.2",
|
|
"react": "17.0.2",
|
|
"react-ace": "8.0.0",
|
|
"react-autosuggest": "10.0.2",
|
|
"react-bootstrap": "0.32.4",
|
|
"react-copy-to-clipboard": "5.0.2",
|
|
"react-datetime": "^2.16.3",
|
|
"react-dom": "17.0.2",
|
|
"react-helmet": "5.2.1",
|
|
"react-hook-form": "7.15.4",
|
|
"react-icons": "^4.3.1",
|
|
"react-json-view": "^1.21.3",
|
|
"react-modal": "3.11.2",
|
|
"react-notification-system-redux": "2.0.1",
|
|
"react-progress-bar-plus": "1.3.1",
|
|
"react-query": "^3.29.0",
|
|
"react-redux": "7.2.4",
|
|
"react-router": "3.2.6",
|
|
"react-router-redux": "4.0.8",
|
|
"react-select": "2.4.4",
|
|
"react-table": "6.11.5",
|
|
"react-tabs": "3.1.0",
|
|
"react-toggle": "4.1.1",
|
|
"react-youtube": "^7.13.0",
|
|
"redux": "4.1.0",
|
|
"redux-thunk": "2.3.0",
|
|
"regenerator-runtime": "0.13.7",
|
|
"reselect": "^4.0.0",
|
|
"sanitize-filename": "1.6.3",
|
|
"semver": "5.5.1",
|
|
"sql-formatter": "2.3.3",
|
|
"styled-components": "5.0.1",
|
|
"styled-system": "5.1.5",
|
|
"subscriptions-transport-ws": "0.9.16",
|
|
"ts-essentials": "7.0.3",
|
|
"tslib": "^2.3.0",
|
|
"uuid": "8.3.2",
|
|
"xstate": "^4.30.1",
|
|
"zod": "3.17.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.12.13",
|
|
"@babel/preset-typescript": "7.12.13",
|
|
"@hookform/devtools": "^4.2.2",
|
|
"@nrwl/cli": "14.5.2",
|
|
"@nrwl/cypress": "14.5.2",
|
|
"@nrwl/eslint-plugin-nx": "14.5.2",
|
|
"@nrwl/jest": "14.5.2",
|
|
"@nrwl/linter": "14.5.2",
|
|
"@nrwl/react": "14.5.2",
|
|
"@nrwl/storybook": "^14.5.6",
|
|
"@nrwl/web": "14.5.2",
|
|
"@nrwl/workspace": "14.5.2",
|
|
"@storybook/addon-essentials": "~6.5.9",
|
|
"@storybook/addon-interactions": "^6.5.10",
|
|
"@storybook/addon-links": "^6.5.10",
|
|
"@storybook/builder-webpack5": "~6.5.9",
|
|
"@storybook/core-server": "~6.5.9",
|
|
"@storybook/jest": "^0.0.10",
|
|
"@storybook/manager-webpack5": "~6.5.9",
|
|
"@storybook/react": "~6.5.9",
|
|
"@storybook/testing-library": "^0.0.13",
|
|
"@svgr/webpack": "^5.4.0",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.4",
|
|
"@testing-library/cypress": "^8.0.3",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@testing-library/react-hooks": "7.0.2",
|
|
"@types/clean-webpack-plugin": "0.1.3",
|
|
"@types/concurrently": "5.1.0",
|
|
"@types/dotenv": "8.2.0",
|
|
"@types/file-loader": "4.2.0",
|
|
"@types/fork-ts-checker-webpack-plugin": "0.4.5",
|
|
"@types/highlight.js": "9.12.4",
|
|
"@types/isomorphic-fetch": "0.0.35",
|
|
"@types/jest": "27.4.1",
|
|
"@types/jquery": "3.3.33",
|
|
"@types/jwt-decode": "2.2.1",
|
|
"@types/lodash": "^4.14.159",
|
|
"@types/lodash.merge": "^4.6.6",
|
|
"@types/lodash.pickby": "^4.6.7",
|
|
"@types/lodash.uniqueid": "^4.0.7",
|
|
"@types/mini-css-extract-plugin": "0.9.1",
|
|
"@types/node": "16.11.7",
|
|
"@types/optimize-css-assets-webpack-plugin": "5.0.1",
|
|
"@types/react": "17.0.39",
|
|
"@types/react-addons-test-utils": "0.14.25",
|
|
"@types/react-autosuggest": "^10.1.5",
|
|
"@types/react-bootstrap": "0.32.21",
|
|
"@types/react-dom": "17.0.17",
|
|
"@types/react-helmet": "5.0.15",
|
|
"@types/react-hot-loader": "4.1.1",
|
|
"@types/react-notification-system-redux": "1.1.6",
|
|
"@types/react-redux": "7.1.7",
|
|
"@types/react-router": "3.0.8",
|
|
"@types/react-router-redux": "4.0.44",
|
|
"@types/react-select": "3.0.12",
|
|
"@types/react-toggle": "4.0.2",
|
|
"@types/react-youtube": "^7.6.2",
|
|
"@types/redux-devtools": "3.0.47",
|
|
"@types/redux-devtools-dock-monitor": "1.1.33",
|
|
"@types/redux-devtools-log-monitor": "1.0.34",
|
|
"@types/redux-mock-store": "1.0.2",
|
|
"@types/reselect": "^2.2.0",
|
|
"@types/sinon": "7.5.2",
|
|
"@types/sql-formatter": "2.3.0",
|
|
"@types/styled-components": "5.1.0",
|
|
"@types/styled-system": "5.1.9",
|
|
"@types/terser-webpack-plugin": "2.2.0",
|
|
"@types/unused-files-webpack-plugin": "3.4.1",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/webpack": "4.41.7",
|
|
"@types/webpack-bundle-analyzer": "2.13.3",
|
|
"@types/webpack-dev-middleware": "3.7.0",
|
|
"@types/webpack-hot-middleware": "2.25.0",
|
|
"@types/ws": "7.2.3",
|
|
"@types/youtube-player": "^5.5.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
|
"@typescript-eslint/parser": "^5.29.0",
|
|
"autoprefixer": "^10.4.8",
|
|
"babel-jest": "27.5.1",
|
|
"babel-loader": "8.1.0",
|
|
"crypto-browserify": "^3.12.0",
|
|
"cypress": "^10.2.0",
|
|
"eslint": "~8.15.0",
|
|
"eslint-config-prettier": "8.1.0",
|
|
"eslint-plugin-chai-friendly": "^0.7.2",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
|
"eslint-plugin-react": "7.30.1",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"jest": "27.5.1",
|
|
"msw": "^0.44.2",
|
|
"msw-storybook-addon": "^1.6.3",
|
|
"nx": "14.5.2",
|
|
"path-browserify": "^1.0.1",
|
|
"postcss": "^8.4.16",
|
|
"prettier": "^2.6.2",
|
|
"storybook-dark-mode": "^1.1.0",
|
|
"stream-browserify": "^3.0.0",
|
|
"tailwindcss": "^3.1.8",
|
|
"ts-jest": "27.1.4",
|
|
"ts-node": "~10.8.0",
|
|
"typescript": "~4.7.2",
|
|
"url-loader": "^3.0.0",
|
|
"util": "^0.12.4",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|