-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.15 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.15 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "class",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen",
"test": "jest",
"test:e2e": "cypress open"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@apollo/client": "^3.7.3",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^3.3.1",
"@material-ui/core": "^4.12.4",
"@next/font": "13.1.1",
"antd": "^5.1.4",
"apollo-upload-client": "^17.0.0",
"axios": "^1.2.2",
"dompurify": "^3.0.6",
"firebase": "^9.23.0",
"graphql": "^16.6.0",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
"next": "12.1.0",
"react": "17.0.2",
"react-daum-postcode": "^3.1.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.46.1",
"react-infinite-scroller": "^1.2.6",
"react-quill": "^2.0.0",
"recoil": "^0.7.7",
"ts-node": "^10.9.1",
"uuid": "^9.0.0",
"yup": "^1.2.0",
"zen-observable": "^0.10.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/typescript": "^3.0.0",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "12.1.0",
"@types/apollo-upload-client": "^17.0.2",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.196",
"@types/node": "17.0.2",
"@types/react": "17.0.2",
"@types/react-infinite-scroller": "^1.2.3",
"@types/uuid": "^9.0.2",
"@types/zen-observable": "^0.8.7",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"cross-fetch": "^4.0.0",
"cypress": "^13.7.2",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^1.1.0",
"next-router-mock": "^0.9.11",
"prettier": "2.8.4",
"typescript": "*"
},
"resolutions": {
"@types/react": "17.0.2"
}
}