-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "untitled",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@react-google-maps/api": "^1.8.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.1",
"@testing-library/user-event": "^7.2.1",
"bootstrap": "^4.4.1",
"emotion": "^10.0.27",
"react": "^16.13.0",
"react-bootstrap": "^1.0.0-beta.17",
"react-bootstrap-icons": "^1.0.0-alpha2",
"react-dom": "^16.13.0",
"react-flags": "^0.1.18",
"react-html-parser": "^2.0.2",
"react-id-swiper": "^3.0.0",
"react-modal-login": "^1.4.5",
"react-native-image-slider": "^2.0.3",
"react-native-image-slider-show": "^1.0.3",
"react-on-screen": "^2.1.1",
"react-scripts": "3.4.0",
"react-social-login": "^3.4.6",
"react-spinners": "^0.8.0",
"react-visibility-sensor": "^5.1.1",
"swiper": "^5.3.6"
},
"scripts": {
"start": "react-scripts start",
"build": "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"
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3"
}
}