-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
64 lines (64 loc) · 1.58 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
{
"name": "geco",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"aos": "^2.3.4",
"axios": "^0.27.2",
"firebase": "^10.2.0",
"google-maps": "^4.3.3",
"jquery": "^3.6.0",
"magnific-popup": "^1.1.0",
"masonry-layout": "^4.2.2",
"react": "^16.14.0",
"react-axios": "^2.0.6",
"react-countup": "^6.1.1",
"react-datepicker": "^7.3.0",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
"react-js-loader": "^0.1.0",
"react-modal": "^3.16.1",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"react-scroll-to-top": "^1.0.8",
"react-slick": "^0.28.1",
"react-spinners": "^0.11.0",
"react-timeline-animation": "^1.2.3",
"reactjs-popup": "^2.0.6",
"reactstrap": "^9.2.0",
"web-vitals": "^2.1.4",
"wowjs": "^1.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}