-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.2 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
74
75
76
77
78
{
"name": "danggn-market",
"version": "1.0",
"private": true,
"type": "commonjs",
"author": "leedawn",
"scripts": {
"dev": "next dev",
"build": "next build",
"build:ssg": "next build && next export",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.9.3",
"@hookform/resolvers": "^2.9.7",
"@next/bundle-analyzer": "^13.1.6",
"antd": "^4.21.7",
"apollo-upload-client": "^17.0.0",
"core-js": "^3",
"dayjs": "^1.11.5",
"dompurify": "^2.4.3",
"dropzone": "^6.0.0-beta.2",
"graphql": "^16.5.0",
"next": "12.1.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-daum-postcode": "^3.1.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.34.2",
"react-icons": "^4.4.0",
"react-infinite-scroller": "^1.2.6",
"react-lottie": "^1.2.3",
"react-modal": "^3.16.1",
"react-quill": "^2.0.0",
"react-slick": "^0.29.0",
"react-sticky-box": "^1.0.2",
"recoil": "^0.7.5",
"recoil-persist": "^4.2.0",
"slick-carousel": "^1.8.1",
"uuid": "^8.3.2",
"webpack": "4.28",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.8.1",
"@graphql-codegen/typescript": "^2.7.1",
"@svgr/webpack": "^6.3.1",
"@types/apollo-upload-client": "^17.0.1",
"@types/dompurify": "^2.4.0",
"@types/node": "17.0.2",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.2",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-lottie": "^1.2.6",
"@types/react-modal": "^3.13.1",
"@types/react-slick": "^0.23.10",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.0.1",
"eslint-config-next": "12.2.2",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"prettier": "2.7.1",
"typescript": "^4.7.4"
},
"resolutions": {
"@types/react": "17.0.2"
}
}