70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"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.7.9",
|
|
"@fontsource/montserrat": "^4.5.14",
|
|
"@tanstack/react-query": "^4.24.10",
|
|
"@trpc/client": "^10.13.0",
|
|
"@trpc/next": "^10.13.0",
|
|
"@trpc/react-query": "^10.13.0",
|
|
"@trpc/server": "^10.13.0",
|
|
"axios": "^1.3.4",
|
|
"dayjs": "^1.11.7",
|
|
"less": "^4.1.3",
|
|
"less-loader": "^11.1.0",
|
|
"mobx": "^6.8.0",
|
|
"mobx-react-lite": "^3.4.0",
|
|
"next": "^13.2.1",
|
|
"next-composed-plugins": "^1.0.1",
|
|
"next-with-less": "^2.0.5",
|
|
"normalize.css": "^8.0.1",
|
|
"radash": "^10.7.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sharp": "^0.31.3",
|
|
"styled-components": "^5.3.6",
|
|
"superjson": "^1.12.2",
|
|
"tools": "*",
|
|
"ui": "*",
|
|
"use-debounce": "^9.0.3",
|
|
"zod": "^3.20.6"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^3.2.1",
|
|
"@graphql-codegen/typed-document-node": "^3.0.1",
|
|
"@graphql-codegen/typescript": "^3.0.1",
|
|
"@graphql-codegen/typescript-operations": "^3.0.1",
|
|
"@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.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/styled-components": "^5.1.26",
|
|
"eslint": "^8.35.0",
|
|
"eslint-config-custom": "*",
|
|
"gql-sdl": "^1.0.0",
|
|
"jest": "^29.4.3",
|
|
"jest-environment-jsdom": "^29.3.1",
|
|
"msw": "^1.1.0",
|
|
"ts-jest": "^29.0.5",
|
|
"tsconfig": "*",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
}
|
|
}
|