-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@react-google-maps/api": "2.19.2",
"@react-oauth/google": "0.11.1",
"axios": "1.4.0",
"dom-to-image": "2.6.0",
"file-saver": "2.0.5",
"i18next": "23.4.1",
"prop-types": "15.8.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "^18.2.0",
"react-error-overlay": "6.0.9",
"react-google-autocomplete": "2.7.3",
"react-google-places-autocomplete": "4.0.1",
"react-i18next": "13.0.3",
"react-kakao-maps": "0.0.13",
"react-modal": "3.16.1",
"react-query": "3.39.3",
"react-router-dom": "6.14.1",
"react-scripts": "5.0.1",
"recoil": "0.7.7",
"styled-components": "6.0.4",
"swiper": "10.0.4"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"process": "0.11.10",
"vite": "^4.4.0",
"vite-plugin-html-env": "1.2.8"
}
}