-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "marketclone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"@types/cookie": "^0.5.3",
"@types/js-cookie": "^3.0.5",
"axios": "^1.6.0",
"cookie": "^0.5.0",
"cookies-next": "^4.0.0",
"js-cookie": "^3.0.5",
"next": "13.5.4",
"pnpm": "^8.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-slick": "^0.29.0",
"sass": "^1.69.4",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.0",
"websocket": "^1.0.34"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14",
"@types/react-slick": "^0.23.11",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}