-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 942 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": "finddy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.3.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/plus-jakarta-sans": "^4.5.9",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^1.1.3",
"dayjs": "^1.11.5",
"firebase": "^9.10.0",
"framer-motion": "^6.5.1",
"indonesia": "^0.0.3",
"next": "12.3.1",
"nextjs-progressbar": "^0.0.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-icons": "^4.4.0",
"react-redux": "^8.0.4",
"react-responsive-carousel": "^3.2.23",
"swiper": "^8.4.4",
"uuid": "^9.0.0",
"wilayah-indonesia": "^1.0.2"
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-next": "12.3.1"
}
}