-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "stage-front",
"version": "0.2.51",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/material-nextjs": "^5.15.11",
"@mui/x-date-pickers": "^7.11.1",
"@reduxjs/toolkit": "^2.2.7",
"@stomp/stompjs": "^7.0.0",
"axios": "^1.7.4",
"cookie": "^0.6.0",
"dayjs": "^1.11.12",
"markdown-to-jsx": "^7.4.7",
"next": "^14.2.7",
"notistack": "^3.0.1",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.2",
"react-slideshow-image": "^4.3.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"sharp": "^0.33.5",
"sockjs-client": "^1.6.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sockjs-client": "^1.5.4",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"typescript": "^5.5.2"
}
}