-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "ex",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.4.0",
"chart.js": "^4.4.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.10.0",
"next": "13.2.4",
"pretendard": "^1.3.6",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-kakao-maps-sdk": "^1.1.6",
"react-query": "^3.39.3",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.9",
"v6": "0.0.0"
},
"devDependencies": {
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4"
}
}