-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.66 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.66 KB
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
{
"name": "universe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@faker-js/faker": "^8.3.1",
"@stomp/stompjs": "^7.0.0",
"@types/js-cookie": "^3.0.6",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"axios": "^1.6.2",
"chart.js": "^4.4.1",
"classnames": "^2.5.1",
"crypto-js": "^4.2.0",
"date-fns": "^3.0.6",
"dayjs": "^1.11.10",
"js-base64": "^3.7.5",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"keen-slider": "6.8.5",
"next": "14.0.3",
"next-auth": "^4.24.5",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^4.25.0",
"react-dom": "^18",
"react-icon": "^1.0.0",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.3",
"react-kakao-maps-sdk": "^1.1.24",
"react-query": "^3.39.3",
"react-select": "^5.8.0",
"react-slick": "^0.29.0",
"react-textarea-autosize": "^8.5.3",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"rsuite": "^5.48.1",
"slick-carousel": "^1.8.1",
"sockjs-client": "^1.6.1",
"usehooks-ts": "^2.12.1"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-datepicker": "^4.19.4",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.0.1",
"css-loader": "^6.8.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}