-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "bobchoo_front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@googlemaps/js-api-loader": "^1.14.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.2",
"@react-google-maps/api": "^2.10.2",
"@reduxjs/toolkit": "^1.8.1",
"@zeit/next-css": "^1.0.1",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"google-maps-react": "^2.0.6",
"lodash": "^4.17.21",
"next": "12.1.5",
"next-redux-wrapper": "^7.0.5",
"react": "18.0.0",
"react-beforeunload": "^2.5.3",
"react-dom": "18.0.0",
"react-ga": "^3.3.0",
"react-icons": "^4.3.1",
"react-query": "^3.39.0",
"react-redux": "^8.0.1",
"reactstrap": "^9.0.2",
"redux": "^4.2.0",
"sweetalert2": "^11.4.9"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.9.2",
"@emotion/styled": "^11.8.1",
"@types/node": "17.0.26",
"@types/react": "18.0.6",
"@types/react-beforeunload": "^2.1.1",
"@types/react-dom": "18.0.2",
"@types/google.maps": "^3.48.7",
"@types/lodash": "^4.14.182",
"@types/react-icons": "^3.0.0",
"@types/react-redux": "^7.1.24",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
}
}