-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·72 lines (72 loc) · 1.93 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
{
"name": "fhatechwebsite",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"aws-sdk": "^2.813.0",
"axios": "^0.21.0",
"bootstrap": "^3.4.1",
"d3-ease": "^1.0.6",
"dotenv": "^8.2.0",
"fslightbox-react": "^1.4.9",
"google-map-react": "^1.1.7",
"html-react-parser": "^0.10.3",
"is-core-module": "^2.2.0",
"lax.js": "^1.2.5",
"rc-collapse": "^1.11.8",
"react": "^16.13.1",
"react-animated-css": "^1.2.1",
"react-autosize-textarea": "^7.0.0",
"react-bootstrap": "^1.0.0",
"react-circular-progressbar": "^2.0.3",
"react-countdown": "^2.2.1",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-hook-form": "^6.13.1",
"react-icofont": "^1.0.19",
"react-icons": "^3.9.0",
"react-id-swiper": "^3.0.0",
"react-image-lightbox": "^5.1.1",
"react-masonry-component": "^6.2.1",
"react-move": "^6.1.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.4",
"react-scrollspy": "^3.4.2",
"react-slick": "^0.25.2",
"react-tabs": "^3.1.0",
"react-text-loop": "^2.3.0",
"react-text-rotator": "^0.1.1",
"react-visibility-sensor": "^5.1.1",
"react-wow": "^1.0.0",
"read-more-react": "^1.0.10",
"shufflejs": "^5.2.3",
"slick-carousel": "^1.8.1",
"swiper": "^5.3.7",
"use-lax": "^3.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}