-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 KB
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
52
53
54
{
"name": "homty",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.5",
"@heroicons/react": "^2.0.13",
"@react-google-maps/api": "^2.17.1",
"@reduxjs/toolkit": "^1.9.1",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.13",
"axios": "^1.2.1",
"classnames": "^2.3.2",
"formik": "^2.2.9",
"lottie-react": "^2.3.1",
"next": "12.3",
"next-auth": "^4.18.7",
"next-transpile-modules": "^10.0.0",
"postcss": "^8.4.20",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.7.1",
"react-phone-input-2": "^2.15.1",
"react-range": "^1.8.14",
"react-select": "^5.7.0",
"react-slider": "^2.0.4",
"react-tag-input-component": "^2.0.2",
"react-transition-group": "^4.4.5",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"use-places-autocomplete": "^4.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"typescript": "4.9.4"
}
}