-
Notifications
You must be signed in to change notification settings - Fork 116
/
package.json
109 lines (109 loc) · 2.86 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.14.11",
"@mui/styled-engine-sc": "^5.14.11",
"@reduxjs/toolkit": "^2.2.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/react-dom": "^18.3.0",
"axios": "^1.5.1",
"bootstrap": "^4.6.2",
"custom-react-inner-image-zoom": "^3.0.6",
"firebase": "^9.23.0",
"leaflet": "^1.9.4",
"nanoid": "^5.0.7",
"otp-input-react": "^0.3.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-image-zoom": "^1.3.1",
"react-inner-image-zoom": "^3.0.2",
"react-lazy-load-image-component": "^1.6.0",
"react-leaflet": "^4.2.1",
"react-phone-input-2": "^2.15.1",
"react-range-slider-input": "^3.0.7",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.0",
"react-scroll-to-top": "^3.0.0",
"react-slick": "^0.29.0",
"react-toastify": "^10.0.5",
"reactjs-image-zoom": "^1.0.8",
"rn-range-slider": "^2.2.2",
"styled-components": "^5.3.11",
"uuidv4": "^6.2.13",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "set PORT=3006 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint . --ext .js,.jsx",
"lint:fix": "eslint . --cache --quiet --fix --ext .js,.jsx",
"prepare": "husky"
},
"lint-staged": {
"./**/*.js": [
"eslint",
"prettier --write ."
],
"./**/*.jsx": [
"eslint",
"prettier --write ."
],
"./**/*.ts": [
"eslint",
"prettier --write ."
],
"./**/*.tsx": [
"eslint",
"prettier --write ."
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.5",
"@babel/plugin-transform-private-property-in-object": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"eslint-plugin-react": "^7.34.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "3.0.1",
"react-scripts": "^5.0.1"
},
"description": "<img src=\"./Images/WebsiteImg.png\">",
"main": "index.js",
"author": "",
"license": "ISC"
}