-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 966 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": "next-apollo-refresh-token",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"apollo-link-token-refresh": "^0.2.7",
"apollo-server-micro": "^2.13.0",
"apollo-server-plugin-http-headers": "^0.1.3",
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"graphql": "^14.0.0",
"graphql-tag": "^2.10.3",
"isomorphic-unfetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.12",
"next": "^9.4.1",
"postcss-import": "^12.0.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-transition-group": "^4.4.1",
"tailwindcss": "^1.4.6",
"uuid": "^8.0.0"
},
"devDependencies": {}
}