-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "pbp1_team02_client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@react-oauth/google": "^0.10.0",
"@toast-ui/react-editor": "^3.2.3",
"antd": "^4.23.6",
"axios": "^1.3.5",
"dompurify": "^3.0.2",
"formik": "^2.2.9",
"next": "12.2.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^9.4.3",
"react-responsive": "^9.0.2",
"react-scroll-to-bottom": "^4.2.0",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"slick-carousel": "^1.8.1",
"uuid": "^9.0.0",
"yup": "^1.1.1"
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/node": "17.0.2",
"@types/react": "17.0.2",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-scroll-to-bottom": "^4.2.0",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.0",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"typescript": "^4.8.4"
},
"resolutions": {
"@types/react": "17.0.2"
}
}