-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.09 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "upco-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@hookform/resolvers": "^2.9.11",
"@next/font": "13.2.4",
"@react-icons/all-files": "^4.1.0",
"@types/react-infinite-scroller": "^1.2.3",
"@types/socket.io-client": "^3.0.0",
"antd": "^5.4.0",
"apollo-upload-client": "^17.0.0",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"emoji-mart": "^5.5.2",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"lodash": "^4.17.21",
"next": "12.1.0",
"react": "17.0.2",
"react-avatar-editor": "^13.0.0",
"react-bootstrap": "^2.7.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.43.5",
"react-icons": "^4.8.0",
"react-infinite-scroller": "^1.2.6",
"react-kakao-maps-sdk": "^1.1.6",
"react-spinners": "^0.13.8",
"react-toast-notifications": "^2.5.1",
"react-window": "^1.8.8",
"recoil": "^0.7.7",
"socket.io-client": "^4.6.1",
"ts-node": "^10.9.1",
"uuid": "^9.0.0",
"yup": "^1.0.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/typescript": "^3.0.2",
"@types/apollo-upload-client": "^17.0.2",
"@types/lodash": "^4.14.191",
"@types/node": "17.0.2",
"@types/react": "17.0.2",
"@types/react-transition-group": "^4.4.5",
"@types/react-window": "^1.8.5",
"@types/socket.io": "^3.0.2",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.7.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"kakao.maps.d.ts": "^0.1.35",
"prettier": "2.8.4",
"typescript": "*"
},
"resolutions": {
"@types/react": "17.0.2"
}
}