-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) ยท 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) ยท 1.22 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
43
44
45
46
47
48
49
{
"name": "wedit-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"antd": "^5.23.0",
"axios": "^1.7.9",
"pretendard": "^1.3.9",
"react": "^18.3.1",
"react-daum-postcode": "^3.2.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.1",
"react-kakao-maps-sdk": "^1.1.27",
"react-router-dom": "^7.1.3",
"react-slick": "^0.30.3",
"recharts": "^2.15.1",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.14",
"styled-reset": "^4.5.2",
"vite-plugin-svgr": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"vite": "^6.0.5",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-svgr": "^4.3.0"
}
}