-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.79 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.79 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
65
66
67
68
{
"name": "real-final-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portone/browser-sdk": "^0.0.4",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.28.2",
"@types/react-modal": "^3.16.3",
"@types/react-slick": "^0.23.13",
"axios": "^1.6.7",
"json-server": "1.0.0-alpha.23",
"net": "^1.0.2",
"next": "14.1.1",
"pnpm": "^8.15.5",
"react": "^18",
"react-cookie": "^7.1.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-intersection-observer": "^9.8.2",
"react-modal": "^3.16.1",
"react-query": "^3.39.3",
"react-slick": "^0.30.2",
"react-typed": "^2.0.12",
"slick-carousel": "^1.8.1",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"swiper": "^11.1.1",
"typeit-react": "^2.7.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/x-charts": "^7.1.1",
"@mui/x-data-grid": "^7.1.1",
"@types/express": "^4.17.21",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8",
"eslint-config-next": "14.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"moment": "^2.30.1",
"prettier": "3.2.5",
"react-pro-sidebar": "^1.1.0",
"typescript": "^5"
},
"msw": {
"workerDirectory": [
"./public"
]
}
}