-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 883 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
34
35
36
{
"name": "roun",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3000",
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@graphql-tools/schema": "^9.0.4",
"@graphql-tools/utils": "^8.12.0",
"apollo-server": "^3.10.2",
"apollo-server-core": "^3.10.2",
"apollo-server-express": "^3.10.2",
"apollo-server-micro": "^3.10.2",
"express": "^4.18.1",
"graphql": "^16.6.0",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.11.2",
"http": "0.0.1-security",
"micro": "^9.4.1",
"micro-cors": "^0.1.1",
"next": "12.3.0",
"nodemon": "^2.0.20",
"react": "18.2.0",
"react-dom": "18.2.0",
"ws": "^8.9.0"
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-next": "12.3.0"
}
}