-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.3.4",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"antd": "^5.15.3",
"axios": "^1.5.0",
"embla-carousel": "^8.0.0",
"embla-carousel-react": "^8.0.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"js-cookie": "^3.0.5",
"next": "^12.2.0",
"react": "^17.0.2",
"react-cookie": "^7.1.4",
"react-dom": "^17.0.2",
"react-hook-form": "^7.51.2",
"react-query": "^3.39.3",
"react-router-dom": "^6.15.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"socket.io-client": "^4.7.5",
"styled-components": "^6.1.8",
"yup": "^1.4.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "17.0.2",
"@types/react": "17.0.2",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.1.0",
"eslint-config-prettier": "^9.0.0",
"typescript": "^5.2.2"
},
"resolutions": {
"@types/react": "17.0.2"
}
}