-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "nextjs-hasura-boilerplate-frontend",
"version": "0.0.1",
"author": "nirmalya.email@gmail.com",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build:analyze": "ANALYZE=true next build && tsc --project tsconfig.server.json",
"build": "next build",
"export": "next export",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/react": "^1.0.0",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"dayjs": "^1.9.6",
"emotion-theming": "^10.0.27",
"framer-motion": "^2.9.4",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"isomorphic-unfetch": "^3.1.0",
"isomorphic-ws": "^4.0.1",
"jsonwebtoken": "^8.5.1",
"next": "^10.0.2",
"next-auth": "^3.1.0",
"next-urql": "^2.1.1",
"pg": "^8.5.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^3.11.0",
"react-is": "^17.0.1",
"subscriptions-transport-ws": "^0.9.18",
"urql": "^1.11.2",
"ws": "^7.4.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.0",
"@types/next": "^9.0.0",
"@types/node": "^14.14.7",
"@types/pg": "^7.14.6",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0",
"typescript": "^4.0.5"
}
}