forked from Ana-Bada/anabada-frontEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.03 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
{
"name": "anabada",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.2.9",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/lab": "^5.0.0-alpha.96",
"@mui/material": "^5.10.2",
"@reduxjs/toolkit": "^1.8.5",
"@stomp/stompjs": "^6.1.2",
"@tanstack/react-query": "^4.0.10",
"@tanstack/react-query-devtools": "^4.2.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/react-editor": "^3.2.0",
"@types/styled-components": "^5.1.26",
"axios": "^0.27.2",
"dompurify": "^2.3.10",
"firebase": "^9.9.2",
"framer-motion": "^7.2.0",
"import": "^0.0.6",
"lodash": "^4.17.21",
"next": "^13.2.4",
"react": "latest",
"react-cookie": "^4.1.1",
"react-dom": "latest",
"react-hook-form": "^7.34.2",
"react-icons": "^4.4.0",
"react-image-size": "^1.0.5",
"react-intersection-observer": "^9.4.0",
"react-kakao-maps-sdk": "^1.1.3",
"react-lazy-load-image-component": "^1.5.5",
"react-loading-skeleton": "^3.1.0",
"react-masonry-css": "^1.0.16",
"react-redux": "^8.0.2",
"react-spinners": "^0.13.4",
"react-toastify": "^9.1.1",
"redux-toolkit": "^1.1.2",
"sockjs": "^0.3.24",
"sockjs-client": "^1.6.1",
"styled-components": "^5.3.5",
"swiper": "^8.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/sockjs-client": "^1.5.1",
"typescript": "4.9.5"
}
}