-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.11 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
{
"name": "vocation-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@tinymce/tinymce-react": "^3.3.2",
"array-move": "^2.2.0",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"brotli-webpack-plugin": "^1.1.0",
"compression-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"date-fns": "^1.30.1",
"google-map-react": "^1.1.5",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"node-sass": "^4.13.0",
"paypal-checkout": "^4.0.305",
"pusher-js": "^5.0.3",
"rc-calendar": "^9.15.7",
"react": "^16.11.0",
"react-app-rewired": "^2.1.5",
"react-auto-scale": "^1.0.4",
"react-awesome-modal": "^2.0.5",
"react-bootstrap": "^1.0.0-beta.14",
"react-confirm-alert": "2.4.1",
"react-country-flag": "^1.1.0",
"react-credit-cards": "^0.8.0",
"react-datepicker": "^2.10.0",
"react-daterange-picker": "^2.0.1",
"react-dom": "^16.11.0",
"react-emoji-render": "^1.2.0",
"react-facebook-login": "^4.1.1",
"react-fileupload-progress": "^0.5.0",
"react-geocode": "^0.2.1",
"react-google-maps": "^9.4.5",
"react-image-carousel": "^2.0.18",
"react-images": "^1.0.0",
"react-input-range": "^1.3.0",
"react-linkify": "^1.0.0-alpha",
"react-loading-screen": "^0.0.17",
"react-paginate": "^6.3.2",
"react-password-mask": "^3.3.1",
"react-phone-input-2": "^2.10.1",
"react-places-autocomplete": "^7.2.1",
"react-progressbar": "^15.4.1",
"react-promise-tracker": "^2.0.5",
"react-redux": "^7.1.3",
"react-responsive-modal": "^4.0.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-redux": "^4.0.8",
"react-script-loader": "^0.0.1",
"react-scripts": "^3.3.0",
"react-share": "2.4.0",
"react-simple-sidenav": "^1.0.1",
"react-slick": "^0.25.2",
"react-smart-gallery": "^0.2.0",
"react-social-icons": "^4.1.0",
"react-sortable-hoc": "^1.6.0",
"react-spinning-wheel": "^1.1.7",
"react-star-ratings": "^2.3.0",
"react-stripe-elements": "^6.0.1",
"react-table": "^6.10.3",
"react-tabs": "^3.0.0",
"react-toastify": "^5.4.1",
"react-tooltip": "^3.11.1",
"react-visibility-sensor": "^5.1.1",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"redux-form": "^8.2.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "cross-env NODE_PATH=src react-app-rewired start",
"build": "cross-env NODE_PATH=src react-app-rewired build",
"test": "cross-env NODE_PATH=src react-app-rewired test --env=jsdom",
"serve": "serve -s build",
"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": {
"react-app-rewired": "^2.1.5",
"webpack-bundle-analyzer": "^3.6.0"
}
}