-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 926 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
{
"name": "custom-server-express",
"version": "1.0.0",
"scripts": {
"dev": "nodemon server/server.ts",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@apollo/react-ssr": "^3.1.5",
"@types/express": "^4.17.7",
"@types/humps": "^2.0.0",
"@zeit/next-sass": "^1.0.1",
"apollo-boost": "^0.4.9",
"apollo-datasource-rest": "^0.9.3",
"apollo-server-express": "^2.15.1",
"awilix": "^4.2.6",
"awilix-express": "^3.0.0",
"cross-env": "^7.0.2",
"express": "^4.17.1",
"express-graphql": "^0.11.0",
"graphql": "^15.3.0",
"graphql-tag": "^2.10.4",
"next": "^9.4.4",
"next-apollo": "^4.0.1",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/react": "^16.9.43",
"typescript": "3.8.3"
}
}