-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.52 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
49
50
51
{
"homepage": "https://ayumi-ayumi.github.io/learner_mentor-app/",
"name": "react_google_map",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "cross-env PUBLIC_URL=/learner_mentor-app react-scripts build",
"preview": "vite preview",
"format": "prettier --write src",
"lint": "eslint src",
"deploy": "npm run build && gh-pages -d build"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@googlemaps/extended-component-library": "^0.6.11",
"@googlemaps/js-api-loader": "^1.16.2",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@vis.gl/react-google-maps": "^0.4.3",
"express": "^4.19.2",
"firebase": "^10.7.2",
"geocoder": "^0.2.3",
"gh-pages": "^6.2.0",
"nanoid": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.49.3",
"react-router-dom": "^6.21.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^5.0.8"
}
}