-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 803 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 803 Bytes
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
{
"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": "^4.7.0",
"antd": "^4.23.6",
"axios": "^1.1.3",
"dotenv": "^16.0.3",
"form-data": "^4.0.0",
"next": "13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hooks": "^1.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-kakao-maps-sdk": "^1.1.5",
"react-map-gl": "^7.0.19",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"redux": "^4.2.0",
"styled-component": "^2.8.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"eslint": "8.26.0",
"eslint-config-next": "13.0.0"
}
}