-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 896 Bytes
/
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
{
"name": "realestate",
"engines": {
"node": "16.12.0"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@reduxjs/toolkit": "^1.7.0",
"axios": "^0.24.0",
"framer-motion": "^5.4.4",
"millify": "^4.0.0",
"next": "12.0.7",
"next-redux-wrapper": "^7.0.5",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-horizontal-scrolling-menu": "^2.7.0",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-saga": "^1.1.3",
"reselect": "^4.1.5"
},
"devDependencies": {
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"redux-devtools-extension": "^2.13.9"
}
}