-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "recipes-next-hasura",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next-translate && next dev",
"build": "next-translate && next build",
"start": "next start",
"lint": "eslint ./ --ext=js,jsx",
"e2e-tests": "cypress run"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@hookform/resolvers": "^0.1.0",
"app-location": "^1.1.1",
"cookie": "^0.4.1",
"emotion-theming": "^10.0.27",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"https-proxy-agent": "^5.0.0",
"isomorphic-unfetch": "^3.0.0",
"next": "9.4.4",
"next-seo": "^4.7.3",
"next-translate": "^0.17.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^6.2.0",
"yup": "^0.29.2"
},
"devDependencies": {
"@jungsoft/eslint-config": "^2.0.2",
"@types/node": "^14.0.26",
"@types/react": "^16.9.43",
"@types/yup": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"cypress": "^6.1.0",
"eslint": "^7.6.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-cypress": "^2.11.2",
"typescript": "^3.9.7"
}
}