-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "mytools-fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"3d-react-carousal": "^2.0.1",
"@material-ui/icons": "^3.0.2",
"axios": "^0.18.0",
"form-data": "^2.3.3",
"is-empty": "^1.2.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11",
"mdbreact": "^4.9.0",
"pigeon-maps": "^0.11.10",
"pigeon-marker": "^0.3.4",
"pigeon-overlay": "^0.2.3",
"react": "^16.7.0",
"react-bootstrap-tabs": "^1.0.2",
"react-dom": "^16.7.0",
"react-floating-button-menu": "^2.0.1",
"react-pagination-library": "^0.1.14",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-s-alert": "^1.4.1",
"react-scripts": "2.1.3",
"react-star-rating-component": "^1.4.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.3",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"now-build": "react-scripts build && mv build dist"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}