-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "hearty-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fullpage/react-fullpage": "^0.1.32",
"@next/font": "13.1.2",
"@radix-ui/colors": "github:radix-ui/colors",
"@radix-ui/react-radio-group": "^1.1.2",
"@react-google-maps/api": "^2.18.1",
"@react-oauth/google": "^0.6.1",
"animate.css": "^4.1.1",
"axios": "^1.2.2",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"eslint-config-next": "13.1.2",
"google-map-react": "^2.2.0",
"moment": "^2.29.4",
"next": "13.1.2",
"react": "18.2.0",
"react-datepicker": "^4.10.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.1",
"react-icons": "^4.8.0",
"react-query": "^3.39.2",
"react-slick": "^0.29.0",
"recoil": "^0.7.6",
"slick-carousel": "^1.8.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"styled-components": "^5.3.6"
}
}