-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.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
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@types/react-infinite-scroller": "^1.2.5",
"@types/react-js-pagination": "^3.0.7",
"axios": "^1.6.2",
"from": "^0.1.7",
"import": "^0.0.6",
"next": "14.0.3",
"next-auth": "^4.24.5",
"react": "18.2.0",
"react-digit-input": "^2.1.0",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroller": "^1.2.6",
"react-intersection-observer": "^9.5.3",
"react-js-pagination": "^3.0.3",
"react-lazy-load-image-component": "^1.6.0",
"react-query": "^3.39.3",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"styled": "^1.0.0",
"styled-components": "^6.1.1",
"styled-reset": "^4.5.1",
"use-local-storage": "^3.0.0"
},
"devDependencies": {
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/socket.io-client": "^3.0.0",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"typescript": "5.3.2"
}
}