-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "day12",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@reduxjs/toolkit": "^2.2.8",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.7",
"chart.js": "^4.4.4",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-kakao-maps-sdk": "^1.1.27",
"react-query": "^3.39.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"react-spinners": "^0.14.1",
"styled-components": "^6.1.13",
"swiper": "^11.1.14",
"typescript": "^5.5.4",
"vite": "^5.4.0"
},
"devDependencies": {
"@types/react-query": "^1.2.9"
}
}