-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
50
51
52
53
54
55
{
"name": "urc_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@artsy/fresnel": "^6.1.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.12",
"@reduxjs/toolkit": "^1.9.3",
"@tanstack/react-table": "^8.7.9",
"@types/node": "18.15.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-modal": "^3.13.1",
"@types/react-redux": "^7.1.25",
"@types/react-slick": "^0.23.10",
"@vercel/og": "^0.4.0",
"axios": "0.21.1",
"axios-extensions": "^3.1.6",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"next": "^13.3.0",
"next-ga": "^2.3.4",
"next-navigation": "^1.0.6",
"next-redux-wrapper": "^8.1.0",
"pretendard": "^1.3.6",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.3",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"sass": "^1.62.0",
"sharp": "^0.32.1",
"slick-carousel": "^1.8.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "4.9.5",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@tanstack/react-query": "^4.24.10",
"@tanstack/react-query-devtools": "^4.26.0",
"@types/gtag.js": "^0.0.12",
"file-loader": "^6.2.0"
}
}