-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.72 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
{
"name": "reacttemplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"3d-react-carousal": "^3.1.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@reduxjs/toolkit": "^1.6.0",
"@rpldy/upload-button": "^0.13.3",
"@rpldy/uploader": "^0.13.3",
"@rpldy/uploady": "^0.13.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"antd": "^4.16.10",
"axios": "^0.21.1",
"crypto-js": "^4.0.0",
"emailjs": "^3.5.0",
"emailjs-com": "^3.1.0",
"eslint": "^7.31.0",
"eslint-plugin-unused-imports": "^1.1.2",
"faker": "^5.5.3",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"otp-generator": "^2.0.1",
"randomstring": "^1.2.1",
"react": "^17.0.2",
"react-alert": "^7.0.3",
"react-alice-carousel": "^2.5.1",
"react-avatar-image-cropper": "^1.3.7",
"react-awesome-modal": "^2.0.5",
"react-bootstrap-input-spinner": "^1.0.2",
"react-chat-widget": "^3.0.5",
"react-dom": "^17.0.2",
"react-fade-in": "^2.0.1",
"react-filter-search": "^1.0.11",
"react-flexbox-grid": "^2.1.2",
"react-id-swiper": "^4.0.0",
"react-image-gallery": "^1.1.1",
"react-image-magnifiers": "^1.4.0",
"react-image-magnify": "^2.7.4",
"react-images-uploading": "^3.1.2",
"react-lazyload": "^3.2.0",
"react-list": "^0.8.16",
"react-list-lazy-load": "^1.1.2",
"react-masonry-css": "^1.0.16",
"react-multi-carousel": "^2.6.3",
"react-notifications": "^1.7.2",
"react-number-format": "^4.6.4",
"react-paginate": "^7.1.3",
"react-pay-icons": "^1.1.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scroll": "^1.8.3",
"react-search-field": "^2.0.1",
"react-slick": "^0.28.1",
"react-spring-3d-carousel": "^1.2.1",
"react-toastify": "^7.0.4",
"rsuite": "^4.10.2",
"scss": "^0.2.4",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"slick-carousel": "^1.8.1",
"swiper": "^6.8.0",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1"
},
"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"
]
},
"proxy": "https://ec2-122-248-224-173.ap-southeast-1.compute.amazonaws.com:443"
}