forked from jomijournal/jomi-challenge-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "expense-book-water",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "graphql-codegen --config graphql.config.yml"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/near-operation-file-preset": "^2.2.9",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.5.1",
"@svgr/webpack": "^6.2.1",
"axios": "^0.26.1",
"cookies": "^0.8.0",
"formik": "^2.2.9",
"graphql": "15.x",
"jsonwebtoken": "^8.5.1",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.4.8",
"@graphql-codegen/typescript-operations": "2.3.5",
"@graphql-codegen/typescript-react-apollo": "3.2.11",
"@types/node": "17.0.21",
"@types/react": "17.0.41",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}