-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 840 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
{
"name": "realtor",
"version": "0.1.0",
"homepage": "https://lukasgillmann.github.io/real-estate",
"private": true,
"scripts": {
"dev": "next dev",
"predeploy": "next build",
"deploy": "gh-pages -d .next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.6.8",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"axios": "^0.23.0",
"framer-motion": "^4.1.17",
"millify": "^4.0.0",
"next": "11.1.2",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-horizontal-scrolling-menu": "^2.3.2",
"react-icons": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"gh-pages": "^6.2.0"
}
}