-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@soundxyz/graphql-react-query-example-next",
"version": "1.0.48",
"private": true,
"keywords": [],
"license": "MIT",
"author": "PabloSzx <[email protected]>",
"scripts": {
"dev": "concurrently pnpm:dev:*",
"dev:next": "next",
"dev:codegen": "graphql-codegen --watch",
"generate": "graphql-codegen",
"watch": "graphql-codegen --watch"
},
"dependencies": {
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@soundxyz/gql-string": "workspace:*",
"@soundxyz/graphql-react-query": "workspace:*",
"@soundxyz/graphql-react-ws": "workspace:^"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/core": "^4.0.0",
"@parcel/watcher": "^2.3.0",
"@soundxyz/codegen-fragments": "workspace:*",
"@types/node": "^20.8.0",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"concurrently": "^8.2.1",
"graphql": "^16.8.1",
"next": "^13.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
}
}