-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1019 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
37
38
39
40
{
"name": "conecta",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@apollo/react-ssr": "^3.1.3",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link-context": "^1.0.19",
"apollo-link-http": "^1.5.16",
"apollo-server-micro": "^2.11.0",
"babel-plugin-emotion": "^10.0.29",
"bcrypt": "^4.0.1",
"dotenv": "^8.2.0",
"graphql-tag": "^2.10.3",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.4",
"next": "9.3.0",
"next-cookies": "^2.0.3",
"react": "16.13.0",
"react-dom": "16.13.0",
"reakit": "^1.0.0-beta.16",
"rebass": "^4.0.7"
},
"devDependencies": {
"@types/node": "^13.9.0",
"@types/react": "^16.9.23",
"typescript": "^3.8.3"
}
}