-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.18 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": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint './src/**/*.{js,jsx}'",
"preview": "vite preview",
"lint:fix": "eslint --fix './src/**/*.{js,jsx}'",
"format": "prettier --write --cache ."
},
"dependencies": {
"@googlemaps/react-wrapper": "github:googlemaps/react-wrapper",
"axios": "^1.6.7",
"google-map-react": "^2.2.1",
"react": "^18.2.0",
"react-cookie": "^7.0.2",
"react-dom": "^18.2.0",
"react-hook-geolocation": "^1.1.0",
"react-icons": "^5.0.1",
"react-js-pagination": "^3.0.3",
"react-router-dom": "^6.22.0",
"styled-components": "^6.1.8",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.2.5",
"vite": "^4.4.5"
},
"proxy": "http://34.64.68.9:8080"
}