2024-04-12 12:59:02 +03:00

73 lines
2.2 KiB
JSON

{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"prebuild": "ts-node --project ./tsconfig.node.json ./scripts/generate-antd-css.ts",
"dev": "next dev",
"predev": "ts-node --project ./tsconfig.node.json ./scripts/generate-antd-css.ts",
"lint": "next lint",
"lint:fix": "next lint -- --fix",
"start": "next start",
"graphql:update": "node ./scripts/graphql-update.js",
"graphql:codegen": "node ./scripts/graphql-codegen.js",
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.9.5",
"@fontsource/montserrat": "^4.5.14",
"@sentry/nextjs": "^7.102.0",
"@sentry/node": "^7.102.0",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.1",
"@trpc/next": "^10.45.1",
"@trpc/react-query": "^10.45.1",
"@trpc/server": "^10.45.1",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"ioredis": "^5.3.2",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"modern-normalize": "^2.0.0",
"next": "^14.1.0",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.11",
"superjson": "^2.2.1",
"tools": "workspace:*",
"ui": "workspace:*",
"use-debounce": "^9.0.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@graphql-typed-document-node/patch-cli": "^3.0.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.14.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/styled-components": "^5.1.26",
"@vchikalkin/eslint-config-awesome": "^1.1.6",
"antd": "^5.14.2",
"eslint": "^8.52.0",
"gql-sdl": "^1.0.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.3.1",
"msw": "^1.1.0",
"shared": "workspace:*",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
"msw": {
"workerDirectory": "public"
}
}