forked from code-bootcamp/doumdattgi_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.38 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
79
80
{
"name": "doumdattgi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:ssg": "next build && next export",
"generate": "graphql-codegen",
"memory": "cross-env NODE_OPTIONS='--inspect' next start"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@apollo/client": "^3.7.10",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^3.1.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/react-editor": "^3.2.3",
"@types/react-slick": "^0.23.10",
"@types/uuid": "^9.0.1",
"animate.css": "^4.1.1",
"antd": "^5.3.2",
"apollo-upload-client": "^17.0.0",
"axios": "^1.3.4",
"cross-env": "^7.0.3",
"dompurify": "^3.0.3",
"dotenv": "^16.0.3",
"font-awesome": "^4.7.0",
"graphql": "^16.6.0",
"graphql-request": "^6.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "12.1.0",
"rc-tween-one": "^3.0.6",
"react": "17.0.2",
"react-countup": "^6.4.2",
"react-daum-postcode": "^3.1.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.43.9",
"react-infinite-scroller": "^1.2.6",
"react-intersection-observer": "^9.5.2",
"react-kakao-maps-sdk": "^1.1.9",
"react-load-script": "^0.0.6",
"react-player": "^2.12.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.14.1",
"react-scroll": "^1.8.9",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"ts-node": "^10.9.1",
"tui-editor-plugin-font-size": "^1.0.4",
"uuid": "^9.0.0",
"yup": "^1.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/typescript": "^3.0.2",
"@types/apollo-upload-client": "^17.0.2",
"@types/dompurify": "^3.0.2",
"@types/lodash": "^4.14.192",
"@types/node": "17.0.2",
"@types/react": "17.0.2",
"@types/react-infinite-scroller": "^1.2.3",
"@types/yup": "^0.32.0",
"slick-carousel": "^1.8.1",
"typescript": "^5.0.2"
},
"resolutions": {
"@types/react": "17.0.2",
"@apollo/client": "^3.7.10"
}
}