-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 947 Bytes
/
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
{
"name": "ez-gqty-example",
"private": true,
"scripts": {
"build": "next build",
"dev": "concurrently -r \"next dev\" \"wait-on -s 1 -t 5000 tcp:3000 && open-cli http://localhost:3000/api/graphql && open-cli http://localhost:3000/\"",
"generate": "gqty generate",
"start": "next start"
},
"dependencies": {
"@gqty/cli": "^3.3.0",
"@gqty/logger": "^2.0.2",
"@gqty/react": "^2.1.1",
"@graphql-ez/nextjs": "^0.11.0",
"@graphql-ez/plugin-codegen": "^0.8.0",
"@graphql-ez/plugin-graphiql": "^0.12.0",
"@graphql-ez/plugin-schema": "^0.9.0",
"gqty": "^2.3.0",
"graphql": "^16.6.0",
"graphql-ez": "^0.16.0",
"next": "^13.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.15.10",
"@types/react": "^18.0.30",
"concurrently": "^7.6.0",
"open-cli": "^7.2.0",
"typescript": "^4.9.5",
"wait-on": "^7.0.1"
}
}